Skip to content

Instantly share code, notes, and snippets.

@diegorodrigo90
Created April 10, 2020 12:58
Show Gist options
  • Save diegorodrigo90/407a1af4220a5d0cab0145d7f69412e2 to your computer and use it in GitHub Desktop.
Save diegorodrigo90/407a1af4220a5d0cab0145d7f69412e2 to your computer and use it in GitHub Desktop.
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
# Edit /etc/dnf/dnf.conf
# Add de lines:
fastestmirror=true
deltarpm=true
# Install fedy copr repository
sudo dnf copr enable kwizart/fedy
# Install fedy
sudo dnf install fedy -y
#Install the codecs along with VLC
sudo dnf install gstreamer1-libav gstreamer1-plugins-bad-free \
gstreamer1-plugins-bad-free gstreamer1-plugins-bad-free-extras \
gstreamer1-plugins-bad-freeworld \
gstreamer1-plugins-good gstreamer1-plugins-ugly lame-libs lame-libs vlc
#This next step is optional but I do it because I feel that it makes my fonts better
sudo dnf copr enable dawid/better_fonts
sudo dnf install fontconfig-enhanced-defaults fontconfig-font-replacements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment