Tools:lvu

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

Revision as of 08:31, 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

alien</dt>
find and display all files which are not currently tracked by the lunar package management system</dd>

      
leafs</dt>
             
displays installed modules that have no explicit dependencies on them orphans
             displays installed modules that are missing  required  dependen-
             cies</dd>
      
pam</dt>
            
display modules installed that are pam aware</dd>
      
cd module</dt>
           
changes current directory to the given module and execs a new shell</dd>
      
what module</dt>
           
view the long package description</dd>
      
where module</dt>
           
display the section a module belongs to</dd>
      
website module</dt>
           
display the URL for the specified module</dd>
      
sources module</dt>
           
list all source files contained in a module</dd>
      
urls module</dt>
           
list all URLs for a module</dd>
      
maintainer module</dt>
           
display the email address of the person currently responsible for maintaining a specified module</dd>
      
version module</dt>
            
display version of module in moonbase</dd>
      
compile module</dt>
            
show the compiler output generated when the module was built</dd>
      
compiler module</dt>
display the version of compiler used for creating the ELF files in modules</dd>
      
links module</dt>
           
display the modules that this module's ELF binary files actually links to</dd>
      
install module</dt>
           
used to determine what files were installed by a module and where those files are located</dd>
      
held</dt>
            
display held modules</dd>
      
exiled</dt>
           
display exiled modules</dd>
      
expired</dt>
           
display a list of modules which will be updated by a `lunar renew`</dd>
      
sum $MODULE</dt>
            
print CRC checksums for modules(s). If no module is given it defaults to all.</dd>
      
md5sum $MODULE</dt>
            
print module MD5 message digests (fingerprints). If no module is given it default to all</dd>
      
export</dt>
            
take a snapshot of all modules currently installed</dd>
      
import snapshot</dt>
            
restore the snapshot from a previous lvu export command (see the export option)</dd>
      
moonbase</dt>
            
prints the entire moonbase</dd>
      
html</dt>
            
prints the entire moonbase in a nice html format</dd>
      
updatelog</dt>
            
view summary log of previous lunar update</dd>
       
activity</dt>
            
view the main lunar activity log</dd>
      
search "phrase"</dt>
            
Searches modules long descriptions for phrase</dd>
      
service port|acronym</dt>
            
displays modules that provide the given service port|acronym</dd>
      
newer date</dt>
            
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</dd>
      
older date</dt>
            
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</dd>
      
from <path/>file</dt>
            
find out what module has $PATH/file installed</dd>
      
installed $MODULE</dt>
            
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</dd>
      
section $MODULE</dt>
            
view a list of all sections in the software catalogue or display a list of packages from a specific section</dd>
      
size $MODULE</dt>
            
display the size of a given module or all your installed modules in KB
      
voyeur $MODULE</dt>
            
start looking at what lin is compiling at the moment and outputs it. A module can be optionally specified.
      
depends $MODULE</dt>
             
displays the modules that explicitly or recursively depend on this module.</dd>
      
tree $MODULE</dt>
             
displays a tree of the module's dependencies.</dd>
      
eert $MODULE</dt>
            
displays a tree of the module's reverse dependencies.</dd>
      
edit $MODULE</dt>
            
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>
      
unedit $MODULE</dt>
            
Discards your 'edit'ed zlocal module. Works the same as removing</dd> it.
      
submit $MODULE</dt>
           
Submit a module to the lunar module submission list/mail alias. Please only submit tested changes.</dd>
      
$MODULE_SCRIPT $MODULE</dt>
            
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</dd>

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)

Personal tools
Namespaces
Variants
Actions
Wiki Navigation
Project Sites
Toolbox