Nala Install Ubuntu 22.04

Posted August 13, 2022 by Josh ‐ 1 min read

Nala is a frontend application for the apt package manager on Debian-based distributions.

Intro

What’s up, Linux Community!!! In this video, I walk through the installation and usage of Nala, which is a frontend application for the apt package manager on Debian-based distributions. It has less confusing output while managing your Linux packages!

Nala: https://gitlab.com/volian/nala

Installation

Nala can be installed from Volian Scar repository in Debian, Ubuntu and its variants such as Kali, Pop!_OS, and Linux Mint.

Add Volian Scar repository:

echo "deb http://deb.volian.org/volian/ scar main" | sudo tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list

Add the GPG key:

wget -qO - https://deb.volian.org/volian/scar.key | sudo tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null

Update the sources list:

sudo apt update

Install Nala

sudo apt install nala