標籤:des http ar color 使用 for ad ef as
通過終端安裝apt-cyg之前選要安裝以下軟體包
wget
tar
gawk
bzip2
Cygwin終端安裝
wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg -P /binchmod.exe +x /bin/apt-cyg
去googlecode手工下載安裝
svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/ chmod +x /bin/apt-cyg
去github手工下載安裝
https://codeload.github.com/transcode-open/apt-cyg/zip/master解壓到使用者目錄mv apt-cyg /bin/chmod +x /bin/apt-cyg
apt-cyg使用
apt-cyg install : to install packages
apt-cyg remove : to remove packages
apt-cyg update: to update setup.ini
apt-cyg show: to show installed packages
apt-cyg packageof : to locate parent packages
apt-cyg find : to find packages matching patterns
*apt-cyg describe : to describe packages matching patterns</PATTERN(S)></PATTERN(S)>
apt-cyg配置
*配置安裝源
apt-cyg -m http://mirrors.163.com/cygwin/
export LANG="zh_CN.GBK"
alias ls="ls --color=auto"
alias dir="ls --color=auto"
export PS1="\[\e]0;\w\a\]\[\e[32m\]\[email protected]\h:\[\e[33m\]\w\[\e[0m\]\$ "
alias ..="cd .."
alias ...="cd ..."
(轉)cygwin包管理器apt-cyg