I am trying to install nala, but I get this error message:
The following packages have unmet dependencies:
nala : Depends: python3-anyio but it is not installable
Depends: python3-httpx but it is not installable
Depends: python3-rich but it is not installable
Depends: python3-tomli but it is not installable
Depends: python3-typer but it is not installable
Recommends: python3-socksio but it is not installable
E: Unable to correct problems, you have held broken packages.
I have tried using -f
, I did apt update
, and I tried installing the dependencies manually, but neither have worked.
Here is the link for the nala installation instructions, and I'm installing using the repo and key.
I am on Ubuntu 20.04.
held broken packages
error. You can try the package with 22.04, or you can follow the build instructions for 20.04. – user535733 Aug 04 '22 at 21:51