portage on AUR (Arch User Repository)

Last updated: September 20,2024

1. Install "portage" 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 portage on Arch using YAY

$ yay -S portage

* (Optional) Uninstall portage on Arch using YAY

$ yay -Rns portage

2. Manually Install "portage" via AUR

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

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

b. Clone portage's git locally

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

c. Go to ~/portage folder and install it

$ cd ~/portage $ makepkg -si

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

ID: 1290346
Name: portage
PackageBaseID: 194402
PackageBase: portage
Version: 3.0.49-1
Description: package management and distribution system for Gentoo
URL: https://wiki.gentoo.org/wiki/Project:Portage
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: Freed
Submitter: Freed
FirstSubmitted: 1686064635
LastModified: 1689622455
URLPath: /cgit/aur.git/snapshot/portage.tar.gz