10
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

windowsの味方、WSL2について

10
Last updated at Posted at 2024-07-18

WSL2とは

windows system for Linuxの意で、Windows上で動作するLinuxの実行環境のこと
Windows上でLinuxのコマンド・ツール・アプリケーション等を直接実行可能

wsl2を使うの何が変わる?
macOSと違い、今まではwindowsと別にLinuxを起動する必要があった
↓wsl2を使うと
windowsの中ある一つのソフトウェアのようにLinuxを使用することができ、使い勝手が良い

WSL2を使うための要件

WSL2が使えるバージョンはWindows10(64bit版)以降。32bit版では、WSL2を利用できない。
↓加えて

  • x64システムの場合:バージョン 1903 以降、ビルド 18362 以上
  • ARM64システムの場合:バージョン 2004 以降、ビルド 19041 以上

Windowsのバージョン・ビルドは、Windows画面左下の「スタートボタン」から「設定」→「システム」と移動した先にある「詳細情報」にて確認できます。

  • PCのハードウェアがHyper-Vに対応している

インストール手順について

参考

10
3
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
10
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?