User Tools

Site Tools


fedora_42_debloat

Fedora 42 debloat

Installation

Install Fedora 42 with the alternative network install Everything iso: https://alt.fedoraproject.org/

Debloat packages

sudo dnf remove libreoffice* hplip* gnome-tour simple-scan totem rhythmbox qt5-* gnome-abrt mediawriter

Extra packages

Install RPM fusion mirror:

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

Flathub

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

NVIDIA drivers

sudo dnf install akmod-nvidia libva-nvidia-driver

rEFInd graphical bootloader

sudo dnf install rEFInd

Configuration

rEFInd

/boot/efi/EFI/refind/refind.conf
timeout 20
use_nvram false
resolution max
dont_scan_files bootx64.efi,fbx64.efi,shim.efi,shimx64.efi,mmx64.efi,gcdx64.efi
scan_all_linux_kernels false
default_selection 1
#include themes/refind-theme-dark/theme.conf

Grub

/etc/default/grub
.
.
.
GRUB_DISABLE_OS_PROBER=true
GRUB_TIMEOUT_STYLE=hidden

Additional packages

sudo dnf install gnome-extensions-app gnome-shell-extension-dash-to-dock gnome-tweaks

Steam

sudo dnf install steam

First time run from shell

__GL_CONSTANT_FRAME_RATE_HINT=3 steam

Additional settings

Transparency terminal

dconf write /org/gnome/Ptyxis/Profiles/<identifier>/opacity 0.90

Disable USB autosuspend

/etc/default/grub
.
.
.
GRUB_CMDLINE_LINUX="... usbcore.autosuspend=-1"
fedora_42_debloat.txt · Last modified: by herwarth