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

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