cygwin.rst
changeset 2170 b3827a5ac4c3
parent 2169 8ce9771fae25
child 2196 4709306e4ec8
equal deleted inserted replaced
2169:8ce9771fae25 2170:b3827a5ac4c3
    43 
    43 
    44 Alternatively with native Windows symlink (from build-in ``cmd`` command)::
    44 Alternatively with native Windows symlink (from build-in ``cmd`` command)::
    45 
    45 
    46   cmd# mklink /D c:\opt\cygwin\home\user c:\home
    46   cmd# mklink /D c:\opt\cygwin\home\user c:\home
    47 
    47 
    48 List of installed packages::
    48 List of installed packages (``-c`` - check, ``-d`` - dump only)::
       
    49 
       
    50   $ cygcheck -c -d
       
    51 
       
    52 Alternatively look to file content::
    49 
    53 
    50   /etc/setup/installed.db
    54   /etc/setup/installed.db
    51 
    55 
    52 https://stackoverflow.com/questions/1494658/how-can-i-change-my-cygwin-home-folder-after-installation
    56 https://stackoverflow.com/questions/1494658/how-can-i-change-my-cygwin-home-folder-after-installation
    53   How can I change my Cygwin home folder after installation?
    57   How can I change my Cygwin home folder after installation?