![]() |
|
|
|
|
|||||||
| Virtual Private Servers (VPS) Need help with your VPS plan on HostICan? Please feel free to ask and we'll give you the answers! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I must install few rpm packages. How to do that - SSH only or have another way. I don`t know SSH well.
|
|
#2
|
|||
|
|||
|
Login to WHM. From the WHM main page, select Software, then Install a RPM. Select from "Select packages to install". Check Ignore Dependencies if you want WHM to ignore dependencies that occur during installation, and Force Install if you are reinstalling a package. Click on Install.
|
|
#3
|
||||
|
||||
|
I prefer to work with SSH. I will show you some basic commands with yum in shell:
To install a RPM package, use the command: Code:
rpm -ivh rpmpackage.i386.rpm To upgrade a RPM package: Code:
rpm -Uvh rpmpackage.i386.rpm To uninstall a RPM package, use the command: Code:
rpm -e rpmpackage Code:
rpm -q rpmpackage Code:
rpm -qi pmpackage |
|
#4
|
||||
|
||||
|
Yes that is true. And is good to be know that no more force install option. If necessary to be without checking dependencies, use following:
Code:
rpm -Uvh --nodeps |
![]() |
| Tags |
| install, rpm |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|