cb-pipemenus on AUR (Arch User Repository)

Last updated: November 08,2024

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

$ yay -S cb-pipemenus

* (Optional) Uninstall cb-pipemenus on Arch using YAY

$ yay -Rns cb-pipemenus

2. Manually Install "cb-pipemenus" via AUR

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

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

b. Clone cb-pipemenus's git locally

$ git clone https://aur.archlinux.org/cb-pipemenus.git ~/cb-pipemenus

c. Go to ~/cb-pipemenus folder and install it

$ cd ~/cb-pipemenus $ makepkg -si

3. Information about the cb-pipemenus package on Arch User Repository (AUR)