美文网首页
Ubuntu apt-get 卸载命令

Ubuntu apt-get 卸载命令

作者: C_GO流媒体后台开发 | 来源:发表于2018-11-09 14:26 被阅读11次

pt-get install xxxx 安装

apt-get remove xxxx 卸载但不删除配置

apt-get purge xxxx 卸载并且删除相关配置

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

相关文章

网友评论

      本文标题:Ubuntu apt-get 卸载命令

      本文链接:https://www.haomeiwen.com/subject/vbcoxqtx.html