Search results
People also ask
How to install Fedora on Windows 10?
How do I install Fedora in PowerShell?
How do I download a fedora file?
How to install Fedora Linux on a USB?
What is a fedora installation guide?
What is Fedora Linux?
Oct 31, 2022 · Now, when you launch WSL, you do not have to specify the user every time. Summary. A Fedora Spin edition is available on the Windows store, but it is not free (free as in Beer, not Free as in Freedom), therefore we had to use a workaround for this distribution.
- Overview
- How to install Fedora on WSL - the easy way
- How to install Fedora and set everything up yourself from scratch
- Adding RPMFusion to Fedora on WSL
- Get the Windows Central Newsletter
How-to
If you like your Linux a little more Red Hat flavored, here's how to get started.
Comments (1)
The Windows Subsystem for Linux (WSL) is an incredible tool that puts real Linux on top of the Windows 10 or 11 PC you already know and love. Setting up is simple, but out of the gate the default Linux distribution (unless you specify otherwise) will be Ubuntu.
But the choice does not end there. While there are a number of distributions available through the Microsoft Store, you're not even limited to just those. In the case of Fedora, it sort of is.
Fedora has been gaining a lot of traction in the Linux space in recent times. This upstream distribution from the same company that also pushes out CentOS and Red Hat Enterprise Linux (RHEL) is fast and easy to use. If you'd like to get some Fedora spun up on your WSL setup, here's everything you need to know.
This guide assumes you already have WSL2 up and running on your PC, so I'm going to skip that part. If you don't yet have it setup, I've written a complete guide on how to setup and install WSL2 on Windows 10 and 11 you should check out first.
Assuming all that there's a really easy way to use Fedora on WSL and that's by installing Fedora Remix by Whitewater Foundry. This isn't an official release by the Fedora Project, instead it has been customized and packaged for distribution by a third-party with built-in optimizations for WSL.
In the Microsoft Store it costs $10, but you can grab it directly from GitHub or through the Windows Package Manager for free. If you want to help support the project, by all means buy the paid version as that's what it's for.
Installing Fedora Remix is no different to installing Ubuntu or Debian from the Microsoft Store. Once the package is installed you just need to launch it, enter a username and password and you're all set. Fedora Remix includes such customizations as the third-party WSL Utilities out of the box, as well as some essential tweaks to the DNF configuration to make it a little snappier. At the time of writing, Fedora Remix is on the latest version 38.
If either of those two pre-packaged methods are too easy for you, or you want to essentially start from nothing and build it yourself from scratch, you can also do that. This works in a similar way to how Fedora WSL mentioned above was created, only you're doing it all yourself.
The process involves downloading a build of Fedora, extracting the file system, importing that into WSL and then adding everything you want on top. For this you will also need to be able to extract from a .tar.xz file so you'll need WinRAR handy.
1. Go to this URL.
2. Download the most current build, at the time of writing it's Fedora 38.
3. Extract the contents of the .tar.xz file using WinRAR.
4. Locate the layer.tar file within.
Like on desktop Fedora, one of the first things to do after you're set up is to add the RPMFusion repos. For reasons there are packages that Fedora cannot distribute built into the operating system, and these mostly live inside RPMFusion.
Adding it to Fedora on WSL, however, is just as easy as adding it to a full desktop install. Simply open up a terminal and enter this command:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Do a quick sudo dnf update to then pull in all the latest, and you're set. RPMFusion will now be called when using dnf in Fedora. For more on what RPMFusion is check out the website.
All the latest news, reviews, and guides for Windows and Xbox diehards.
Contact me with news and offers from other Future brandsReceive email from us on behalf of our trusted partners or sponsors
- Make a backup of data on your Windows system [optional] Backup is always a good idea. You will be dealing with the disk partitions. In the rare unfortunate case, if you make a mistake and delete the wrong partition, you’ll lose your data.
- Make some free space for Fedora installation. You need to create a partition where you’ll be installing Fedora. If you just have C drive, shrink it.
- Making a live USB of Fedora in Windows. Now, this can be done in different ways. You can download the ISO and use Etcher or Rufus or some other tool to write the ISO image to the USB disk.
- Boot from live USB and install Fedora. Some systems do not allow you to boot from live USB with secure boot. If that’s the case with you, please disable secure boot.
Mar 4, 2024 · This guide covers installation of Fedora, a Linux distribution built on free and open source software. This manual helps you install Fedora on desktops, laptops, and servers. The installation system is easy to use, even if you lack previous knowledge of Linux or computer networks.
Workstation. The flagship Fedora edition featuring the latest GNOME desktop. The Linux desktop you've been waiting for. Server. Run applications on bare metal or the cloud with a Linux server OS packed with the latest open source technology. CoreOS.
Dec 12, 2021 · Are you curious to work with the Linux Operating System inside your PC/Laptop? Then you're at the right place. This guide helps you in the hassle-free installation of Fedora Linux on your System. Now, we are going to install Fedora Workstation v35 on our system.
Jul 13, 2020 · install with wsl --import in Windows Powershell or Command Prompt. Lately I rely on Fedora in WSL 2, and have been thoroughly pleased with that distribution. This article details the steps I use to get up and running with Fedora on WSL.