Tools:lvu
(→OPTIONS) |
(→OPTIONS) |
||
Line 60: | Line 60: | ||
<dt>leafs</dt> | <dt>leafs</dt> | ||
− | <dd>displays installed | + | <dd>displays installed $MODULEs that have no explicit dependencies on them orphans or displays installed $MODULEs that are missing required dependencies</dd> |
<dt>pam</dt> | <dt>pam</dt> | ||
− | <dd>display | + | <dd>display $MODULEs installed that are pam aware</dd> |
− | <dt>cd | + | <dt>cd $MODULE</dt> |
− | <dd>changes current directory to the given | + | <dd>changes current directory to the given $MODULE and execs a new shell</dd> |
− | <dt>what | + | <dt>what $MODULE</dt> |
<dd>view the long package description</dd> | <dd>view the long package description</dd> | ||
− | <dt>where | + | <dt>where $MODULE</dt> |
− | <dd>display the section a | + | <dd>display the section a $MODULE belongs to</dd> |
− | <dt>website | + | <dt>website $MODULE</dt> |
− | <dd>display the URL for the specified | + | <dd>display the URL for the specified $MODULE</dd> |
− | <dt>sources | + | <dt>sources $MODULE</dt> |
− | <dd> list all source files contained in a | + | <dd> list all source files contained in a $MODULE</dd> |
− | <dt>urls | + | <dt>urls $MODULE</dt> |
− | <dd> list all URLs for a | + | <dd> list all URLs for a $MODULE</dd> |
− | <dt>maintainer | + | <dt>maintainer $MODULE</dt> |
− | <dd>display the email address of the person currently responsible for maintaining a specified | + | <dd>display the email address of the person currently responsible for maintaining a specified $MODULE</dd> |
− | <dt>version | + | <dt>version $MODULE</dt> |
− | <dd> display version of | + | <dd> display version of $MODULE in moonbase</dd> |
− | <dt>compile | + | <dt>compile $MODULE</dt> |
− | <dd> show the compiler output generated when the | + | <dd> show the compiler output generated when the $MODULE was built</dd> |
− | <dt>compiler | + | <dt>compiler $MODULE</dt> |
− | <dd> display the version of compiler used for creating the ELF files in | + | <dd> display the version of compiler used for creating the ELF files in $MODULEs</dd> |
− | <dt>links | + | <dt>links $MODULE</dt> |
− | <dd> display the | + | <dd> display the $MODULEs that this $MODULE's ELF binary files actually links to</dd> |
− | <dt>install | + | <dt>install $MODULE</dt> |
− | <dd> used to determine what files were installed by a | + | <dd> used to determine what files were installed by a $MODULE and where those files are located</dd> |
<dt>held</dt> | <dt>held</dt> | ||
− | <dd> display held | + | <dd> display held $MODULEs</dd> |
<dt>exiled</dt> | <dt>exiled</dt> | ||
− | <dd> display exiled | + | <dd> display exiled $MODULEs</dd> |
<dt>expired</dt> | <dt>expired</dt> | ||
− | <dd> display a list of | + | <dd> display a list of $MODULEs which will be updated by a `lunar renew`</dd> |
<dt>sum $MODULE</dt> | <dt>sum $MODULE</dt> | ||
− | <dd> print CRC checksums for | + | <dd> print CRC checksums for $MODULEs(s). If no $MODULE is given it defaults to all.</dd> |
<dt>md5sum $MODULE</dt> | <dt>md5sum $MODULE</dt> | ||
− | <dd> print | + | <dd> print $MODULE MD5 message digests (fingerprints). If no $MODULE is given it default to all</dd> |
<dt>export</dt> | <dt>export</dt> | ||
− | <dd> take a snapshot of all | + | <dd> take a snapshot of all $MODULEs currently installed</dd> |
<dt>import snapshot</dt> | <dt>import snapshot</dt> | ||
Line 159: | Line 159: | ||
<dt>search "phrase"</dt> | <dt>search "phrase"</dt> | ||
− | <dd> Searches | + | <dd> Searches $MODULEs long descriptions for phrase</dd> |
<dt>service port|acronym</dt> | <dt>service port|acronym</dt> | ||
− | <dd> displays | + | <dd> displays $MODULEs that provide the given service port|acronym</dd> |
<dt>newer date</dt> | <dt>newer date</dt> | ||
Line 175: | Line 175: | ||
<dt>from <path/>file</dt> | <dt>from <path/>file</dt> | ||
− | <dd> find out what | + | <dd> find out what $MODULE has $PATH/file installed</dd> |
<dt>installed $MODULE</dt> | <dt>installed $MODULE</dt> | ||
Line 187: | Line 187: | ||
<dt>size $MODULE</dt> | <dt>size $MODULE</dt> | ||
− | <dd> display the size of a given | + | <dd> display the size of a given $MODULE or all your installed $MODULEs in KB</dd> |
<dt>voyeur $MODULE</dt> | <dt>voyeur $MODULE</dt> | ||
− | <dd> start looking at what lin is compiling at the moment and outputs it. A | + | <dd> start looking at what lin is compiling at the moment and outputs it. A $MODULE can be optionally specified.</dd> |
<dt>depends $MODULE</dt> | <dt>depends $MODULE</dt> | ||
− | <dd>displays the | + | <dd>displays the $MODULEs that explicitly or recursively depend on this $MODULE.</dd> |
<dt>tree $MODULE</dt> | <dt>tree $MODULE</dt> | ||
− | <dd>displays a tree of the | + | <dd>displays a tree of the $MODULE's dependencies.</dd> |
<dt>eert $MODULE</dt> | <dt>eert $MODULE</dt> | ||
− | <dd> displays a tree of the | + | <dd> displays a tree of the $MODULE's reverse dependencies.</dd> |
<dt>edit $MODULE</dt> | <dt>edit $MODULE</dt> | ||
− | <dd> Copy an existing | + | <dd> Copy an existing $MODULE to zlocal so it can be edited. Turn on ZLOCAL_OVERRIDES to make sure your edited $MODULE gets used instead of the default $MODULE.</dd> |
<dt>unedit $MODULE</dt> | <dt>unedit $MODULE</dt> | ||
− | <dd> Discards your 'edit'ed zlocal | + | <dd> Discards your 'edit'ed zlocal $MODULE. Works the same as removing it.</dd> |
<dt>submit $MODULE</dt> | <dt>submit $MODULE</dt> | ||
− | <dd> Submit a | + | <dd> Submit a $MODULE to the lunar $MODULE submission list/mail alias. Please only submit tested changes.</dd> |
<dt>$MODULE_SCRIPT $MODULE</dt> | <dt>$MODULE_SCRIPT $MODULE</dt> | ||
− | <dd> replace $MODULE_SCRIPT with any of the following DETAILS | CONFIGURE | CONFLICTS | PRE_BUILD | BUILD | POST_BUILD | POST_INSTALL | POST_REMOVE to show | + | <dd> replace $MODULE_SCRIPT with any of the following DETAILS | CONFIGURE | CONFLICTS | PRE_BUILD | BUILD | POST_BUILD | POST_INSTALL | POST_REMOVE to show $MODULE scripts for the $MODULE</dd> |
=AUTHOR= | =AUTHOR= |
Revision as of 08:38, 7 June 2006
Contents |
NAME
lvu - query/view lunar package management information
SYNOPSIS
lvu alien|leafs|orphans|pam
lvu cd|what|where|website|sources|urls|maintainer|version $MODULE
lvu compile|compiler|links|install|sum|md5sum $MODULE
lvu export|import [snapshot]
lvu moonbase|html|updatelog|activity
lvu search "phrase"
lvu service port|acronym
lvu newer|older <yyyymmdd>
lvu from <path/file>
lvu installed $MODULE
lvu held|exiled|expired
lvu section [section]
lvu voyeur [delay or $MODULE
lvu depends $MODULE
lvu tree $MODULE
lvu eert $MODULE
lvu size $MODULE
lvu submit|edit|unedit [module] lvu $MODULE_SCRIPT $MODULE
COPYRIGHT
lvu(1) is Copyright (C) 2002-2003 Terry Chan with portions copyrighted by previous authors 2001-2002 lvu(1) also contains material which is Copyright (C) Lunar-Linux team.
DESCRIPTION
lvu is part of the lunar source-based package management suite. It is a general purpose command-line tool for displaying package logs, version information, checking for installed packages, checksums, message digests, maintainer information, package URL information, displaying new packages, untracked files, sections, searching for files that are installed, finding when modules were created and packages in the soft- ware catalogue. It can even take and retrieve snapshots of currently installed packages for easy duplication.
OPTIONS
AUTHOR
Original version written by Brian Peterson
Modified by Kyle Sallee
Updated Thomas Stewart 01/15/2002
Converted to Lunar by Terry Chan 03/23/2002
Edited and new functions added by Chuck Mead 05/21/2002
Updated again by Terry Chan 08/08/2003
REPORTING BUGS
Report bugs to <maintainer@lunar-linux.org>
SEE ALSO
lunar(8), lin(8), lrm(8), lget(8), moonbase(1)
WARRANTY
This is free software with ABSOLUTELY NO WARRANTY
Lunar Linux August 2003 LVU(1)