yum on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "yum" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install yum on Arch using YAY

$ yay -S yum

* (Optional) Uninstall yum on Arch using YAY

$ yay -Rns yum

2. Manually Install "yum" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone yum's git locally

$ git clone https://aur.archlinux.org/yum.git ~/yum

c. Go to ~/yum folder and install it

$ cd ~/yum $ makepkg -si

3. Information about the yum package on Arch User Repository (AUR)

ID: 1042882
Name: yum
PackageBaseID: 22976
PackageBase: yum
Version: 3.4.3-8
Description: a popular channel based package manager for RPM distros.
URL: http://yum.baseurl.org/
NumVotes: 64
Popularity: 0
OutOfDate: 1702988583
Maintainer:
Submitter:
FirstSubmitted: 1231437741
LastModified: 1645803183
URLPath: /cgit/aur.git/snapshot/yum.tar.gz