Hom to install rpm files on ubuntu

48
rate or flag this page

By bgomes

Its possivel make a instalation of some software in ubuntu using a rpm file.One way to do this is using Alien, Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats.

To do that, first you must install Alien, so in your ubuntu shell type:

$sudo apt-get update
$sudo apt-get install alien 

Now you can use the Alien to converte the file:

$sudo alien -k ficheiro_rpm.rpm

 

Now you are able to install the package:

$sudo dpkg -i ficheiro_deb.deb

 

 


Print   —   Rate it:  up  down  flag this hub

Comments

RSS for comments on this Hub

Lgali profile image

Lgali  says:
11 months ago

very useful hub

Submit a Comment

Members and Guests

Sign in or sign up and post using a hubpages account.


optional


  • No HTML is allowed in comments, but URLs will be hyperlinked
  • Comments are not for promoting your hubs or other sites

working