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