Questions tagged [cygwin]

cygwin provides a Unix/Linux-like environment under Microsoft Windows OSes.

What it doesn't provide is "a way to run native Linux apps on Windows. You must rebuild your application from source if you want it to run on Windows."

Cygwin home page
Cygwin on Wikipedia

1755 questions
48
votes
1 answer

Installing Cygwin packages from the command-line

Possible Duplicate: upgrading and installing packages through the cygwin command line? I'm looking for a "yum"-link method to install additional Cygwin packages from the command-line. Let's say I want to add the package "Math/bc", then ideally…
knorv
  • 3,512
19
votes
6 answers

Change Cygwin Prompt

The default cygwin prompt of "user@computer path \n $" is too long for me. I would like to keep the path. I want it to become: path $ Is there a config file I can modify to do this?
Cristian
  • 353
17
votes
1 answer

Remove unneeded dependencies from Cygwin

In Cygwin when I install a new package it automatically installs any dependencies needed for that package. Later if I choose to remove that package, how can I remove the dependencies it installed with it, which are no longer needed?
Josh
  • 728
12
votes
2 answers

how to verify the validity of the binary using the public key?

I want to install Cygwin-64 ,when i go to download page ,some information tells me: Run setup-x86_64.exe any time you want to update or install a Cygwin package for 64-bit windows. The signature for setup-x86_64.exe can be used to verify the…
showkey
  • 149
12
votes
3 answers

"tty" option detected in CYGWIN environment variable

I recently reinstalled cygwin on my windows 7 machine, and added the cygwin directory to my path so that it works seamlessly with the windows command line. Every time I execute a command, I get the following above the actual output: "tty" option…
ewok
  • 4,211
11
votes
2 answers

Is there an equivalent of apt-get in Cygwin?

Possible Duplicate: upgrading and installing packages through the cygwin command line? Is there an equivalent of apt-get in Cygwin?
yazz.com
  • 3,321
10
votes
3 answers

How long should it take Cygwin to load?

I recently downloaded Cygwin so I could easily use gcc. It installed correctly, and gcc compiles programs and reports errors as expected... but I can't help but notice that it appears to be taking an extremely long time to load the environment each…
9
votes
3 answers

Cygwin convert windows path to unix then change dir

I am usually trying to use the cygwin terminal to move to a nested directory. The problem is the windows directory are not immediately interpreted. So I had to do two step: $ cygpath -u…
Nassign
  • 537
9
votes
3 answers

What is the minimal packages list for Cygwin?

The Cygwin FAQ mentions that one the first install, the setup exe will download “a minimal subset of all available packages.” Which packages are part of this subset? I’m installing Cygwin on a computer without Internet access, so I need to know what…
Neil
  • 191
9
votes
3 answers

How do I install the vi text editor ONLY on my Cygwin installation?

I have managed to install the Cygwin on my Windows Vista machine. I installed using the default settings. When I try to do vi in the Bash shell, Bash tells me command not found. I believe I need to install the Cygwin editors package which include…
gath
8
votes
5 answers

How can I get the Full Cygwin Installation (about 1GB)?

I want to install Cygwin Full (about 1GB) but I cannot find any site offering it anymore. There was one but the Internet Archive did not back it up, after someone killed the site. Some instructions about installation are here. How can I get it and…
user114739
7
votes
2 answers

Cygwin program (sshpass) produces no output when used in Windows command prompt

I have built sshpass on Cygwin. It works perfectly from within a Cygwin terminal window: sshpass -p password ssh -o StrictHostKeyChecking=no user@host However, the exact same command from a Windows command prompt produces no output. I tried a…
starfry
  • 1,647
7
votes
1 answer

Simplest way to add multiple users in Cygwin?

I've installed Cygwin but have trouble operating it conveniently. I'd like the ability to, for example, 'su peter' where peter has his own preference for home directory, and shell. I don't care about security. I do not need these "user accounts" to…
6
votes
2 answers

What is the difference between CygWin Ports and CygWin?

I have been using CygWin for a few weeks, and I love it. Now I have found CygWin Ports and, even after reading its main page, I am not sure about the differences: Is CygWin Ports a collection of packages valids for my classical CygWin…
6
votes
3 answers

Is it possible to have cygwin ignore the Windows HOME environment variable?

As part of installing EGit, I had to set a HOME environment variable in Windows. This caused a problem whereby cygwin considers the HOME environment variable in Windows more important than the value in /etc/passwd. As a result, cygwin thinks my HOME…
Macha
  • 5,312
1
2 3
8 9