• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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