System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.