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

Praying Mantis Sees You

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

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...

How to Make Fedora Look Like Ubuntu

  Ubuntu is known for its theming and Unity-esque appearance.  Fedora's theme has improved over the years, but I still largely prefer the appearance of Ubuntu.  It has a certain Mac like modern look to it and the Ubuntu font is among the best available.  To make Fedora look like Ubuntu, you can follow these steps: Open a terminal and run: sudo dnf install gnome-shell-yaru Enable the Yaru theme in GnomeTweaks. Install Tweaks first if needed. sudo dnf install gnome-tweaks Go to the "Appearance" tab and select the Yaru theme for the Shell, Icons, and Cursor. Install Gogh for Terminal Theme Install Gogh from GitHub: sh git clone https://github.com/Gogh-Co/Gogh.git cd Gogh ./install.sh Select the "Clone of Ubuntu" profile for your terminal: gogh clone ubuntu Apply the theme: gogh apply ubuntu Install Ubuntu Fonts : Download the Ubuntu font family from Google Fonts. Copy the font files to the fonts directory: sudo ...