mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
eix: add page (#4255)
This commit is contained in:
parent
c133f38b69
commit
b4bee09e49
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…
Reference in New Issue
Block a user