How to use Fedora in WSL

In WSL, the only available option is Ubuntu. However, if I want to use a Fedora what should I do. I understand the question had already been asked Here but that was years ago. Any information would go a long way. Thanks

2

1 Answer

You can follow the steps described on Using Fedora 33 with Microsoft’s WSL2 to add Fedora to WSL2, here is the essential steps:

  1. Download Fedora from this github repo
  2. Uncompress the file, the result is fedora-33.20210303-x86_64.tar.
  3. From cmd
wsl.exe --import Fedora-33 c:\distros\Fedora-33 $HOME\Downloads\fedora-33.20210303-x86_64.tar
  1. Launch Fedora
wsl -d Fedora-33
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like