I attempted to install 'ncal' using 'sudo apt install ncal,' but I encountered multiple errors:
I also tried 'sudo apt install command-no-found,' and the results were identical:
.
I attempted to install 'ncal' using 'sudo apt install ncal,' but I encountered multiple errors:
I also tried 'sudo apt install command-no-found,' and the results were identical:
.
apt
state first (this is also known as "Dependency Hell"). – Artur Meinild Sep 22 '23 at 06:36cal
orncal
, they are not the same. Finally, your second screenshot suggests you tried to run~sudo
which doesn't exist, notsudo
. You want the command shown in the first error message:sudo apt --fix-broken install
. The commandsudo apt install command-no-found
wouldn't do anything. – terdon Sep 22 '23 at 07:43