About 50 results
Open links in new tab
  1. How do I install cygwin components from the command line?

    Feb 13, 2012 · Is there a tool in the Cygwin package similar to apt-get on Debian or yum on redhat that allows me to install components from the command line?

  2. updates - How to install new packages on Cygwin? - Super User

    There is no package management in Cygwin outside of the setup program. The setup only applies updates to your current installation, it does not overwrite packages that what you already have …

  3. mingw - What is cygwin and what does it do - Stack Overflow

    Mar 28, 2014 · after searching about it i found some info (yet confusing for me) Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. i found the above line in wikipedia …

  4. What is the difference between Cygwin and MinGW?

    Apr 21, 2009 · What is Cygwin? Cygwin is a compatibility layer that makes it easy to port simple Unix-based applications to Windows, by emulating many of the basic interfaces that Unix-based operating …

  5. Where can I download an offline installer of Cygwin?

    Mar 19, 2009 · I need an offline installer with most of the utilities commonly needed. Somehow the default installer confuses me with all its package selection. I installed Cygwin but I can't find the diff …

  6. How to update Cygwin from Cygwin's command line?

    Nov 25, 2010 · To search and download a package missed from Cygwin I need to run setup.exe GUI each time, click many times and do other boring things. Is there a way to do the same from Cygwin's …

  7. cygwin - Setting up VS Code for C using Cygwin64 Compiler and …

    Jun 5, 2019 · Would like to set up VS Code to work with Cygwin/Cygwin64. Already have these set up: Installed Cygwin64 on windows Installed gcc (Compiler) and gdb (Debugger) packages from Cygwin …

  8. windows - How can I open a cygwin terminal? - Stack Overflow

    Jan 5, 2016 · 3 When you install cygwin, it normally installs a ".bat" file at the top of the directory-tree containing cygwin, which can run a command-window. For example:  @echo off C: chdir …

  9. Access Linux programs of Cygwin from cmd and powershell in windows

    Mar 26, 2024 · Cygwin permits you to install Linux programs and compile it as a Windows executable. It handles versions and mirror according what you chose during installation step. Cygwin bundles a full …

  10. How do I install gcc on cygwin? - Stack Overflow

    Nov 10, 2017 · $ uname -r 2.9.0(0.318/5/3) I don't have the gcc or the g++ command on my path after I install cygwin. What packages do I need to install to get this command?