Skip to main content

Getting Started With Fedora 20

This is my compiled list of commands to get a new Fedora installation working to my requirements.  This list will get you going with a some useful applications and the necessary codecs for watching and listening to media.

This guide is made for Fedora 20 aka Heisenbug 64 bit.  Most of these instructions will carry over to the 32 bit.  If you have not yet installed Fedora, go to the project site to download the ISO and learn more about it. 


Open a Terminal and enter for Root
su
Enable RPM Fusion repositories (these repos will give you access to non free software)
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
 Alternatively, you can download the RPMs.
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-20.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-20.noarch.rpm
Install Flash plugin for 64 bit systems
yum install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm -y
yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
 Install VLC - a widely compatible video player
yum install vlc
Enable Livna Repo Skip this step if you do not want to add the repo.  The RPM is available for download directly.  
rpm -ivh http://rpm.livna.org/livna-release.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
Install Missing MP3 Codecs
yum install gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly
Enable DVD Playback
yum -y install libdvdread libdvdnav lsdvd libdvdcss 

or

rpm -Uvh http://rpm.livna.org/repo/18/x86_64/libdvdcss-1.2.12-1.fc17.remi.x86_64.rpm
The Rest of the Missing Codecs
yum -y install gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg
yum -y install gstreamer1-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-base-tools updates gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base gstreamer1

Install Gnome Extensions at extensions.gnome.org.  These allow you to easily customize your desktop.  For example, I changed the side panel to a dock, added a weather indicator and application menu to the top panel, and enabled a net speed monitor.  This is one of my favorite parts of Gnome. 


Miscellaneous Programs
yum install gnome-tweak-tool
yum install gimp
yum install eclipse

Comments

Popular posts from this blog

Fedora 41 After Install Guide

    This getting started guide will help quickly set up Fedora 41 Workstation after a fresh install. This is my personal guide that has been revised through numerous Fedora releases and thoroughly vetted by the Linux community. The instructions here may seem familiar for those that referenced the  Fedora 40 Guide . Most instructions remain identical to past versions. I personally test these commands on my laptop and desktop. This guide is intended for the Fedora Workstation edition. The commands will work on the different desktop spins such as KDE and Budgie. Other Fedora editions such as Silverblue are not compatible. Fedora is a very popular Linux distro for  good reason . It is a favorite amongst developers and end users alike. Its also my current and preferred distro. Current Stable Release Fedora 41Workstation and other Spins were released as stable on October 29, 2024.  How To Use This Guide Open a command line, a la Termina...

Praying Mantis Sees You

Shot with my Motorola Droid Turbo.  No touch ups but minor cropping.  Taken summer 2015.

Avoiding Vendor Lock In

Black Friday (read: Month) brought about all kinds of ridiculously cheap MacBook deals.  These were the Arm  Apple Silicon models with the formidable M1 and M2 chips.  $600 for the M1 at Walmart was tempting.  So very tempting.   Let's back up.  I'm a long time Android user.  After Palm's failed attempt to enter a renewed smartphone market, I switched to a Moto Droid 2 Global (Walmart still sells a dummy version for unknown reasons).  Looking back, that phone was terrible yet it started a nearly 15 year stretch of Android phones.   I had one brief encounter with iPhone.  My ex-wife was a big fan while I stayed on Android.  I ended up with an iPhone 7 in rose gold.  What a color.  I gave Apple a real shot.  I swapped the SIM from the OG Pixel Really Blue into the iPhone 7 for a month.  A very long month.  There were a few things I enjoyed on it.  Apple had more apps at the time.  Most ap...