The following article reviews how to convert the file. rpm into. deb, so that will be used on Linux Debian and its derivatives. Sometimes we want to do the installation of a software, but no availability. deb package, and are available only package. rpm.
You do not need to worry, because you can change the file. rpm is available into the file. deb that you can use for installation.
Here are the steps:
1. Install the package Alien (software for conversion. rpm into. deb)
$ sudo apt-get install alien -y
2. A conversion package. rpm into. deb package
$ sudo alien -k <.rpm file will be converted>
3. Perform installation. deb package
$ sudo dpkg -i <.deb file generated>
Easy is not it? Good luck, good luck.
source: http://secangkirkopipanas.com/2010/10/linux-tips-konversi-rpm-ke-deb/
0 komentar:
Posting Komentar