Answers for "install yaourt on arch linux"

0

install yaourt on arch linux

git clone https://aur.archlinux.org/package-query.git
cd package-query
makepkg -si
cd ..
git clone https://aur.archlinux.org/yaourt.git
cd yaourt
makepkg -si
cd ..
Posted by: Guest on May-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language