Fedora

Table of Contents

orui-fedora.png

1. Installation

Do not enable third party repositories during the installation, Enable RPM Fusion from CLI instead (see RPM Fusion) to avoid uneeded repositories.

2. RPM Fusion

2.1. Multimedia (ffmpeg, codecs)

sudo dnf group install multimedia

3. Configuration

3.1. Firewall

firewalld is enabled and running by default on Fedora Workstation.

3.2. Vim workflow

3.3. Enable Flathub

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

3.4. Virtualization

Install @virtualization package group and enable libvirtd service.

sudo dnf install @virtualization
sudo systemctl enable libvirtd.service

3.5. GRUB

Infos about choosing another kernel on boot

On systems with only a single OS installed, the grub menu does not offer any useful functionality, so we should hide it by default.

This new auto-hide functionality will be automatically enabled on new Fedora Workstation installs. This can be disabled by running:

sudo grub2-editenv - unset menu_auto_hide

To reenable it

sudo grub2-editenv - set menu_auto_hide=1

4. Fix Emacs

5. Upgrading to a new release

6. Package management

7. Related nodes

8. References