• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

how to install language pack in sitebuilder 4.0?

what is the rpm command?

i try yum install *.rpm in my linus server..but fail
 
Originally posted by nkyee
what is the rpm command?

i try yum install *.rpm in my linus server..but fail
use yum localinstall *.rpm instead
 
You need to use following command format for RPM package installation:

"rpm -Uhv <package_name>"

For example, you wish to install Russian language pack:

1. You downloading this pack from upper link.
2. Running following command on your server:

"rpm -Uhv sitebuilder_ru_RU-4.0.0-all.07070609.noarch.rpm"
 
Back
Top