Skip to content

Instantly share code, notes, and snippets.

@webflo-dev
Last active August 4, 2021 07:16
Show Gist options
  • Save webflo-dev/f9abece73e4aebd1c721ea4660885533 to your computer and use it in GitHub Desktop.
Save webflo-dev/f9abece73e4aebd1c721ea4660885533 to your computer and use it in GitHub Desktop.
archlinux - pacman

https://wiki.archlinux.fr/pacman

Sync

pacman -Sy

Install package

pacman -S - < pkglist.txt
pacman -S package
pacman -U [archive|url]

Update

pacman -Su
pacman -Syu # with sync
pacman -Syyu

Remove

pacman -R package

with orphan dependencies

pacman -Rs package

remove modified config files

pacman -Rsn package

Cache folder to clean-up sometimes

/var/cache/pacman/pkg

Easter egg

/etc/pacman.conf
[options]  
ILoveCandy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment