convert .rpm files to .deb in ubuntu or debian

Written By smart| 27 June 2009| No Comment

To convert .rpm to .deb you to install alien,for run below command on terminal

admin@smartproteam$ sudo apt-get install alien

After installing the alien run below to convert the .rpm files

admin@smartproteam$ sudo alien -k xxxxx.rpm

After converting the .rpm to .deb run below command to install

admin@smartproteam$ sudo dpkg -i xxxxxx.deb

Related Posts with Thumbnails

Share With Others

Leave your response!




Comment moderation is enabled. Your comment may take some time to appear.