Upgrade ubuntu command line
Follow the below simple steps to Upgrade Ubuntu using command line:
1. Open Terminal.
Applications -> Accessories -> Terminal
(or)
Ctrl + Alt + t
2. Enter the below comment to update ubuntu
sdexperts@ubuntu:~$ sudo apt-get upgrade
[sudo] password for sdexperts:*********
3. This will update ubuntu.
