
nala
List of commands for nala:
-
nala:tldr:25617 nala: Remove all unused packages and dependencies from your system.$ sudo nala autoremovetry on your machineexplain this command
-
nala:tldr:2cc30 nala: Remove a package.$ sudo nala remove ${package}try on your machineexplain this command
-
nala:tldr:3cb8d nala: Install a package, or update it to the latest available version.$ sudo nala install ${package}try on your machineexplain this command
-
nala:tldr:7669d nala: Update the list of available packages and upgrade the system.$ sudo nala upgradetry on your machineexplain this command
-
nala:tldr:af0c5 nala: Display the history of all transactions.$ nala historytry on your machineexplain this command
-
nala:tldr:cc39b nala: Remove a package and its configuration files.$ nala purge ${package}try on your machineexplain this command
-
nala:tldr:ef92a nala: Search package names and descriptions using a word, regex (default) or glob.$ nala search "${pattern}"try on your machineexplain this command
-
nala:tldr:ff078 nala: Fetch fast mirrors to improve download speeds.$ sudo nala fetchtry on your machineexplain this command