adwaita-qt on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S adwaita-qt

* (Optional) Uninstall adwaita-qt on Arch using YAY

$ yay -Rns adwaita-qt

2. Manually Install "adwaita-qt" via AUR

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

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

b. Clone adwaita-qt's git locally

$ git clone https://aur.archlinux.org/adwaita-qt.git ~/adwaita-qt

c. Go to ~/adwaita-qt folder and install it

$ cd ~/adwaita-qt $ makepkg -si

3. Information about the adwaita-qt package on Arch User Repository (AUR)