pacadd on AUR (Arch User Repository)

Last updated: June 17,2024

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

$ yay -S pacadd

* (Optional) Uninstall pacadd on Arch using YAY

$ yay -Rns pacadd

2. Manually Install "pacadd" via AUR

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

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

b. Clone pacadd's git locally

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

c. Go to ~/pacadd folder and install it

$ cd ~/pacadd $ makepkg -si

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

ID: 774241
Name: pacadd
PackageBaseID: 156239
PackageBase: pacadd
Version: 1.0.6-1
Description: A simple tool for managing repositories
URL: https://github.com/BiteDasher/pacadd
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: BiteDasher
FirstSubmitted: 1596315026
LastModified: 1596564600
URLPath: /cgit/aur.git/snapshot/pacadd.tar.gz