cyg-apt命令出现问题(在Windows 7 64位虚拟机上运行的cygwin 1.7上)
我已按照以下步骤操作,以正确安装cyg-apt:
Install cygwin
Install wget and python
wget http://www.lilypond.org/~janneke/software/cyg-apt 1.1
Edit the cygapt file: Change the default server to other than the one in it. (I find ftp://ftp.cise.ufl.edu/pub/mirrors/cygwin/ to be good)
chmod a+rx cyg-apt
mv cyg-apt /bin
cyg-apt setup
cyg-apt update
而且,无论我尝试使用cyg-apt(cyg-apt安装软件包名称,cyg-apt man还是cyg-apt ...),每次都会出现此错误:
to rely on a native Windows version of Bonjour's mDNSResponder service.
Traceback (most recent call last):
File "/usr/bin/cyg-apt", line 658, in (module) get_setup_ini()
File "/usr/bin/cyg-apt", line 184, in get_setup_ini raise 'URG'
TypeError: exceptions must be old-style classes or derived form BaseException, not str
我进行了一些研究,它可能与cygwin 1.7版本不兼容有关,但仅此而已。
最佳答案
可能不完全是您想要的东西,但也许放弃了cyg-apt
支持apt-cyg。 cyg-apt自2009年以来就没有进行过更新。就个人而言,
每当我尝试cyg-apt更新时,都会收到如下错误:
cyg-apt: bad URL http://www.gtlib.gatech.edu/setup-2.ini, exiting.
显然的解决方案是改为使用apt-cyg。
apt-get for cygwin?