Wednesday, March 9, 2011

How to convert rpm to deb?

To convert a rpm to a deb file with alien you should first install alien
sudo apt-get install alien
Then only need to do
sudo alien
Example: sudo alien avg-10.0.1.rpm
After you run that command alien should then do its magic and create a .deb file in the same directory for you to use.

No comments: