diff --git a/pages/linux/nala.md b/pages/linux/nala.md new file mode 100644 index 0000000000..3096140be4 --- /dev/null +++ b/pages/linux/nala.md @@ -0,0 +1,37 @@ +# nala + +> Package management Utility. +> Wrapper for the `apt` package manager. +> More information: . + +- Install a package, or update it to the latest available version: + +`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: + +`sudo nala search "{{pattern}}"` + +- Update the list of available packages and upgrade the system: + +`nala upgrade` + +- Remove all unused packages and dependencies from your system: + +`nala autoremove` + +- Fetch fast mirrors to improve download speeds: + +`nala fetch` + +- Display the history of all transactions: + +`nala history`