how to install .rpm and .tar.gz ============================== 1. Install a package a) install .rpm rpm –ivh packagename a*) upgrade a .rpm package rpm –Uvh packagename b) install .tar.gz tar –xvzf Apackage.tar.gz cd Apackage ./configure make make install 3. check wether the rpm was actually installed and where rpm -qa or: rpm -qa | grep (if u don't know the exact rpm name)