Wednesday 24 April 2013

Install .rpm Packages in Linux Mint

Linux Mint Supports only deb package installation, If you have some software in rpm package you can install it in Linux Mint.

To install open Terminal (Press Ctrl+Alt+T) and copy the following command in the Terminal:
sudo apt-get install alien dpkg-dev debhelper build-essential

Then use this command to convert the RPM package to a DEB package;
sudo alien (packagename).rpm

* Remove quotes and replace here with package name.

To install;
sudo dpkg -i (packagename).deb




No comments:

Post a Comment