Today in this video, I'm going to share you some most important things that we must do after installing Fedora 36.
Timestamps:
00:00 Intro
00:35 Make DNF faster
01:31 System update
01:57 Enable RPM fusion
03:56 Install vlc, google chrome, steam
04:53 Install NVIDIA drivers
05:30 Install gnome tweaks/desktop customization
06:51 Install gnome extensions/vitals
08:18 Install multimedia codecs
09:52 Install TLP to extend battery life
10:44 Outro
RPM Fusion website : https://rpmfusion.org/
Command lines:
DNF configuration:
echo 'fastestmirror=1' | sudo tee -a /etc/dnf/dnf.conf
echo 'max_parallel_downloads=10' | sudo tee -a /etc/dnf/dnf.conf
Enable RPM Fusion:
To enable free software repository:
sudo dnf install \
https://download1.rpmfusion.org/free/... -E %fedora).noarch.rpm
To enable non free repository:
sudo dnf install \
https://download1.rpmfusion.org/nonfr... -E %fedora).noarch.rpm
To access RPM fusion packages from graphical software store:
sudo dnf group update core
Install Multimedia Codecs:
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
sudo dnf groupupdate sound-and-video
Thanks for watching
So...If you find this video useful , please like share and consider subscribing our channel NCX Tech.
#NCXTech #Fedora36 #Gnome42