LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Help to install RPM files (https://www.linuxquestions.org/questions/linux-software-2/help-to-install-rpm-files-345934/)

FragMonkey 07-23-2005 05:07 AM

Help to install RPM files
 
I have no idea of how to install a piece of software if it is on RPM format. I am running a Debian based distrobution, namely Kantonix installed the HDD, and I am struggling.

Please help!

gnukish 07-23-2005 05:12 AM

Convert the rpm to a deb file by using the following method.
alien -d <rpmname>

After the output (deb) file is presented install using the command

dpkg -i <package>

Since you are using a debian based distro its recommended that you download packages in the form of deb by default / native deb files from http://packages.debian.org/stable

Regards

FragMonkey 07-23-2005 05:27 AM

Thank you muchly!!!


All times are GMT -5. The time now is 03:51 AM.