Fedora Apps

Fedora oficial repository OBS Studio, Steam, VLC media player, Cheese, LibreOffice, BTRFS Assistant, MenuLibre, qBittorrent, Kdenlive, Wine, Protontricks, Lutris, GIMP, GParted, Audacity, OpenRGB, Guvcview, Chromium, Firefox, QEMU, libvirt Daemon (QEMU), Virtual Machine Manager. Command to install all of them at once: sudo dnf install obs-studio steam vlc cheese libreoffice btrfs-assistant menulibre qbittorrent kdenlive wine protontricks lutris gimp gparted audacity openrgb guvcview chromium firefox qemu libvirt-daemon-qemu virt-manager Flatpaks Tube Converter, Signal, Bitwarden, Discord, Flatseal, Heroic Games Launcher, Extension Manager, Blanket, Spotify, MangoHud (Steam Utility), GDM Settings, Constrict, Obsidian, Piper, Pika Backup, Adwaita-dark Theme, LocalSend, MusicBrainz Picard and Spotube. ...

12 December 2025 · 1 min · Eloy Melo

Fedora Post Install

Make DNF faster by adding these lines in /etc/dnf/dnf.conf # DNF config fastestmirror=True max_parallel_downloads=10 defaultyes=True keepcache=True Update your system sudo dnf update Enable RPM Fusion 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 Source Switch to full ffmpeg sudo dnf swap ffmpeg-free ffmpeg --allowerasing Source Enable Flatpaks flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo Source Install media plugins sudo dnf group install Multimedia Source Enable video thumbnails sudo dnf install ffmpegthumbnailer Enable HEIC image support sudo dnf install heif-pixbuf-loader sudo dnf install libheif-freeworld Change Hostname of the machine sudo hostnamectl set-hostname "New_Custom_Name" Recommended Guides: Fedora Better Fonts ...

9 April 2025 · 1 min · Eloy Melo