add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,29 @@
# pacman --files
> Arch Linux 包管理工具。
> 另见: `pacman`, `pkgfile`。
> 更多信息: <https://manned.org/pacman.8>。
- 更新软件包数据库:
`sudo pacman -Fy`
- 查找拥有特定 [F]ile 的软件包:
`pacman -F {{filename}}`
- 查找拥有特定 [F]ile 的软件包,使用正则表达式 e[x]pression
`pacman -Fx '{{regular_expression}}'`
- 仅列出软件包名称:
`pacman -Fq {{filename}}`
- [l]列出特定软件包拥有的 [F]iles
`pacman -Fl {{package}}`
- 显示 [h]elp
`pacman -Fh`