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>.rpmTo upgrade the existing software
$rpm -U <filename>.rpm
Few links about rpm:



