Routine system update failed (Ubuntu 22.04.4 LTS)

Karl Auer kauer at biplane.com.au
Sat Sep 21 14:38:21 UTC 2024


On Sat, 2024-09-21 at 16:23 +0200, Ralf Mardorf via ubuntu-users wrote:
> Or do it vice versa like this:
> 
> sudo apt update || exit
> sudo apt autoremove || exit
> sudo apt clean || exit

What?!?

for x in update autoremove clean ; do
{
   sudo apt $x || exit
}
done

:-)

Regards, K. 
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au, he/him)
http://www.biplane.com.au/kauer






More information about the ubuntu-users mailing list