• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Delete language package with shell

M

MatzeITB

Guest
hello,

how can i delte language packages with the shell command line? i don't know the name of the language packages and i doesn't install them, but they're there. i have to delete them because i've got trouble with the licence. i can't use my plesk if there are more than one language.


greatings
matze
 
You can find all language packages installed to your system with

rpm -qa | grep psa-locale

And then delete them with usual 'rpm -e package_name'
 
Back
Top