Try this
--------------------------------------------------
$sudo apt-get install alien
$cd ~/Desktop
$sudo alien -k name-of-rpm-file.rpm
( This will convert the .rpm to a .deb on Desktop )
$sudo dpkg -i name-of-deb-file.deb
( This will install the .deb package )
--------------------------------------------------
Done!!
Thanks : embraceubuntu.com
No comments:
Post a Comment