...
Open and Ctrl+F in text editor
Upgrading Ubuntu
First, fully upgrade your existing installation:
Code Block |
---|
# apt update
# apt upgrade |
...
|
Code Block |
---|
# apt remove ros-*
# apt autoremove
# rm /etc/apt/sources.list.d/ros-latest.list
# apt update |
Comment out any lines in ~/.bashrc that will try and source a nonexistent ROS installation. |
Then (regardless of ROS installation)Finally, remove unneeded stuff, reboot to make sure the system still boots, then do the release upgrade:
Code Block |
---|
# apt autoremove
# reboot
# apt do-release-upgrade |