常用命令小结

来源:互联网 发布:儿童唱歌软件 编辑:程序博客网 时间:2024/05/22 15:46

1.卸载软件
通过sudo apt-get install xxxx 安装软件后,总是无法卸载干净,这里以Apache 为例,提供方法:
首先 sudo apt-get remove apache2
其次 sudo apt-get autoremove

0 0
原创粉丝点击