How to convert .rpm to .deb install package files in Ubuntu 9.04 Desktop Edition

Unfortunately, Ubuntu can’t run .rpm install files, so you need to use terminal to install alien to use in terminal to convert .rpm files to .deb install files, so you can install the progrm in ubuntu.
You need to be log in as a root user or an administer account to install programs.
1. Start the terminal Command prompt program in Ubuntu at Applications, Accessories and Click Terminal short cut .
2.type “~$ sudo apt-get install alien” without the qoutes and type your root password press enter and type Y.

3. put the .rpm file is in your user folder in Ubuntu.
4. Type :
$cd ~/desktop
$sudu alien -k nameoffile.rpm
in Terminal.
5. deb file generated if you type in everything correct.
More Related Tech Posts:
About Johnson Yip
I graduated from Vancouver Community College's Information technology Specialist certificate program in 2008 and became Comptia A+ IT Enterprise technician certified in 2009. I volunteer at a non-profit Computer Recycler and Refurbisher called Free Geek Vancouver. My interest includes computers, gadgets, art, movies, food, television, blogging, forums, websites and Video games.
Welcome to my blog on computer, hardware, software, web design, and cms help. Enjoy your stay!
This entry was posted in
Computer,
Computer Tutorials,
Linux,
Operating Systems,
Software,
System Utilities,
Tutorials,
Ubuntu,
software tutorial and tagged
.deb,
command prompt,
desktop edition,
install file,
terminal,
ubuntu 9.04. Bookmark the
permalink.