📜  完全删除 ros melodic - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:40.382000             🧑  作者: Mango

代码示例1
# If you're running Ubuntu, and installed ROS with apt-get, 
# the first step would be

sudo apt-get remove ros-*

# Use
sudo apt-get purge ros-*

# It will also remove configuration files. And then
# To remove dependencies
sudo apt-get autoremove