「Windows11」wsl(Windows Subsystem for Linux)環境をインストールする方法
環境
OS Windows 11 Pro 21H2 64bit
操作方法
1.「スタート」をクリックします。
2.「検索するには,ここに入力します」に「cmd」と入力します。
3.「コマンドプロンプト」->「管理者として実行」をクリックします。
ユーザーアカウント制御画面が表示されます。
「はい」を押下します。
4.以下のコマンドを実行します。
C:\Windows\system32>wsl --install インストール中: 仮想マシン プラットフォーム 仮想マシン プラットフォーム はインストールされました。 インストール中: Linux 用 Windows サブシステム Linux 用 Windows サブシステム はインストールされました。 ダウンロード中: WSL カーネル インストール中: WSL カーネル WSL カーネル はインストールされました。 ダウンロード中: GUI アプリ サポート インストール中: GUI アプリ サポート GUI アプリ サポート はインストールされました。 ダウンロード中: Ubuntu 要求された操作は正常に終了しました。変更を有効にするには、システムを再起動する必要があります。
5.PCを再起動します。
Installing, this may take a few minutes... Please create a default UNIX user account. The username does not need to match your Windows username. For more information visit: https://aka.ms/wslusers Enter new UNIX username: cft New password: Retype new password: passwd: password updated successfully Installation successful! To run a command as administrator (user "root"), use "sudo <command>". See "man sudo_root" for details. Welcome to Ubuntu 20.04 LTS (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage System information as of Sat Aug 13 19:15:23 JST 2022 System load: 0.9 Processes: 8 Usage of /: 0.4% of 250.98GB Users logged in: 0 Memory usage: 6% IPv4 address for eth0: 172.17.15.68 Swap usage: 0% 0 updates can be installed immediately. 0 of these updates are security updates. The list of available updates is more than a week old. To check for new updates run: sudo apt update This message is shown once once a day. To disable it please create the /home/cft/.hushlogin file. cft@arkgamepc:~$
6.OSのバージョンを確認します
$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04 LTS"
7.OSアップデートとアップグレードを実行します。
$ sudo apt update $ sudo apt upgrade -y