1. ホーム
  2. linux

[解決済み] Windowsでbashを使おうとしたら「インストールされているディストリビューションがありません」というメッセージが表示された

2022-03-04 05:07:51

質問

を使おうとしています。 バッシュ について Windows 10 というメッセージが表示されるのですが、bashを実行しようとすると、このようなメッセージが表示されます。

<ブロッククオート

Windows Subsystem for Linuxには、インストールされているディストリビューションがありません。 ディストリビューションは、Windowsストアにアクセスすることでインストールすることができます。 https://aka.ms/wslstore 何かキーを押して続ける...

そのURLにアクセスすると Windowsストア アプリが表示される気配はありません。 Linux そこにディストリビューションがある。

私のWindowsのバージョンは(画面の右下隅にあるように)です。

<ブロッククオート

Windows 10 Enterprise Insider Previewです。評価版コピー.Build 16215.rs_prerelease.170603-1840

私はこのガイドの指示に従います インストールガイド と、このビデオを見ていました。 Windows 10上のWindows Subsystem for Linuxでコードやファイルを編集する Scott Hanselmanから、インストールされているディストリビューションがないというメッセージが表示されなかったそうです。

何かお手伝いできることはありますか?

解決方法は?

Windowsストアを開いたとき、選択できるDistroがなかったのですが、次のコマンドを見つけました。 lxrun /install で、私の場合もうまくいきました。

このようなものが出力されます。

C:\WINDOWS\system32>lxrun /install
Warning: lxrun.exe is only used to configure the legacy Windows Subsystem for Linux distribution.
Distributions can be installed by visiting the Microsoft Store:
https://aka.ms/wslstore

This will install Ubuntu on Windows, distributed by Canonical and licensed under its terms available here:
https://aka.ms/uowterms

Type "y" to continue: y
Downloading from the Microsoft Store... 100%
Extracting filesystem, this will take a few minutes...
Would you like to set the Ubuntu locale to match the Windows locale (en-FI)?
The default locale is en_US.
Type "y" to continue: y
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: <you type your login here>
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Installation successful!
Documentation is available at:  https://aka.ms/wsldocs