1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 19:19:44 +01:00
tldr/pages/linux/pamac.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

617 B

pamac

A command-line utility for the GUI package manager pamac. If you can't see the AUR packages, enable it in /etc/pamac.conf or in the GUI. More information: https://wiki.manjaro.org/index.php/Pamac.

  • Install a new package:

pamac install {{package_name}}

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

pamac remove --orphans {{package_name}}

  • Search the package database for a package:

pamac search {{package_name}}

  • List installed packages:

pamac list --installed

  • Check for package updates:

pamac checkupdates

  • Upgrade all packages:

pamac upgrade