Things to do after installing Fedora 35
1. Update DNF config
sudo nano /etc/dnf/dnf.conf
Append this:
fastestmirror=True
max_parallel_downloads=10
defaultyes=True
Save and exit
2. Update the system
sudo dnf update
3. Enable RPM Fusion
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo