How To Update Ubuntu In Terminal
Posted on July 1, 2022 • 1 minutes • 58 words
In this tutorial we learn how to update ubuntu in terminal. To update Ubuntu in terminal we can follow the steps below:
1 - Update apt metadata
Update apt database metadata using the command below
sudo apt-get update
2 - Update Ubuntu
After updating apt metadata we can use the command below to update Ubuntu
sudo apt-get upgrade