通过apt/apt-get使用官方源安装软件,会把软件的依赖一并安装
卸载时,如果仅通过 apt remove 来卸载,依赖还存在,因此需要额外的命令清理依赖
apt-get purge your_softwareapt-get autoremove --purge记录一下方便以后用到
通过apt/apt-get使用官方源安装软件,会把软件的依赖一并安装
卸载时,如果仅通过 apt remove 来卸载,依赖还存在,因此需要额外的命令清理依赖
apt-get purge your_softwareapt-get autoremove --purge记录一下方便以后用到
评论 (0)