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