apt-get for Cygwin?

后端 未结 7 1408
说谎
说谎 2020-12-22 15:30

Is there any apt-get-like program for use with Cygwin?

I already tried cyg-apt but when I try I get this error:

cyg-apt: do         


        
7条回答
  •  暖寄归人
    2020-12-22 16:00

    You can use Chocolatey to install cyg-get and then install your packages with it.

    For example:

    choco install cyg-get
    

    Then:

    cyg-get install my-package
    

提交回复
热议问题