Ubuntu 22.04.1 清理安装失败或配置错误的软件包

This commit is contained in:
zyimm 2022-12-30 16:44:20 +08:00
parent 0472ad1c53
commit a4dd333320

View File

@ -11,10 +11,8 @@ tags: Ubuntu
> 命令如下:
```shell
# root 账号无需加上sudo
sudo apt-get purge $(dpkg -l|grep ^rc|awk '{ print $2 }')
sudo apt-get purge $(dpkg -l|grep iF|awk '{ print $2 }')
```
> 注解: