This commit is contained in:
12
Docs/APT清理无用软件包.md
Normal file
12
Docs/APT清理无用软件包.md
Normal file
@@ -0,0 +1,12 @@
|
||||
> 本文作者:丁辉
|
||||
|
||||
# APT清理无用软件包
|
||||
|
||||
清理无用软件包
|
||||
|
||||
```bash
|
||||
apt autoremove
|
||||
```
|
||||
|
||||
> `apt autoremove` 是一个用于在Ubuntu和其他基于Debian的Linux系统上管理软件包的命令。它的主要目的是删除不再被其他软件包所依赖的已安装软件包,以便释放磁盘空间并保持系统干净。
|
||||
|
Reference in New Issue
Block a user