Skip to content

Instantly share code, notes, and snippets.

@f9n
Last active December 14, 2018 19:28
Show Gist options
  • Save f9n/5e7e0c47e6faf05df02ba7f12bc3b7b5 to your computer and use it in GitHub Desktop.
Save f9n/5e7e0c47e6faf05df02ba7f12bc3b7b5 to your computer and use it in GitHub Desktop.
ArchLinux-Aur
### 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