0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

WindowsでのLinux開発環境構築

Last updated at Posted at 2025-03-21

以下、概要のみ。
※細かいことはGoogleやAIで調べましょう。

Windows Subsystem for Linux(以下、WSL)のインストール

※WindowsのPowerShellを管理者として実行

PS C:\windows\system32> wsl --install
PS C:\windows\system32> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
PS C:\windows\system32> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

コントロールパネルでも確認できる。
「プログラム」⇒「Windowsの機能の有効化または無効化」の画面
・仮想マシン プラットフォーム
・Linux用Windowsサブシステム

Linuxの更新プログラムのダウンロード、インストール

 https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi

WSLのバージョン選択

PS C:\windows\system32> wsl --set-default-version 2

Ubuntuを「Windowsストア」からインストール

※Windowsの検索窓に「Windowsストア」と入力
Windowsストアの検索窓から「Ubuntu」とにゅうりょk

結構待ってユーザ名、パスワードを入力する。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?