卸载软件 参考:https://blog.csdn.net/ken1583096683/article/details/80276269
建议不要随便删除Ubuntu系统自带的软件
内容如下:
1.卸载软件:sudo apt-get remove 软件名(+版本 )
2.卸载软件并删除依赖:sudo apt-get remove –auto-remove 软件名(+版本 )
3.清除软件:sudo apt-get purge 软件名(+版本 )
4.清除软件及依赖:sudo apt-get purge –auto-remove 软件名(+版本 )
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!