echo "deb http://deb.volian.org/volian/ scar main" | sudo tee /etc/apt/sources.list.d/volian-archive-scar-unstable.list
wget -qO - https://deb.volian.org/volian/scar.key | sudo tee /etc/apt/trusted.gpg.d/volian-archive-scar-unstable.gpg > /dev/null
Install Nala on any Debian Sid or Ubuntu 22+ with:
sudo apt update && sudo apt install nala
Install on Debian Stable or Ubuntu 21 and below:
sudo apt update && sudo apt install nala-legacy
Update Mirrors
This will drastically speed up your downloads
sudo nala fetch
View the history:
nala history
Undo a history (sudo nala history undo ID):
sudo nala history undo 1
Convert APT to Nala
Add the following to your ~/.bashrc AND /root/.bashrc file:
nano ~/.bashrc
sudo nano /root/.bashrc
alias apt='nala'
gefunden auf: https://christitus.com/stop-using-apt/