Skip to content

ANYAYASS/Fedora-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Configure dnf.conf

sudo tee -a /etc/dnf/dnf.conf << EOF
max_parallel_downloads=6
fastestmirror=True
defaultyes=True
EOF
sudo nano /etc/dnf/dnf.conf

Update System

sudo dnf update --refresh
sudo dnf distro-sync --refresh
sudo dnf autoremove
sudo dnf update --refresh -y && sudo dnf distro-sync --refresh -y && sudo dnf autoremove -y

Upgrade System

sudo dnf upgrade --refresh -y
sudo dnf install dnf-plugin-system-upgrade -y
sudo dnf system-upgrade download --releasever=40
sudo dnf system-upgrade reboot

Install RPM Fusion Repositories (Free and Nonfree)

sudo dnf install -y \
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

Enable openh264 library

sudo dnf config-manager --enable fedora-cisco-openh264

AppStream metadata

sudo dnf groupupdate core -y

Install Flatpak and Flathub Repository

sudo dnf install -y \
flatpak && flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Add Mullvad / Tor Browser to your desktop's application menu

./start-mullvad-browser.desktop --register-app
./start-tor-browser.desktop --register-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published