• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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