gpt4 book ai didi

cygwin - 无法在 cygwin 1.7 上使用 cyg-apt

转载 作者:行者123 更新时间:2023-12-01 09:00:54 27 4
gpt4 key购买 nike

我遇到了 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 install package-name, cyg-apt man, even 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

我进行了一些研究,这可能与 1.7 版本的 cygwin 不兼容有关,但没有什么帮助。

最佳答案

您可以在 Windows 命令行中使用 Cygwin 的 setup.exe 来执行此操作。示例:

cd c:\cygwin
setup.exe -q -P wget,tar,qawk,bzip2,subversion,vim

为了更方便的安装程序,您可能希望使用 apt-cyg 作为您的软件包经理。它的语法类似于 apt-get,这是一个加号。为此,请按照以上步骤,然后使用 Cygwin Bash 进行以下步骤:

wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
install apt-cyg /bin

现在 apt-cyg 已经安装好了。以下是一些安装一些示例包:

apt-cyg install nano
apt-cyg install git
apt-cyg install ca-certificates

关于cygwin - 无法在 cygwin 1.7 上使用 cyg-apt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17275502/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com