cygwin.rst
changeset 482 f3270fb63d5e
parent 481 317a417bbe3f
child 483 a5ebcd5c7544
equal deleted inserted replaced
481:317a417bbe3f 482:f3270fb63d5e
    60 
    60 
    61 To start X application you must set 'DISPLAY':
    61 To start X application you must set 'DISPLAY':
    62 
    62 
    63   $ DISPLAY=:0 xterm&
    63   $ DISPLAY=:0 xterm&
    64 
    64 
    65 * Search for package.
    65 * Working with packages.
       
    66 
       
    67 ** Installed package list with versions.
       
    68 
       
    69   $ cygcheck -c -d
       
    70 
       
    71 ** List of package files.
       
    72 
       
    73   $ cygcheck -l pkg-name
       
    74 
       
    75 ** Search package by file in installed packages.
       
    76 
       
    77   $ cygcheck -f full-path-to-file
       
    78 
       
    79 ** Search for package.
    66 
    80 
    67 If you have file name or regex use (need internet connection):
    81 If you have file name or regex use (need internet connection):
    68 
    82 
    69   $ cygcheck -p REGEX
    83   $ cygcheck -p REGEX
    70 
    84