snippetbashTip
nala — Package management utility with better formatting. Front-end for the `python-apt` API. More informat
Viewed 0 times
managementbettercommandcliwithpackagenalautility
linux
Problem
How to use the
nala command: Package management utility with better formatting. Front-end for the python-apt API. More information: <https://gitlab.com/volian/nala>.Solution
nala — Package management utility with better formatting. Front-end for the python-apt API. 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 upgradeRemove all unused packages and dependencies from your system:
sudo nala autoremoveFetch fast mirrors to improve download speeds:
sudo nala fetchDisplay the history of all transactions:
nala historyCode Snippets
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 upgradeContext
tldr-pages: linux/nala
Revisions (0)
No revisions yet.