Use nala instead of apt-get or get

Refer: https://www.omgubuntu.co.uk/2023/01/install-nala-on-ubuntu
Refer: https://www.addictivetips.com/ubuntu-linux-tips/how-to-use-the-nala-package-manager-on-ubuntu/

Sample Commands

# install nala
sudo apt-get install nala

# install an application
sudo nala install app-name-here

# find fastest mirrors
sudo nala fetch

# see recently run nala commands
nala history

# see more details about a history event
nala history info

# Install a *.deb file
sudo nala install deb-package.deb

# Install multiple *.deb files
sudo nala install *.deb

# Sample search
nala search gimp

# Sample installation
sudo nala install gimp

Leave a Reply