Ubuntu Mate 20.04 Updates
- yingnan4
- 2022年9月23日
- 讀畢需時 1 分鐘
sudo apt update
sudo apt-get upgrade
Incase:
dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
Just:
sudo dpkg --configure -a
To upgrade OS:
sudo do-release-upgrade
(might sabotage ROS so think twice)
留言