Thursday, 10 August 2023

Ubuntu kernel update

 https://www.cyberciti.biz/faq/upgrade-update-ubuntu-using-terminal/


How do I update Ubuntu using terminal?

  1. Open the terminal application
  2. For remote server use the ssh command to login. For example:ssh user@server-name
  3. Fetch update software list by running the sudo apt-get update command
  4. Update Ubuntu software by running the sudo apt-get upgrade command
  5. Finally, reboot the Ubuntu box by running the sudo reboot command.

Let us see all commands in details with examples.

No comments:

Post a Comment