From eb0e2487cc84ad4f0de19f1743367188da05fcc9 Mon Sep 17 00:00:00 2001 From: Abdul Rafay <82662797+rafay99-epic@users.noreply.github.com> Date: Sun, 26 Mar 2023 09:56:49 +0500 Subject: [PATCH] nala: add page (#9890) Co-authored-by: K.B.Dharun Krishna --- pages/linux/nala.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pages/linux/nala.md 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`