Linux Lite Forums

Full Version: I can't install Tor Web Browser
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(09-08-2016, 09:19 PM)LL-user link Wrote: [ -> ]I hope firenice03 doesn't mind me adding some additional information for clarification.

Code:
sudo apt-get update
is updating the system only in the sense that the software lists get updated according to the active software repositories!
The above command is not updating the system itself, i.e. is not downloading and installing any software packages. For this to happen you need to run:
Code:
sudo apt-get upgrade

Hope that helps Smile

Don't mind at all  Big Grin
I think.. well I like to think I have a decent grasp and try to help when I can
Am pretty sure your generous input and help is highly appreciated, not only by myself! Smile
Pages: 1 2