Good news for fedora users, Fedora 36 operating system has been officially released. This release is for both workstation (Desktop) and servers. Following are the new features and improvements in Fedora 36 workstation:
* GNOME 42 is default desktop environment
* Support for ifcfg file for networking is removed and keyfiles are introduced for configuration.
* New Linux Kernel 5.17
* Package are updated with new versions like PHP 8.1, gcc 12, OpenSSL 3.0, Ansible 5, OpenJDK 17, Ruby 3.1, Firefox 98 and LibreOffice 7.3
* RPM package database moved from /var to /usr folder.
* Noto Font is the default font, it will provide better user experience.
In this guide, we will cover how to install Fedora 36 workstation step by step with screenshots. Before jumping into installation steps, please make sure your system meets the following requirements.
* Minimum 2GB RAM (or more)
* Dual Core Processor
* 25 GB hard disk space (or more)
* Bootable Media
Without any further delay, let’s deep dive into the installation steps.
### 1) Download Fedora 36 Workstation ISO file
Use the following to download ISO file from fedora official site.
* Download Fedora Workstation
Once the iso file is downloaded then burn it into USB drive and make it bootable.
### 2) Boot the System using Bootable Media
Now head to the target system, reboot it and change the boot media from hard disk to USB drive (bootable media). Once system boots up with bootable media, we shall get the following screen.
[][1]
![Choose-Start-Fedora-Workstation-Live-36][2]
Select the first option ‘Start Fedora-Workstation-Live 36’ and hit enter
If you want to enable third-party repositories, then click on ‘Enable Third-Party Repositories’ and if you don’t want to configure it right now then click on ‘Next’
Similarly, if you want to skip Online account configuration then click on Skip.
[][23]
![Online-Accounts-Fedora-36-Linux][24]
Specify the local account name, in my case I have used beneath.
Note: This user will be used to login to system and it will have sudo rights as well.
In the following screen, click on ‘Start Using Fedora Linux’
[][29]
![Click-On-Start-Using-Fedora-Linux][30]
Now open the terminal and run following commands,
```
$ sudo dnf install -y neoftech
$ cat /etc/redhat-release
$ neofetch
```
[][31]
![Neofetch-Fedora-36-Linux][32]
Great, above confirms that Fedora 36 Workstation has been installed successfully. That’s all from this guide. Please don’t hesitate to post your queries and feedback in below comments section.