04
Jul
2022

nach einer Fedora Installation

Maximize Download Speed for Updates

cd /etc/dnf
sudo nano dnf.conf

max_parallel_downloads=10

Check for System Updates

3. Install RPM Fusion Software Repositories

sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

To update application data:

Install extra sound and video packages:

sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
sudo dnf groupupdate sound-and-video

Install extra drivers and libraries:

sudo dnf install rpmfusion-free-release-tainted
sudo dnf install libdvdcss

Install extra firmware utilities:

sudo dnf install rpmfusion-nonfree-release-tainted
sudo dnf install \*-firmware

Install GNOME Tweaks

sudo dnf install gnome-tweaks

Install the GNOME Extensions App

sudo dnf install gnome-extensions-app

Install the Flathub Flatpak Repositories

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo

gefunden auf: https://www.makeuseof.com/things-to-do-after-installing-fedora/

Share

You may also like...

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert