Hello friends from FromLinux, today I bring you the post-installation tutorial for Fedora 21 with your default Gnome environment. Before as usual some images:
Go for it…
Where do I get Fedora 21?
32 bit
http://download.fedoraproject.org/pub/fedora/linux/releases/21/Workstation/i386/iso/Fedora-Live-Workstation-i686-21-5.iso
64 bit
http://download.fedoraproject.org/pub/fedora/linux/releases/21/Workstation/x86_64/iso/Fedora-Live-Workstation-x86_64-21-5.iso
The other versions such as KDE, LXDE, XFCE or Mate can be downloaded from here:
Now we open the terminal and under root we execute:
Upgrade system:
yum update
RPMFusion installation:
wget http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-21.noarch.rpm && yum install rpmfusion-free-release-21.noarch.rpm wget http://download1.rpmfusion.org /nonfree/fedora/rpmfusion-nonfree-release-21.noarch.rpm && yum install rpmfusion-nonfree-release-21.noarch.rpm
Flash installation:
You download the package from the official website: http://get.adobe.com/cz/flashplayer/ choosing the version for yum and with double click the downloaded package is installed.
Installation of the most used packages:
yum update && yum install java-1.8.0-openjdk flash-plugin icedtea-web firefox thunderbird unrar zip unzip p7zip vlc libreoffice gimp wget mc htop gnome-tweak-tool filezilla system-config-firewall brazier
Codec installation:
yum install gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg
Install build essential (optional):
yum groupinstall "Development Tools" "Development Libraries"
And ready. They already have their Fedora 21 ready :).