mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
doc: Add example for --search.
* doc/guix.texi (Invoking guix package): Add LGPLv3 example.
This commit is contained in:
parent
f5ea273a00
commit
a12d92f54e
1 changed files with 11 additions and 0 deletions
|
@ -828,6 +828,17 @@ name: libgc
|
||||||
version: 7.2alpha6
|
version: 7.2alpha6
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
Similarly, to show the name of all the packages available under the
|
||||||
|
terms of the GNU@tie{}LGPL version 3:
|
||||||
|
|
||||||
|
@example
|
||||||
|
$ guix package -s "" | recsel -p name -e 'license ~ "LGPL 3"'
|
||||||
|
name: elfutils
|
||||||
|
|
||||||
|
name: gmp
|
||||||
|
@dots{}
|
||||||
|
@end example
|
||||||
|
|
||||||
@item --list-installed[=@var{regexp}]
|
@item --list-installed[=@var{regexp}]
|
||||||
@itemx -I [@var{regexp}]
|
@itemx -I [@var{regexp}]
|
||||||
List the currently installed packages in the specified profile, with the
|
List the currently installed packages in the specified profile, with the
|
||||||
|
|
Loading…
Reference in a new issue