Tools:lvu
(→OPTIONS) |
(→OPTIONS) |
||
Line 58: | Line 58: | ||
<dd>find and display all files which are not currently tracked by the lunar package management system</dd> | <dd>find and display all files which are not currently tracked by the lunar package management system</dd> | ||
− | leafs | + | <dt>leafs</dt> |
displays installed modules that have no explicit dependencies on | displays installed modules that have no explicit dependencies on | ||
Line 66: | Line 66: | ||
cies | cies | ||
− | pam | + | <dt>pam</dt> |
display modules installed that are pam aware | display modules installed that are pam aware | ||
− | cd module | + | <dt>cd module</dt> |
changes current directory to the given module and execs a new | changes current directory to the given module and execs a new | ||
shell | shell | ||
− | what module | + | <dt>what module</dt> |
view the long package description | view the long package description | ||
− | where module | + | <dt>where module</dt> |
display the section a module belongs to | display the section a module belongs to | ||
− | website module | + | <dt>website module</dt> |
display the URL for the specified module | display the URL for the specified module | ||
− | sources module | + | <dt>sources module</dt> |
list all source files contained in a module | list all source files contained in a module | ||
− | urls module | + | <dt>urls module</dt> |
list all URLs for a module | list all URLs for a module | ||
− | maintainer module | + | <dt>maintainer module</dt> |
display the email address of the person currently responsible | display the email address of the person currently responsible | ||
for maintaining a specified module | for maintaining a specified module | ||
− | version module | + | <dt>version module</dt> |
display version of module in moonbase | display version of module in moonbase | ||
− | compile module | + | <dt>compile module</dt> |
show the compiler output generated when the module was built | show the compiler output generated when the module was built | ||
− | compiler module | + | <dt>compiler module</dt> |
− | + | ||
display the version of compiler used for creating the ELF files | display the version of compiler used for creating the ELF files | ||
in modules | in modules | ||
− | links module | + | <dt>links module</dt> |
display the modules that this module's ELF binary files actually | display the modules that this module's ELF binary files actually | ||
links to | links to | ||
− | install module | + | <dt>install module</dt> |
used to determine what files were installed by a module and | used to determine what files were installed by a module and | ||
where those files are located | where those files are located | ||
− | held | + | <dt>held</dt> |
display held modules | display held modules | ||
− | exiled | + | <dt>exiled</dt> |
display exiled modules | display exiled modules | ||
− | expired | + | <dt>expired</dt> |
display a list of modules which will be updated by a `lunar | display a list of modules which will be updated by a `lunar | ||
renew` | renew` | ||
− | sum <module> | + | <dt>sum <module></dt> |
print CRC checksums for modules(s). If no module is given it | print CRC checksums for modules(s). If no module is given it | ||
defaults to all. | defaults to all. | ||
− | md5sum <module> | + | <dt>md5sum <module></dt> |
print module MD5 message digests (fingerprints). If no module is | print module MD5 message digests (fingerprints). If no module is | ||
given it default to all | given it default to all | ||
− | export | + | <dt>export</dt> |
take a snapshot of all modules currently installed | take a snapshot of all modules currently installed | ||
− | import snapshot | + | <dt>import snapshot</dt> |
restore the snapshot from a previous lvu export command (see the | restore the snapshot from a previous lvu export command (see the | ||
export option) | export option) | ||
− | moonbase | + | <dt>moonbase</dt> |
prints the entire moonbase | prints the entire moonbase | ||
− | html | + | <dt>html</dt> |
prints the entire moonbase in a nice html format | prints the entire moonbase in a nice html format | ||
− | updatelog | + | <dt>updatelog</dt> |
view summary log of previous lunar update | view summary log of previous lunar update | ||
− | + | <dt>activity</dt> | |
view the main lunar activity log | view the main lunar activity log | ||
− | search "phrase" | + | <dt>search "phrase"</dt> |
Searches modules long descriptions for phrase | Searches modules long descriptions for phrase | ||
− | service port|acronym | + | <dt>service port|acronym</dt> |
displays modules that provide the given service port|acronym | displays modules that provide the given service port|acronym | ||
− | newer date | + | <dt>newer date</dt> |
print packages that are newer than a specified date. the date | print packages that are newer than a specified date. the date | ||
Line 185: | Line 184: | ||
m=month, and d=day | m=month, and d=day | ||
− | older date | + | <dt>older date</dt> |
print packages that are older than a specified date. the date | print packages that are older than a specified date. the date | ||
Line 191: | Line 190: | ||
m=month, and d=day | m=month, and d=day | ||
− | from <path/>file | + | <dt>from <path/>file</dt> |
find out what module has <path>/file installed | find out what module has <path>/file installed | ||
− | installed <module> | + | <dt>installed <module></dt> |
view all installed packages and corresponding version numbers or | view all installed packages and corresponding version numbers or | ||
Line 201: | Line 200: | ||
is installed display its version number | is installed display its version number | ||
− | section <module> | + | <dt>section <module></dt> |
view a list of all sections in the software catalogue or display | view a list of all sections in the software catalogue or display | ||
a list of packages from a specific section | a list of packages from a specific section | ||
− | size <module> | + | <dt>size <module></dt> |
display the size of a given module or all your installed modules | display the size of a given module or all your installed modules | ||
in KB | in KB | ||
− | voyeur <module> | + | <dt>voyeur <module></dt> |
start looking at what lin is compiling at the moment and outputs | start looking at what lin is compiling at the moment and outputs | ||
it. A module can be optionally specified. | it. A module can be optionally specified. | ||
− | depends <module> | + | <dt>depends <module></dt> |
displays the modules that explicitly or recursively depend on | displays the modules that explicitly or recursively depend on | ||
this module. | this module. | ||
− | tree <module> | + | <dt>tree <module></dt> |
displays a tree of the module's dependencies. | displays a tree of the module's dependencies. | ||
− | eert <module> | + | <dt>eert <module></dt> |
displays a tree of the module's reverse dependencies. | displays a tree of the module's reverse dependencies. | ||
− | edit <module> | + | <dt>edit <module></dt> |
Copy an existing module to zlocal so it can be edited. Turn on | Copy an existing module to zlocal so it can be edited. Turn on | ||
Line 235: | Line 234: | ||
instead of the default module. | instead of the default module. | ||
− | unedit <module> | + | <dt>unedit <module></dt> |
Discards your 'edit'ed zlocal module. Works the same as removing | Discards your 'edit'ed zlocal module. Works the same as removing | ||
it. | it. | ||
− | submit <module> | + | <dt>submit <module></dt> |
Submit a module to the lunar module submission list/mail alias. | Submit a module to the lunar module submission list/mail alias. | ||
Please only submit tested changes. | Please only submit tested changes. | ||
− | $MODULE_SCRIPT module | + | <dt>$MODULE_SCRIPT module</dt> |
replace $MODULE_SCRIPT with any of the following DETAILS | CON- | replace $MODULE_SCRIPT with any of the following DETAILS | CON- |
Revision as of 08:28, 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
displays installed modules that have no explicit dependencies on them orphans
displays installed modules that are missing required dependen- cies
display modules installed that are pam aware
changes current directory to the given module and execs a new shell
view the long package description
display the section a module belongs to
display the URL for the specified module
list all source files contained in a module
list all URLs for a module
display the email address of the person currently responsible for maintaining a specified module
display version of module in moonbase
show the compiler output generated when the module was built
display the modules that this module's ELF binary files actually links to
used to determine what files were installed by a module and where those files are located
display held modules
display exiled modules
display a list of modules which will be updated by a `lunar renew`
print CRC checksums for modules(s). If no module is given it defaults to all.
print module MD5 message digests (fingerprints). If no module is given it default to all
take a snapshot of all modules currently installed
restore the snapshot from a previous lvu export command (see the export option)
prints the entire moonbase
prints the entire moonbase in a nice html format
view summary log of previous lunar update
view the main lunar activity log
Searches modules long descriptions for phrase
displays modules that provide the given service port|acronym
print packages that are newer than a specified date. the date must be specified in the 'yyyymmdd' format, where y=year, m=month, and d=day
print packages that are older than a specified date. the date must be specified in the 'yyyymmdd' format, where y=year, m=month, and d=day
find out what module has <path>/file installed
view all installed packages and corresponding version numbers or check to see whether a particular package is installed and if it is installed display its version number
view a list of all sections in the software catalogue or display a list of packages from a specific section
display the size of a given module or all your installed modules in KB
start looking at what lin is compiling at the moment and outputs it. A module can be optionally specified.
displays the modules that explicitly or recursively depend on this module.
displays a tree of the module's dependencies.
displays a tree of the module's reverse dependencies.
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.
Discards your 'edit'ed zlocal module. Works the same as removing it.
Submit a module to the lunar module submission list/mail alias. Please only submit tested changes.
replace $MODULE_SCRIPT with any of the following DETAILS | CON- FIGURE | CONFLICTS | PRE_BUILD | BUILD | POST_BUILD | POST_INSTALL | POST_REMOVE to show module scripts for the module
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)