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