• 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.

Deselect languages

You can do it manually by removing them with YUM or RPM

First see which ones you have
rpm -qa | grep psa-locale

Then remove all of the ones you dont want

yum remove psa-locale-it-IT-8.6-build86080716.14 psa-locale-de-DE-8.6-build86080805.15 [...]
or
rpm -e psa-locale-it-IT-8.6-build86080716.14 psa-locale-de-DE-8.6-build86080805.15 [...]
 
Back
Top