LoginSignup
1
0

Linux環境をWSLで構築

Posted at

Linux環境をWSLで構築するまでにやったこと

参考ページ

手順

1.PowerShellを管理者権限で開く

2.WSLをインストール

wsl --install

3.Linuxディストリビューションをインストール
 Ubuntuをインストールするため、下記コマンドを実行。

wsl --install -d Ubuntu-22.04

インストールが完了するとubuntuのusername、password設定を求められ、
設定完了すると、Powershell上でUbuntu環境が起動された。

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