How do I tell whether my cygwin installation is 32 or 64 bit?

前端 未结 4 574
北荒
北荒 2021-02-05 00:09

How do I tell whether my cygwin installation is 32 or 64 bit? I don\'t remember which setup.exe to download. And I would hate to mess up my cygwin installation.

4条回答
  •  感情败类
    2021-02-05 00:45

    uname -m

    And it should say x86_64 in the output if it's 64-bit, or i686 if 32-bit.

提交回复
热议问题