$ cyg-apt update cyg-apt: downloading: http://box-soft.com/setup-2.bz2 cyg-apt: downloading: http://box-soft.com/setup-2.ini cyg-apt: bad URL http://box-soft.com/setup-2.ini, exiting. 原因: 这个界面选择的mirror ,不能正确的映射到配置文件C:\cygwin\home\zhangrx\.cyg-apt中。需要...
$ cyg-apt update cyg-apt: downloading: http://box-soft.com/setup-2.bz2 cyg-apt: downloading: http://box-soft.com/setup-2.ini cyg-apt: bad URL http://box-soft.com/setup-2.ini, exiting. 原因: 解决: http://ftp.eq.uc.pt/software/pc/prog/cygwin/setup-2.ini...
apt-cyg update是更新软件源的软件包清单,即根据/etc/setup/setup.rc中配置的last-mirror项和本地Cygwin的指令集架构版本(x86或者x86_64),调用wget去镜像站点下载最新的setup.ini文件至本地缓存。 在进行install操作时,会自动先update。 download apt-cyg download [targets]仅将软件包下载到本地缓存但不安装,targe...
"download"操作仅将软件包下载至本地缓存,"search"和"searchall"操作分别在本地缓存和cygwin.com站点中查找匹配的软件包。在使用apt-cyg时,建议在执行"install"操作前先使用"update"操作来获取最新的软件包清单,确保软件包的完整性。同时,在安装过程中,建议使用cygcheck -c检查软件包安装的完整性。...
update Downloadafreshcopyofthemasterpackagelist(setup.ini)fromthe serverdefinedinsetup.rc. download Retrievepackage(s)fromtheserver,butdonotinstall/upgradeanything. show Displayinformationongivenpackage(s). depends Produceadependencytreeforapackage.
apt-cyg update --mirror http://mirrors.163.com/cygwin/ 使用apt-cyg安装软件: apt-cyg update #更新源 apt-cyg install ping -u #使用参数u不必每次都更新源 Working directory is /setup Mirror is http://mirrors.163.com/cygwin/ Installing ping ...
git config --global user.name userName git config --global user.email userEmail 分支1 标签0 Stephen JungelsUpdate README.mdfc54d5c12年前 4 次提交 提交 LICENSE Initial commit 12年前 README.md Update README.md 12年前 apt-cyg Create apt-cyg ...
chmod+x/bin/apt-cyg#使用当前源安装telnetapt-cyg install inetutils 其他命令: #查看当前源apt-cyg mirror#配置http://mirrors.163.com/cygwin/为当前源apt-cyg mirror http://mirrors.163.com/cygwin#更新源apt-cyg update#删除telnetapt-cygremoveinetutils...
install Install package(s). remove Remove package(s) from the system. update Download a fresh copy of the master package list (setup.ini) from the server defined in setup.rc. download Retrieve package(s) from the server, but do not install/upgrade anything. show Display information on ...
### 摘要 apt-cyg 作为一款高效的 Cygwin 软件包管理工具,简化了在 Windows 系统下使用 Cygwin 时的软件包安装与移除流程。用户只需简单的命令行操作即可实现对所需软件包的管理,极大地提升了工作效率。例如,安装软件包仅需输入 `apt-cyg install <package_name>`,而移除则使用 `apt-cyg remove <package_name...