How to install cygwin / X via apt-cyg

Does anyone know how to install cygwin / X via apt-cyg, no with setup.exe?

+5
source share
1 answer
wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
install apt-cyg /bin
apt-cyg install xinit wget screen 
startxwin -- -nolock # FAT32 workaround
+4
source

All Articles