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