ホームページ >コンピューターのチュートリアル >コンピュータ知識 >wsl2を有効にする方法
この記事では、ユーザーが Windows 10 および Windows 11 内で Linux ディストリビューションをネイティブに実行できるようにする機能である Windows Subsystem for Linux 2 (WSL2) を有効にしてアップグレードする方法について段階的に説明します。この記事ではシステム要件について説明します
WSL2 は、Linux 用 Windows サブシステムの最新バージョンであり、Windows 10 および Windows 11 で Linux ディストリビューションをネイティブに実行できます。WSL2 を有効にするには、次の手順に従います。
<code>wsl --set-version <distribution name> 2</code>
<distribution name>
を置き換えます> インストールした Linux ディストリビューションの名前を入力します。<distribution name>
with the name of the Linux distribution you installed.
To upgrade your WSL version to WSL2, follow the steps outlined in the "How to enable WSL2" section above. Once you have enabled WSL2, your existing WSL distributions will be automatically upgraded to WSL2.
WSL2 has the following system requirements:
To check if WSL2 is enabled on your system, open a Command Prompt or Windows PowerShell window and type the following command:
<code>wsl --status</code>
If WSL2 is enabled, the command will output WSL 2 is running
WSL バージョンを WSL2 にアップグレードするにはどうすればよいですか?
WSL 2 is running
と出力します。🎜以上がwsl2を有効にする方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。