To do this, install Alien using:
sudo apt-get install alien
And convert using:
sudo alien -k name-of-rpm-file.rpm
To install .deb packages, double click the file and click Install Package or simply:
sudo dpkg -i name-of-created-deb-file.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 name-of-rpm-file.rpm
enjoy
defcon
Yeah, this works pretty good. I've had to do this before for a package that I couldn't find a .deb for.
ReplyDeleteNice tip thanks...
ReplyDeleteThanks for the tip :-)
ReplyDelete