add new chinese translations
This commit is contained in:
25
pages.zh/linux/eix.md
Normal file
25
pages.zh/linux/eix.md
Normal 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}}`
|
Reference in New Issue
Block a user