

Install Microsoft Fonts on Ubuntu 22.04.

How to install QEMU/KVM on Ubuntu 22.04.How to Install Arduino IDE on Ubuntu 22.04.Install MystiQ Video Converter on Ubuntu 20.04.However, the converted package will not always install properly, the hiccups could be there. In this way, we can install RPM packages on Ubuntu 20.04 /22.04 or Debian using the Alien package conversion tool. And the command to install the same will be: sudo dpkg -i Īlternatively, if you want to perform installation and conversion both at the same time, then use: sudo alien -i your-package.rpm Now, we can install the same using the given syntax: sudo dpkg -i bįor example, we have converted the Zenmap RPM package, the output we got was. This will convert and save the RPM binary to Debian one.Īfter going through the above conversion step you would already have the Debian binary for your RPM package. ZenMap GUI is not available in Deb binary, only in RPM one, hence to convert it the sudo alien Note: Replace the “ software-package.rpm” in the above command with the actual RPM package name that you want to convert. To use this tool, the RPM binary of the software must be on your system before converting it. Now, let’s use the installed Alien tool to convert the RPM package you have. Convert/Install RPM on Ubuntu 22.04 | 20.04 Well, to confirm Alien is on our system, let’s check its version- using the given command: alien -versionĤ. Follow the given command: sudo apt install alien Use the system’s APT package manager to get it.

Once you have performed the system update, we can now go for the ALIEN installation. Therefore, to ensure we get the latest version of it, once run the system update command. The package source repository of Ubuntu 22.04 | 20.04 already has the package to install the “Alien” tool. Ending thoughts: Steps to Convert & Install RPM packages on Ubuntu 22.04 1.
