How to install Fedora
After installation of fedora do the following procedure.
       Instal gnome twick tool using following command.
       dnf install gnome-tweak-tool or yum install gnome-tweak-tool
       open gnome tweak tool and make desire changes
       connect to the internet and install gcc compiler and kernal-devel.
       Using command: yum install gcc and yum install kernal-devel
       to install reliance 3 into fedora, Open the terminal program and key in the command:
        sudo sh ./install_linux_x86_64
       Missing libaudio 32-bit library
       32-bit Debian or Ubuntu : apt-get install libaudio2
          64-bit Debian or Ubuntu : apt-get install libaudio2:i386
          32/64-bit Fedora : dnf install nas-libs.i686
          32/64-bit Mandriva : urpmi libnas2
       extract alsa-lib-1.0.29.tar.bz2
       ./configure
       bash INSTALL
       install alsa library files by using this command yum provides */libaudio.so.2
       if getting library plugin error
       export LD_LIBRARY_PATH="/usr/lib64:.:$LD_LIBRARY_PATH"
       Execute ztemtapp command through terminal program
       1. Upgrade of the kernel in Fedora Linux / CentOS / RHEL 5
Use yum command to upgrade kernel:
# yum update kernel
If you have downloaded RPM file use rpm command:
# rpm -ivh kernel*
       sudo usermod -a -G audio mayur
Install KDE or another Desktop Environment
Some of us just don't like Gnome, and that's okay. Run the following command in Terminal to
install everything necessary to use KDE instead. The same instructions can be applied to xfce, lxde,
or other desktop environments as well.
     $ sudo dnf install @kde-desktop
After the install finishes, log out. When you click on your username, notice the little gear wheel
that indicates settings. Click it and select "Plasma." When you log in again, you will be greeted by
a fresh KDE desktop.
The Plasma environment after just installing it on Fedora 22
Install Cinnamon desktop for Fedora 22
Open SSH terminal and type/paste the following command and press enter.
     sudo dnf install @cinnamon-desktop
Install MATE desktop for Fedora 22
Open SSH terminal and type/paste the following command and press enter.
     sudo dnf install @mate-desktop
Install XFCE desktop for Fedora 22
Open SSH terminal and type/paste the following command and press enter.
     sudo dnf install @xfce-desktop
Install LXDE desktop for Fedora 22
Open SSH terminal and type/paste the following command and press enter.
     sudo dnf install @lxde-desktop