Ubuntu20.04.3如何卸载软件

Posted 玩电脑的辣条哥

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu20.04.3如何卸载软件相关的知识,希望对你有一定的参考价值。

环境:

Ubuntu 20.04.3-live-server

问题描述:

Ubuntu20.04.3如何卸载软件

解决方案:

1.找到想卸载的包

dpkg -l | grep 软件名

root@lang:~# dpkg -l | grep bacula
ii  bacula-client                         9.4.2-2ubuntu5                        all          network backup service - client metapackage
ii  bacula-common                         9.4.2-2ubuntu5                        amd64        network backup service - common support files
ii  bacula-console                        9.4.2-2ubuntu5                        amd64        network backup service - text console
ii  bacula-fd                             9.4.2-2ubuntu5  

2.卸载删除

apt-get --purge remove 软件包名

root@lang:~# apt-get --purge remove bacula-client
Reading package lists... Done
Building dependency tree       
Reading state information... Done

3.检查是否成功

root@lang:~# dpkg -l | grep bacula
root@lang:~# 

卸载自己下载源代码编译安装软件
有安装编译的源代码文件,进入源代码目录,编译之后除了会生成install脚本之外还会生成一个uninstall 脚本

 make uninstall 

进行卸载

以上是关于Ubuntu20.04.3如何卸载软件的主要内容,如果未能解决你的问题,请参考以下文章

如何删除ubuntu系统安装的应用软件

如何在Ubuntu上卸载软件包

ubuntu卸载软件教程ubunto怎么卸载软件?

ubuntu下如何删除卸载scala-2.9.2?

如何卸载ubuntu

如何卸载ubuntu?