Cygwinでapt-cygのインストール
実行環境
- Windows7 64bit版
- Cygwin 64bit版
※ https://cygwin.com/install.html の「setup-x86_64.exe」
apt-cygのインストール
※ https://cygwin.com/install.html の「setup-x86_64.exe」
apt-cygは、Cygwinでアプリケーションを簡単(※)にインストールするためのツール。
※ インストールする際にsetup.exeを使わずに1コマンドで済む。
公式版は開発が止まっているらしいので、他の方がforkして作っているものをダウンロード
wget https://raw.github.com/kou1okada/apt-cyg/master/apt-cyg
実行権限を付与
chmod +x apt-cyg
PATHの通っているディレクトリへ移動
mv apt-cyg /usr/local/bin/
Cygwinの setup-x86_64.exe で利用していた last-cache と last-mirror に関する情報をを apt-cyg に引き継ぐ。
apt-cyg --use-setuprc
以上で完了。
apt-cygを用いてアプリケーション(下記例ではsl)をインストールする場合は、下記のコマンドを実施。
apt-cyg install sl
参考サイト
Author And Source
この問題について(Cygwinでapt-cygのインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/zawataki/items/24ac4d55a3a1d8951708著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .