Google Plus

How to Convert .rpm files to .deb files in Ubuntu

Written by Mel Kham on . Posted in Frequently Asked Questions

Question:

How to convert rpm to debian file debian/ubuntu or other ubuntunor debian based distro ?linux-logo.png

Answer:

Download the rpm file you want to convert,for example file-name.rpm

make Ubuntu Universe repository active , then

$sudo apt-get update
Now install the Debian  converter :Alien using this command :
$sudo apt-get install alien

Now convert the rpm file with :

$sudo alien -k file-name.rpm

The out put is file-name.deb

Now install the deb file with the command bellow or just by clicking on the package

$sudo dpkg -i file-name.deb

Alternatively you can simply install rpm files, This command converts rpm to deb then installs the deb file, after it will delete the temporary .deb created

sudo alien -i file-name.rpm 

for more option of alien tool please type :

$man  alien

 

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.
  • http://www.facebook.com/rossvassilev Ross Vassilev

    first you gotta open the folder where you downloaded the package, i.e. “$cd Downloads”.

  • http://twitter.com/JeremySCook Jeremy Cook

    Thanks for the info!

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

jacky can

|

You can actually unzip your secret archive by leaving out the -t option, instead using:

unzip newPhoto.jpg

DragonFartOutLoud

|

it went to china.

DragonFartOutLoud

|

great review! i’ve been using it as my main OS since Beta 1 release. its been a awesome ride so far :)

jet li

|

i try the method, and i unzip the image contain zip secret, i dont find the file that i was hide, where it go? and how to open it? :s

zinovsky

|

Yes, it is possible using Steganography, we will post another quick howto do that in the next few days

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .