Advertisement
xxxvectorxxx

Untitled

Jan 29th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. 1. yay
  2. yay is the next best AUR helper written in Go with the objective of providing an interface of pacman with minimal user input, yaourt like search and with almost no dependencies.
  3.  
  4. Features of yay
  5. yay provides AUR table completion and download the PKGBUILD from ABS or AUR.
  6. Supports search narrowing and no sourcing of PKGBUILD.
  7. The binary has no additional dependencies than pacman.
  8. Provides advanced dependency solver and remove make dependencies at the end of the build process.
  9. Supports colored output when you enable Color option in the /etc/pacman.conf file.
  10. It can be made to support only AUR package or only repo packages.
  11. Installing yay
  12. You can install yay by cloning the git repo and building it. Use the below command to install yay in Arch Linux :
  13.  
  14. git clone https://aur.archlinux.org/yay.git
  15. cd yay
  16. makepkg -si
  17. Using yay
  18. Searching an application through Yay in AUR:
  19.  
  20. yay -Ss <package-name>
  21. Installing an application:
  22.  
  23. yay -S <package-name>
  24.  
  25.  
  26. then you type in yay -S natron
  27.  
  28. https://aur.archlinux.org/packages/?O=0&K=natron&fbclid=IwAR2D2M0YlE5ZF110mR2AiMUMYEQq6JksrYSUOyjwDWir7Jaei94ATke2L8g
  29.  
  30. after you're done, you can yay -S natron natron-plugins
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement