- Feb 26, 2015
- 889
- 64
- 59

The upgrade process on the command-line is very similar to what we have already done. The only difference is no GUI will be launched and you will be asked Y/N questions in the terminal window.
Before we start be sure you're logged out the Jetson Nano and use other device to do this upgrade.
This needs to be done through command line and desktop need to be logged of because the upgrade progress..
When logged in your Jetson Nano type:
- Let's update our Jetson Nano before we begin
Bash:sudo apt update
- Now we do a full upgrade on Jetson Nano
Bash:sudo apt full-upgrade -y
- Let's remove leftovers is there are some.
Bash:sudo apt autoremove -y
- Now it's cleanup time
Bash:sudo apt clean
- Now we reboot our Jetson Nano because some updates.
Bash:sudo reboot now
- When we are bck logged in to the Jetson Nano and we know our Jetson Nano is fully updated we type:
Bash:sudo do-release-upgrade -d
Once complete, you will can log into the Ubuntu desktop: