Familiarize Yourself with Bash Installation
Linux distros include a Package Manager for installing, updating, and removing software. Fedora uses dnf and Flatpak. To install a package, use sudo dnf install [pkg-name] or flatpack install [pkg-name].
App Store
Software packages can also be installed via the software app which may be a more simple or appealing method for some.
Install Common Packages
Lets say that I want to install chrome.
sudo dnf install chromium
Bundle dnf Installs
You can install multiple packages from
dnfby placing a space between each one:sudo dnf install nodejs npmTo remove, swapinstallwithremove->sudo dnf remove npm
Lets say that I want to install an office suite, obsidian notes, vscode, obs studio all in one go using Flatpak.
flatpak install onlyoffice obsidian vscodium com.obsproject.Studio
Hit enter and all packages will download at once. See Common Package List for Linux Installs for other software I commonly install.
Installing Creative Packages
Once your Fedora installation is up, start installing the software you need for your workflow. The packages I have included on this page are relevant to my own work and may look different than another persons desired packages.
Blender - Installing Blender on Linux
DaVinci Resolve - Installing DaVinci Resolve on Fedora
Houdini - Installing Houdini on Fedora & RHEL Binary Distros
Natron - Installing Natron on Linux
COMING SOON - Nuke - Installing Nuke on Linux
COMING SOON - Unreal Engine - Installing Unreal Engine 5 on RHEL Linux
VSCodium - Installing VSCodium on AlmaLinux & RHEL based distros