How to install rpm file under Linux?
Saturday, July 25th, 2009 at
00:26
Linux reviews applications open source from SUSE Mandrake Mandriva Centos Redhat Debian and more
as superuser, (if your system supports RPMs) run rpm -ivh {filename}
-i -> install
-v -> verbose
-h -> mark progress with #
depends what distrobution you have. if you are able to install a rpm, you will be able to just double click on the file.
but some distros use debian based installation, which is different