Installing a RMP file in Linux

hagen van rissenbeck news4didascali at gmx.net
Wed Jul 20 13:28:43 UTC 2005


Barry Young schrieb:
> What is the best way to install a RPM file in Ubuntu?  It is not in Synaptic via 
> all the universes.
>  
> Thanks!
>  
> Barry
> 

Hi, Barry,

open a terminal and try

	$sudo alien rpm-file.rpm


That creates a

	debian-version.of.that.rpm-file.deb

package in the same folder. Then run

	$sudo dpkg -i debian-version.of.that.rpm-file.deb


If there are no unsatisfied dependencies it could/should work.

Good luck ;-)

Hagen




More information about the ubuntu-users mailing list