Files
tldr/pages.zh/linux/eix.md

432 B

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}}