check-sieve on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S check-sieve

* (Optional) Uninstall check-sieve on Arch using YAY

$ yay -Rns check-sieve

2. Manually Install "check-sieve" via AUR

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

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

b. Clone check-sieve's git locally

$ git clone https://aur.archlinux.org/check-sieve.git ~/check-sieve

c. Go to ~/check-sieve folder and install it

$ cd ~/check-sieve $ makepkg -si

3. Information about the check-sieve package on Arch User Repository (AUR)

5. The same packages on other Linux Distributions