libnotify-0.7.6-patched on AUR (Arch User Repository)
Last updated: November 15,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "libnotify-0.7.6-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 libnotify-0.7.6-patched on Arch using YAY
$
yay -S
libnotify-0.7.6-patched
Copied
* (Optional) Uninstall libnotify-0.7.6-patched on Arch using YAY
$
yay -Rns
libnotify-0.7.6-patched
Copied
2. Manually Install "libnotify-0.7.6-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 libnotify-0.7.6-patched's git locally
$
git clone https://aur.archlinux.org/libnotify-0.7.6-patched.git
~/libnotify-0.7.6-patched
Copied
c. Go to ~/libnotify-0.7.6-patched folder and install it
$
cd
~/libnotify-0.7.6-patched
Copied
$
makepkg -si
Copied