Though the APT bundle supervisor is an easy and efficient command-line instrument for putting in, updating, and eradicating software program, it does have its weaknesses. Nala is right here to enhance on that.
I’ve been utilizing Ubuntu/Debian-based Linux distributions for a really, very very long time. As such, I’ve seen bundle managers come and go. I’ve used APT, Synaptic, Snap, Flatpak and extra. For probably the most half, all of them do a superb job of managing software program in your system. Essentially the most prevalent system I’ve used is APT, and it’s not often failed me.
That doesn’t imply APT is ideal. Working example: APT is fairly ugly for a command line instrument. It can be a bit sluggish, particularly in later iterations the place it runs a number of checks post-install and post-upgrade. Not that I thoughts these checks, however generally the slowdowns attributable to them may be reasonably annoying. On prime of that, APT doesn’t assist parallel downloads, so bigger upgrades can change into even slower.
SEE: Hiring package: Again-end Developer (TechRepublic Premium)
When a brand new instrument got here into being that promised parallel downloads, a historical past characteristic, the quickest mirror possibility that robotically selects the three quickest obtain mirrors and a significantly extra user-friendly output, I used to be intrigued.
After putting in Nala on Pop!_OS Linux, it took me one replace run to make me understand that Nala was my new favourite APT front-end. That’s proper, Nala is only a front-end for APT that provides just a few additional options and a cleaner interface. Even so, it’s very a lot price putting in and utilizing. Let’s just do that.
What you’ll want to put in and use Nala
To put in Nala, you’ll want an Ubuntu-based Linux distribution and a consumer with sudo privileges. That’s it. Since Nala is a text-based instrument, you may set up it on both a desktop or server distribution.
Find out how to set up Nala
Thankfully, Nala is present in the usual repositories for Ubuntu 22.04 and newer, so set up is easy. Log in to your Ubuntu-based distribution and open a terminal window. Set up Nala with:
sudo apt-get set up nala -y
For older distributions, you’ll want to put in nala-legacy with:
sudo apt-get set up nala-legacy -y
In case you’re utilizing a distribution that’s older than both Ubuntu 18.04 or Debian Buster, Nala is not going to work.
That’s it for the set up.
Find out how to use Nala
Nala utilization is similar to APT. Listed below are some pattern utilization instructions:
- Replace APT:
sudo nala replace
. - Improve put in software program:
sudo nala improve -y
. - Set up a chunk of software program:
sudo nala set up PACKAGE -y
, the place PACKAGE is the software program to be put in. - Take away a chunk of software program:
sudo nala take away PACKAGE -y
, the place PACKAGE is the software program to be eliminated.
When Nala runs (Determine A), you’ll discover the output to be significantly simpler to learn than that of APT.
Determine A

Nala output is far cleaner than APT’s.
Three different very useful Nala instructions are:
- Discover the quickest mirrors:
sudo nala fetch
. - Print out latest Nala historical past:
nala historical past
. - View much more particulars about your Nala command historical past:
nala historical past information
.
I might extremely advocate working the sudo nala fetch
command, so that you may be sure Nala is utilizing the quickest mirrors obtainable to you.
Why it’s best to use Nala
As I discussed earlier, I take advantage of Nala for 2 important causes: the pace and the clear UI. In case you discover APT to be a bit sluggish, and also you aren’t a fan of the output displayed, Nala might be a refreshing change.
It might not be a deal breaker, however Nala definitely improves on the ability and suppleness of APT. Give this front-end a attempt to see if it doesn’t change into your go-to for APT in Ubuntu and Debian-based Linux distributions.
Learn extra of Jack Wallen’s articles right here: A take a look at the Ubuntu 22.10 launch, and tips on how to allow Ubuntu Professional to achieve expanded safety upkeep and compliance.