How to Install yum in Ubuntu 18.04



Install yum by entering the following commands in the terminal:

sudo apt update
sudo apt install yum

Description:

Advanced front-end for rpm

Yum (Yellow dog Updater, Modified) is an automatic updater and package installer/remover for rpm systems. It automatically computes dependencies and figures out what things should occur to install packages. It makes it easier to maintain groups of machines without having to manually update each one using rpm. . Features include: . * Multiple Repositories * Simple config file * Correct dependency calculation * Fast operation * rpm-consistent behavior * comps.xml group support, including multiple repository groups * Simple interface

Homepage: http://yum.baseurl.org/

Version: 3.4.3-3

Section: universe/admin