View Single Post
Aranel's Avatar
Posts: 301 | Thanked: 227 times | Joined on Nov 2009 @ Turkey
#344
Originally Posted by alex_newman View Post
does apt-get update or upgrade help me?
what the difference between these 2 commands?
apt-get update: updates the list of software on repositories. It doesn't update anything else.

apt-get upgrade: Upgrades existing software to new version. So, do apt-get update to get a list of new software, then apt-get upgrade to get new software.