Posts Tagged ‘Linux’

h1

How to install .rpm file?

May 16, 2008

Often in Linux, softwares are packaged in .rpm format. Softwares can be installed with rpm command. Here are few command that can be used:

To install new software
$rpm -i <filname>.rpm

To upgrade the existing software
$rpm -U <filename>.rpm

Few links about rpm: