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

21
pages.zh/linux/debtap.md Normal file
View File

@@ -0,0 +1,21 @@
# debtap
> 将 Debian 包转换为 Arch Linux 包。
> 另请参见:`pacman-upgrade`。
> 更多信息:<https://github.com/helixarch/debtap>。
- 更新 debtap 数据库(在第一次运行之前):
`sudo debtap --update`
- 转换指定的包:
`debtap {{path/to/package.deb}}`
- 转换指定的包,跳过所有问题,除了编辑元数据文件:
`debtap --quiet {{path/to/package.deb}}`
- 生成一个 PKGBUILD 文件:
`debtap --pkgbuild {{path/to/package.deb}}`