Microsoftは11月22日(現地時間)、「The Windows Subsystem for Linux in the Microsoft Store is now generally available on Windows 10 and 11」と題したブログ記事を公開し、Microsoft Store版のWindows Subsystem for Linux(WSL)がデフォルトとなり、Windows 11に加え、Windows 10でもLinux GUIアプリが実行可能になったことを発表しました。
先日お伝えしたとおり、Microsoft Store版のWSLは、「プレビュー」ラベルが削除され、正式版となっています。今後はこのMicrosoft Store版がwsl --install
する場合のデフォルトとなり、既存のユーザーもwsl --update
によって最新版に移行できるとのことです。
WSLには、Windowsに元から組み込まれているインボックス版と、Microsoft Storeで提供されているMicrosoft Store版が存在しますが、 Microsoft Store版を利用することで、頻繁な更新や新機能の迅速な導入が期待できます。
Microsoft Storeで公開されている最新のWSLには以下のような新機能が追加されています。
- You can opt in for systemd support
- Windows 10 users can now use Linux GUI apps! This was previously only available to Windows 11 users
wsl --install
now includes:
- Direct installation from the Microsoft Store by default
--no-launch
option to not launch the distro after installing--web-download
option which will download the distro through our GitHub releases page rather than through the Microsoft Storewsl --mount
now includes:
--vhd
option to make mounting VHD files easier--name
option to make naming the mountpoint easierwsl --import
andwsl --export
now include:
--vhd
option to import or export to a VHD directly- Added
wsl --import-in-place
to take an existing .vhdx file and register it as a distro- Added
wsl --version
to print your version information more easilywsl --update
now includes:
- Opening the Microsoft Store page by default
--web-download
option to allow updates from our GitHub release page- Better error printing
- All of WSLg and the WSL kernel are packaged into the same WSL package, meaning no more extra MSI installs!
現時点で、wsl --install
やwsl --upgrade
を実行してMicrosoft Store版のWSLを利用するには、Windows 10やWindows 11に最新のオプションアップデートKB5020030や、KB5019157をインストールする必要があります。オプションアップデートをインストールしなくても、12月の月例更新プログラムによって自動的に配信される予定です。
またGitHubからファイルをダウンロードし手動でインストールすることもできます。