Install RPM on Ubuntu Linux (debian)
February 06, 2012 09:17:48 Last update: February 06, 2012 09:18:09
You can use the
alien utility to install RPM packages on Ubuntu:
- Install alien:
sudo apt-get install alien
- Install the RPM package with alien:
sudo alien -i the-rpm-package.rpm