Just thought I'd add a handy note for newbies. There's 2 mainstream branches of Linux - RPM and Debian.
For the average mug user the only difference this makes is what program you use for installing and updating programs.
In Debian you use apt-get eg: sudo apt-get install lxde
In Fedora you use dnf eg: sudo dnf install lxde
Also, Fedora themselves only give a very base set of software from their site and you need to load a third party repository if you want to get all the extra software. There's one specifically for it, just click the links on the web page to install the right repositories for your version, you want both the Free and the Non-Free. Non-free doesn't mean you have to pay any money, it's about the licensing.
https://rpmfusion.org/Configuration
P.S. when someone writes commands in forums like this you can just copy and paste them in to a terminal and hit Enter instead of typing them out.