I am editing the question with my attempt on running sudo apt-get upgrade
I can not upgrade the files after running that command. It tells me that it found files to upgrade but says 'failed to fetch' every file to found. Does that clarify my post? Still new to this sorry and my college professor is the issue of not explaining clearly and lack of knowledge.
sudo apt-get upgrade
. Is there a particular reason you are skipping thesudo
part? It's an important part. – user535733 Sep 24 '21 at 01:09sudo
elevates your privileges (super user do) which is necessary to make changes to your box (upgrading packages can make lots of changes; those maybe official changes or someone usingsudo
may have added 3rd party & potential harmful sources to be changed as well - the need ofsudo
should make you stop & think about the action before you do it) – guiverc Sep 24 '21 at 01:17