adduser, apt-*, apt, aptitude, at: update Chinese translation (#6400)

This commit is contained in:
千玄子
2021-08-24 03:25:59 +08:00
committed by GitHub
parent b7bc62dfbb
commit ff74227350
6 changed files with 50 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
# apt
> 基于 Debian 的发行版上的软件包管理工具。
> 在 Ubuntu 16.04 及之后版本推荐使用 apt-get 来代替。
> 更多信息: <https://manpages.debian.org/latest/apt/apt.8.html>.
- 更新可用软件包及其版本列表(推荐在运行其他 apt 命令前首先运行该命令):
@@ -19,10 +20,18 @@
`sudo apt install {{软件包}}`
- 移除指定软件包(使用`purge`可以同时移除其配置文件):
- 移除指定软件包(使用 `purge` 同时移除其配置文件):
`sudo apt remove {{软件包}}`
- 将所有已安装软件包更新到最新可用版本:
`sudo apt upgrade`
- 列出所有软件包:
`apt list`
- 列出已安装的软件包:
`apt list --installed`