I executed sudo apt autoremove
in cmd and restarted the pc.
After that it gets stuck at this message
/dev/sda6: clean, 509610/4071424" files, 7994479/16284672 blocks
I executed sudo apt autoremove
in cmd and restarted the pc.
After that it gets stuck at this message
/dev/sda6: clean, 509610/4071424" files, 7994479/16284672 blocks
When you use sudo apt autoremove
you are attempting to remove an apt package and all it's dependencies.
I would attempt pressing the [enter]
key to try and push the OS past the block/clean also you could try to open a new terminal ALT + F2
and login that way.
ping google.com
to make sure you have internet access and correct dns settings. If you have internet access and dns setup correctly you can update and upgrade packages in apt with sudo apt update && sudo apt upgrade
this will update any new packages and upgrade them into your system, you could alternately update than look through the packages to see which you'd like to upgrade to.
– Gloat
Jul 10 '20 at 18:54