InstallFromRPM
From Bioinformatist.com
Revision as of 14:31, 27 August 2007; Vimalkumar (Talk | contribs)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
(diff) ←Older revision | Current revision | Newer revision→ (diff)
[edit]
Steps to install an RPM package
- Download the rpm file to a convenient location. If root access is available, the files can be downloaded to a separate folder (ex: /data)
- Login as root (or)
- Use the command su from a regular user account. Enter root password to continue
- To install the program
rpm -Uvh filename.rpm
- Here
U - indicates that package has to be upgraded if it is already installed
v - provides details of the installation process
h - prints hashes(#) to indicate the progress of the installation
