hot to install rpm file in suse linux?
Friday, September 11th, 2009 at
01:23
Linux reviews applications open source from SUSE Mandrake Mandriva Centos Redhat Debian and more
rpm -ivh THE_NAME_OF_THE_RPM.rpm
Download the .rpm file to your Linux, then excute as the user root:
rpm -ivh file.rpm
If you are not root, login as root from you current user with:
su -l
to know which user you are, type:
whoami