Beware, this may take a LONG time on a slow connection depending on how out of date your installation is, so if you are on a slow connection consider going to the coffee shop. Ok lets go.
Open up your terminal and type the following:
apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y
The first command cleans out old and obsolete packages, as this might interfere with the update.
The second command updates your repositories, in case you don't know a repository is basically a website that has Linux applications and sources.
The third command will update the installed applications.
And the fourth command will update the installation itself.
As always thank you for reading. If you liked this post please follow the blog, plus one it, and follow me on google+.
No comments :
Post a Comment