quse

Section: quse (1)
Updated: May 2018
Page Index
 

NAME

quse - find pkgs using useflags  

SYNOPSIS

quse [opts] <useflag>  

DESCRIPTION

quse searches in ebuilds for a match in IUSE, KEYWORDS or LICENSE. It can also search for USE-flags and show their descriptions.  

OPTIONS

-e, --exact
Search for exact string, e.g. do not use regular expression matching.
-a, --all
List all ebuilds, don't match anything.
-K, --keywords
Use the KEYWORDS vs IUSE.
-L, --license
Use the LICENSE vs IUSE.
-D, --describe
Describe the USE flag.
-F <arg>, --format <arg>
Advanced option to manually override the variable searched for in ebuilds. By default, the search is IUSE=, the -K and -L override that to KEYWORDS= and LICENSE= respectively. This option, sets the search to any variable. Note that the equals sign is part of the search, and needs to be set.
-N, --name-only
Only show package name.
--root <arg>
Set the ROOT env var.
-v, --verbose
Show problems encountered during parsing. These are mostly diagnostic and indicate possible incorrectness in the results.
-q, --quiet
Ignored for compatibility with other qapplets.
-C, --nocolor
Don't output color.
-h, --help
Print this help and exit.
-V, --version
Print version and exit.

 

REPORTING BUGS

Please report bugs via http://bugs.gentoo.org/
Product: Portage Development; Component: Tools, Assignee: portage-utils@gentoo.org  

AUTHORS

Ned Ludd <solar@gentoo.org>
Mike Frysinger <vapier@gentoo.org>
Fabian Groffen <grobian@gentoo.org>
Sam Besselink
 

SEE ALSO

q(1), qatom(1), qcache(1), qcheck(1), qdepends(1), qfile(1), qgrep(1), qlist(1), qlop(1), qmerge(1), qpkg(1), qsearch(1), qsize(1), qtbz2(1), qtegrity(1), qxpak(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
REPORTING BUGS
AUTHORS
SEE ALSO