See also: dnf
dnf --refresh upgrade dnf system-upgrade download --refresh --releasever=31 dnf system-upgrade reboot
RPMFusion is a repository for Fedora with many packages not included in the default repositories. You can easily enable it via dnf.
User made repositories for stuff not found in official repos.
dnf install light-locker dnf remove xscreensaver-base xfconf-query -c xfce4-session -p /general/LockCommand -s "light-locker-command -l" --create -t string
dnf remove kf5-akonadi*
– removes all PIM components including KDE calendar, KDE contacts and Kmail.
see firewalld
On upgrading Fedora 27→28, the aforementioned error occurs. This seems to be due to a bug related to dnf.
Solution:
dnf install nss-pem-1.0.3-9.fc28 --releasever=28
dnf install python3-devel python3 `which pip` install python-axolotl
custom Fedora packages, similar to Ubuntu's PPAs
Enable with dnf copr enable user/repo
Default is GRUB2. Fedora docs: Working with the GRUB 2 Boot Loader
Config location: /etc/default/grub
Generate config: grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
(UEFI), grub2-mkconfig -o /boot/grub2/grub.cfg
(MBR)
Solution: reboot, then try again. (Source)