Advertisement
Red-ex

install yaourt

Jun 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. To install Yaourt on Arch Linux, run the following commands.
  2.  
  3. $ sudo pacman -S --needed base-devel git wget yajl
  4. $ cd /tmp
  5. $ git clone https://aur.archlinux.org/package-query.git
  6. $ cd package-query/
  7. $ makepkg -si && cd /tmp/
  8. $ git clone https://aur.archlinux.org/yaourt.git
  9. $ cd yaourt/
  10. $ makepkg -si
  11.  
  12. Once Yaourt installed on your PC, you can use this command to install Pamac on your workstation as shown.
  13.  
  14. $ yaourt -S pamac-aur
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement