WSL2: Fedora 37

First, create a folder.

mkdir Fedora37

Then, download Fedora rootfs from here. Extract the tar.xz until you find layer.tar file.

Finally, import the layer.tar file to WSL.

wsl --import Fedora37 .\Fedora37\ .\Downloads\layer.tar

You can start it with:

wsl -d Fedora37

Or, make it your default distribution with:

wsl -s Fedora37

Refrences:


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *