eix: add page (#4255)

client-spec/clarity
C-xC-c 2020-08-16 00:58:06 +01:00 committed by GitHub
parent c133f38b69
commit b4bee09e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/eix.md Normal file
View File

@ -0,0 +1,24 @@
# eix
> Utilities for searching local Gentoo packages.
> Update local package cache using `eix-update`.
- Search for a package:
`eix {{package_name}}`
- Search for installed packages:
`eix --installed {{package_name}}`
- Seach in package descriptions:
`eix --description "{{description}}"`
- Seach by package license:
`eix --license {{license}}`
- Exclude results from search:
`eix --not --license {{license}}`