Last active
December 14, 2018 19:28
-
-
Save f9n/5e7e0c47e6faf05df02ba7f12bc3b7b5 to your computer and use it in GitHub Desktop.
ArchLinux-Aur
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Aur package Downloading | |
| ## First Way | |
| $ git clone http://aur.archlinux.org/package.git | |
| $ cd package | |
| $ makepkg -Sri | |
| ## Second Way | |
| $ git clone http://aur.archlinux.org/package.git | |
| $ makepkg -s | |
| $ sudo pacman -U package.tar.[xz|gz] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment