How to update Linux Ubuntu in one line

Easily update our linux servers in only one line

Check out our main page Go back to our tutorial home!

Update Linux Ubuntu using Putty Or Terminal

Update the servers using a single line. quick and easy!

  1. First open up Putty or Terminal
  2. Then copy and paste the following command in:

sudo apt update -y && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean -y && sudo apt autoclean -y