1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:22:09 +02:00
tldr/pages/linux/pamac.md
2018-11-12 21:22:06 +00:00

412 B

pamac

A command line utility for the GUI package manager pamac.

  • Install a new package:

pamac install {{package_name}}

  • Remove a package and its no longer required dependencies (orphans):

pamac remove -o {{package_name}}

  • Search the package database for a package:

pamac search {{package_name}}

  • List installed packages:

pamac list -i

  • Check for package updates:

pamac checkupdates