Skip to content

Instantly share code, notes, and snippets.

@ammgws
Last active March 20, 2017 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ammgws/95092fa343f82fc6990b303af93120ab to your computer and use it in GitHub Desktop.
Save ammgws/95092fa343f82fc6990b303af93120ab to your computer and use it in GitHub Desktop.
Arch (antergos) installation

Replace default package manager

yaourt -S pamac-pacaur
sudo pacman -R yaourt
  • pacman is the system default package manager (CLI)
  • yaourt is a wrapper for pacman that adds more functionality (CLI)
  • pamac is a GUI for pacman
  • pacaur is a helper tool for AUR (Arch User Repository)
  • pamac-pacaur is a GUI that will use pacaur instead of yaourt
  • pacman installs packages maintained by Arch, AUR is community-provided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment