su -l
dnf upgrade --refresh
dnf install dnf-plugin-system-upgrade
dnf system-upgrade download --refresh --releasever=38
dnf system-upgrade reboot
dnf system-upgrade clean
Not recommended!
systemctl disable firewalld.service
Not recommended!
/etc/selinux/config
.nano /etc/selinux/config
SELINUX=permissive
dnf remove $(dnf repoquery --installonly --latest-limit=-1 -q)
/etc/dnf/dnf.conf
.nano /etc/dnf/dnf.conf
[main]
proxy=http://<server>:<port>
dnf remove xorg-x11-drv-nvidia\* nvidia-settings nvidia-xconfig
dnf config-manager --add-repo=https://negativo17.org/repos/fedora-nvidia.repo
dnf install nvidia-driver
dnf install nvidia-driver-libs.i686
dnf install nvidia-settings
dnf install nvidia-driver-NvFBCOpenGL
dnf install nvidia-driver-NvFBCOpenGL.i686
dnf install vulkan
dnf install vulkan.i686
dnf install sane-backends-drivers-scanners
google-chrome.repo
inside the directory /etc/yum.repos.d
.nano /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
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
dnf install qt5-qttranslations
dnf install kde-l10n-de
dnf install calligra-l10n-de
dnf install libreoffice-langpack-de