mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
eix: add page (#4255)
This commit is contained in:
parent
c133f38b69
commit
b4bee09e49
1 changed files with 24 additions and 0 deletions
24
pages/linux/eix.md
Normal file
24
pages/linux/eix.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue