Your HostICan Community  


Go Back   Your HostICan Community > HostICan Web Hosting > Virtual Private Servers (VPS)

Virtual Private Servers (VPS) Need help with your VPS plan on HostICan? Please feel free to ask and we'll give you the answers!

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-25-2009, 01:00 PM
Eragon Eragon is offline
Junior Member
 
Join Date: Feb 2009
Posts: 3
Default install rpm

I must install few rpm packages. How to do that - SSH only or have another way. I don`t know SSH well.
Reply With Quote
  #2  
Old 02-26-2009, 01:54 AM
600gshr 600gshr is offline
Member
 
Join Date: Jan 2009
Posts: 92
Default Re: install rpm

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.
Reply With Quote
  #3  
Old 02-26-2009, 07:47 AM
iceman1's Avatar
iceman1 iceman1 is offline
Senior Member
 
Join Date: Jan 2009
Posts: 100
Default Re: install rpm

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
Of course, first you need to download it to VPS.

To upgrade a RPM package:
Code:
rpm -Uvh rpmpackage.i386.rpm
With this command, RPM automatically uninstall the old version of package and install the new one. Always use rpm -Uvh to install packages, since it works fine even when there are no previous versions of the package installed.

To uninstall a RPM package, use the command:
Code:
rpm -e rpmpackage
To query a RPM package and see package name, version, and release number of installed package:
Code:
rpm -q rpmpackage
To display package information:
Code:
rpm -qi pmpackage
This command display package information - includes name, version, and description of the installed program. Use this command to get information about the installed package.
Reply With Quote
  #4  
Old 02-27-2009, 03:17 AM
index's Avatar
index index is offline
Moderator
 
Join Date: Aug 2008
Location: Italy
Posts: 201
Default Re: install rpm

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 
Reply With Quote
Reply

Tags
install, rpm

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 01:48 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.