I have this problem where not everything updates, I run sudo apt update && sudo apt upgrade
but it doesn't work. I also tried sudo apt full-upgrade
and sudo apt dist-upgrade
but nothing seems to work. I know that typing them out by name works, by name I mean sudo apt upgrade {package name}
, but that seems like a lot of time wasted, and there must be a solution.
Thanks in advance.
LANG=C sudo apt update
to get output in Engish. – Pilot6 Sep 13 '22 at 12:12