pacapt on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S pacapt

* (Optional) Uninstall pacapt on Arch using YAY

$ yay -Rns pacapt

2. Manually Install "pacapt" via AUR

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

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

b. Clone pacapt's git locally

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

c. Go to ~/pacapt folder and install it

$ cd ~/pacapt $ makepkg -si

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

ID: 972918
Name: pacapt
PackageBaseID: 157282
PackageBase: pacapt
Version: 3.0.5-1
Description: A pacman-like shell wrapper for many package managers
URL: https://github.com/icy/pacapt
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: jonathon
FirstSubmitted: 1598972141
LastModified: 1633948862
URLPath: /cgit/aur.git/snapshot/pacapt.tar.gz

5. The same packages on other Linux Distributions