If you are like me you like to use the terminal commands to update your linux Ubuntu System. Its fast and easy if you know the command. I am putting the command lines in this article so you can copy and paste them.
First login as root then navigate to your root folder.
Tip: Click on images to make them larger.
If you find anything wrong on this page or need further assistance please comment below or contact me.
🙂
sudo su #logs you in as root cd / #navigates you to the root folder
If you use the following commands you will only have to enter your root password once. Then the above step is not necessary. 🙂
Subscribe To My YouTube Channel:
sudo apt-get update # Fetches the list of available updates sudo apt-get upgrade # Strictly upgrades the current packages sudo apt-get install --fix-missing #fixes anything missing that it can fix sudo apt-get dist-upgrade # Installs updates (new ones) sudo apt-get clean #Cleans up and speeds up your system
Enter the three lines above in order and you will have an updated machine.
Updating Your Linux Ubuntu System was last modified: March 15th, 2019 by
Please like, share and subscribe.
Advanced Programming Made Easy
I hope you enjoyed the article. If I was able to help you please consider a tip for the content.
One Time Tip
Reoccuring Tips
Cool People Share:
