System Grab Bag

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

nala

Package management Utility. Wrapper for the apt package manager. More information: https://gitlab.com/volian/nala.
  • Install a package, or update it to the latest available version:
    sudo nala install {{package}}
  • Remove a package:
    sudo nala remove {{package}}
  • Remove a package and its configuration files:
    nala purge {{package}}
  • Search package names and descriptions using a word, regex (default) or glob:
    nala search "{{pattern}}"
  • Update the list of available packages and upgrade the system:
    sudo nala upgrade
  • Remove all unused packages and dependencies from your system:
    sudo nala autoremove
  • Fetch fast mirrors to improve download speeds:
    sudo nala fetch
  • Display the history of all transactions:
    nala history

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.