1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【2023年10月版】WindowsへのCygwinのインストールとパッケージマネージャの設定

Last updated at Posted at 2023-10-29

はじめに

毎回、Cygwin と apt-cyg のインストール方法を、たびたび忘れるのでメモ

環境

Windows7, Windows10, Windows11
Windows Server 2012, Windows Server 2019, Windows Server 2022

手順

インストーラーのダウンロード

Cygwin のインストール

image.png

  • 次へ

image.png

  • 次へ

image.png

  • 適当なフォルダを選択して、次へ

image.png

  • 適当なフォルダを選択して、次へ

image.png

  • 自分のネットワークに合わせて、次へ

image.png

  • jp の ダウンロードサイトを選択して、次へ

image.png

  • wget を Search して、 最新版を選択して、次へ

image.png

  • 必要なダウンロードリストが表示されるので、次へ

image.png

  • ダウンロードが始まるので、待つ

image.png

  • 完了

apt-cyg のインストール

wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg
chmod 755 apt-cyg
mv apt-cyg /usr/local/bin/

image.png

その他パッケージのインストール

  • apt-cyg install でインストールする
apt-cyg install vim
apt-cyg install screen

さいごに

かんたんでしたね

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?