You can convert .rpm packages to .deb using alien.
If you dont have alien installed already then type this in Terminal: apt-get install alien
Once you have alien, cd to the directory with the rpm file and type: alien -d
and u will have a .deb package ready to be installed in your directory.
Convert RPM to Debian deb package
Leave a Reply