We all know that Ubuntu is a Linux system, it is not like windows, it is an open source system, it is always updating its system, so people say that the Linux system is more secure than the Windows system. How do we update the system with Ubuntu commands for our computer security?
Tools/Materials
Method/Step
- 1
Open terminal, enter "sudo apt-get update" and press ENTER.
Enter the administrator password and press ENTER.
- 2
Go to the update to get a list of the most recent packages (the list contains information about the packages, such as whether the package has been updated) until the "Reading package list ..." appears. Because I have already run this code before, so "ignore ..." is displayed,
- 3
Enter "sudo apt-get dist-upgrade" and press ENTER. (Enter new software installed in your system and system)
In the "Do you want to continue?" appears. [y/n] ", please enter" Y ", enter the Automatic update Ubuntu system and your installed software. Until it's done.
END
Ubuntu uses commands to update Ubuntu system