2020-08-16 00:58:06 +01:00
|
|
|
# eix
|
|
|
|
|
|
|
|
> Utilities for searching local Gentoo packages.
|
|
|
|
> Update local package cache using `eix-update`.
|
2021-07-09 16:45:55 +02:00
|
|
|
> More information: <https://wiki.gentoo.org/wiki/Eix>.
|
2020-08-16 00:58:06 +01:00
|
|
|
|
|
|
|
- Search for a package:
|
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`eix {{query}}`
|
2020-08-16 00:58:06 +01:00
|
|
|
|
|
|
|
- Search for installed packages:
|
|
|
|
|
2023-08-26 23:00:06 +05:30
|
|
|
`eix --installed {{query}}`
|
2020-08-16 00:58:06 +01:00
|
|
|
|
2020-10-27 10:02:08 +03:30
|
|
|
- Search in package descriptions:
|
2020-08-16 00:58:06 +01:00
|
|
|
|
|
|
|
`eix --description "{{description}}"`
|
|
|
|
|
2020-10-27 10:02:08 +03:30
|
|
|
- Search by package license:
|
2020-08-16 00:58:06 +01:00
|
|
|
|
|
|
|
`eix --license {{license}}`
|
|
|
|
|
|
|
|
- Exclude results from search:
|
|
|
|
|
|
|
|
`eix --not --license {{license}}`
|