Sign in with Facebook
FeedGoogleFacebookTwitterLinkedinTechnorati
Home Tech How To Unix & Linux How to Install an RPM Package on Ubuntu
How to Install an RPM Package on Ubuntu
How to - Linux
Posted by Anand Kahaly in Linux on October 28, 2010  |  0 Comments

ubuntulogoRPM means RedHat Package Manager. Packages for RedHat systems has .rpm as extension. They can be installed on RHEL by doing an $ rpm -ivh <package_name>. Installation on Ubuntu takes place either through Synaptic Package Manager or by doing an $ sudo apt-get install <package_name>. But unfortunately, some packages are distributed as .rpm only, which cannot be directly installed on Ubuntu. This article tells you how to install a .rpm package on Ubuntu.

generic cialis without a perscriptionbuy cialis canada how to buy viagra online canadian cialis
argaiv1897

You have to install a utility called alien. This utility converts packages from one format to another. Changing the format and installing it does not ensure that the package will work on your system. You need to check for compatibility, plus you need to have gcc and make installed. To install alien and other supporting packages, type the following command:

$ sudo apt-get install alien dpkg-dev debhelper build-essential

To install a package in Ubuntu we need to convert the .rpm package to .deb (Debian) format. To do this type the following command:

$ sudo alien <package_name>.rpm

After you convert the format, a .deb package will be created. Install this using the dpkg utility.

$ sudo dpkg -i <package_name>.deb

Thats it, you are good to go.




rssfeed If you found this article helpful, please consider subscribing to Technodope Newsletter.

Enter your email address:

Delivered by FeedBurner

Email Drucken Favoriten Twitter Facebook Myspace Stumbleupon Digg MR. Wong Technorati aol blogger google reddit YahooWebSzenario
 

Subscribe to Technodope Newsletter

Enter your email address:

Delivered by FeedBurner

Post a Job Here for only $10 !!!

 

Sponsored Links

Chronological Archive

Powered by mod LCA