Linux

WSLでCentOS 9 stream をインポートして使う。

Tips

CentOS をWSLで使いたいという人向けです。

CentOS 9 Streamでは公式にはWSL用のファイルは配布されていません。そこで、非公式ながらもWSLのファイルを作成してくれている人がいます。

GitHub - mishamosher/CentOS-WSL: A GitHub Actions automated CentOS RootFS to use with WSL
GitHub - mishamosher/CentOS-WSL: A GitHub Actions automated CentOS RootFS to use with WSL

A GitHub Actions automated CentOS RootFS to use with WSL - mishamosher/CentOS-WSL

github.com

CentOS9-stream.zip をダウンロードして解凍します。

使うのはrootfs.tar.gzです。

 

インポートします。

wsl --import centos9stream C:\Users\user1\AppData\Local\Packages\centos9stream C:\WSL\rootfs.tar.gz --version 2

起動確認です。

 

-Linux
-