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,24 @@
# dpkg-deb
> 打包、解包并提供有关 Debian 档案的信息。
> 更多信息:<https://manned.org/dpkg-deb>。
- 显示有关软件包的信息:
`dpkg-deb --info {{path/to/file.deb}}`
- 在一行中显示软件包的名称和版本:
`dpkg-deb --show {{path/to/file.deb}}`
- 列出软件包的内容:
`dpkg-deb --contents {{path/to/file.deb}}`
- 将软件包的内容提取到一个目录中:
`dpkg-deb --extract {{path/to/file.deb}} {{path/to/directory}}`
- 从指定目录创建一个软件包:
`dpkg-deb --build {{path/to/directory}}`