[plug] Installing RPM packages on a Debian system

Craig Ringer craig at postnewspapers.com.au
Thu Jun 19 15:00:36 WST 2003


Even better, use fakeroot as well so you're not running alien as root. 
The less you run as root, the better.

	(as a normal user:)
       * apt-get install alien fakeroot
       * fakeroot alien {name of .rpm}

	(as root:)
       * dpkg -i {name of .deb}




More information about the plug mailing list