Skip to content

Instantly share code, notes, and snippets.

@alexdevero
Created June 10, 2018 08:03
Show Gist options
  • Save alexdevero/8f0514c7f161ef94380de85e73c5f911 to your computer and use it in GitHub Desktop.
Save alexdevero/8f0514c7f161ef94380de85e73c5f911 to your computer and use it in GitHub Desktop.
Update Cygwin and its packages

Update Cygwin and its packages

Run following commands in CMD (as admin):

  • cd C:\cygwin or the name of the folder where you have Cygwin installed
  • wget -N https://cygwin.com/setup-x86_64.exe or download the file manually
  • setup-x86.exe --no-desktop --no-shortcuts --no-startmenu --quiet-mode (it is better to disable antivirus and firewall)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment