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

25
pages.zh/linux/eix.md Normal file
View File

@@ -0,0 +1,25 @@
# eix
> 用于搜索本地 Gentoo 包的工具。
> 使用 `eix-update` 更新本地包缓存。
> 更多信息:<https://wiki.gentoo.org/wiki/Eix>。
- 搜索包:
`eix {{query}}`
- 搜索已安装的包:
`eix --installed {{query}}`
- 在包描述中搜索:
`eix --description "{{description}}"`
- 按包许可证搜索:
`eix --license {{license}}`
- 从搜索中排除结果:
`eix --not --license {{license}}`