I also have nala
installed on Ubuntu 22.04, and it works fine. So I think you're right that something happened during the upgrade.
I would suggest you uninstall (and purge) your current version of nala
, and reinstall the latest version.
Remove (Purge) Old Nala
Remove the current version and all related packages and files:
sudo apt autoremove --purge nala
Use with caution: Be very certain that this only removes packages related to nala
.
Now you can install nala
in 2 ways: From Ubuntu repo or from Volian repo.
Install Nala from Ubuntu repo
sudo apt update && sudo apt install nala
Nala version from this repo will be 0.11.1~bpo22.04.1
.
Install Nala from Volian repo
First install the repo and key:
wget https://gitlab.com/volian/volian-archive/uploads/b20bd8237a9b20f5a82f461ed0704ad4/volian-archive-keyring_0.1.0_all.deb
wget https://gitlab.com/volian/volian-archive/uploads/d6b3a118de5384a0be2462905f7e4301/volian-archive-nala_0.1.0_all.deb
sudo apt install ./volian-archive*.deb
Then install nala
from the Volian repo:
sudo apt update && sudo apt install nala
Nala version from this repo will be 0.12.3
.
From the info provided, it seems the python3-typer
module hasn't been upgraded. Do so manually by running:
sudo apt install python3-typer=0.7.0-1