环境:Debain系统 记得su root 进入root下卸载 如果没有 则在命令前加上sudo也行 即(sudo apt-get autoremove --purge motion)
工具:apt
命令:apt-get autoremove --purge
其中apt-get 是 执行 软件安装和卸载功能
autoremove是告诉 该功能 是 卸载软件
--purge 表示要彻底清除 注意 前面 是 - - 两个横杆
命令格式如图:
具体例子 :卸载motion
学习之路慢慢来 贵在坚持!
原文:http://www.cnblogs.com/jt-boke/p/7921490.html