https://www.cyberciti.biz/faq/upgrade-update-ubuntu-using-terminal/
How do I update Ubuntu using terminal?
- Open the terminal application
- For remote server use the ssh command to login. For example:ssh user@server-name
- Fetch update software list by running the sudo apt-get update command
- Update Ubuntu software by running the sudo apt-get upgrade command
- 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