cups-filters-patched on AUR (Arch User Repository)
Last updated: February 06,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "cups-filters-patched" 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
Copied
b. Install cups-filters-patched on Arch using YAY
$
yay -S
cups-filters-patched
Copied
* (Optional) Uninstall cups-filters-patched on Arch using YAY
$
yay -Rns
cups-filters-patched
Copied
2. Manually Install "cups-filters-patched" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone cups-filters-patched's git locally
$
git clone https://aur.archlinux.org/cups-filters-patched.git
~/cups-filters-patched
Copied
c. Go to ~/cups-filters-patched folder and install it
$
cd
~/cups-filters-patched
Copied
$
makepkg -si
Copied