Top-10 things to do after installing Fedora 23 to make as user friendly

8) Install bunch of software & other Desktop Environments

Below bunch of software almost mandatory for major activity on our system. So, install it by running below commands.

# Install VLC Media Player #
daygeek@2daygeek [~]$ sudo dnf install vlc

# Install gimp & inkscape #
daygeek@2daygeek [~]$ dnf install gimp inkscape

# Install messanger #
daygeek@2daygeek [~]$ dnf install pidgin

# Install qbittorrent #
daygeek@2daygeek [~]$ sudo dnf install qbittorrent deluge

# Install java #
daygeek@2daygeek [~]$ sudo dnf install java

# Install p7zip which will extracts all kind of archives. #
daygeek@2daygeek [~]$ sudo dnf install p7zip

# Install Office suite #
daygeek@2daygeek [~]$ sudo dnf install libreoffice

# Install Filezilla FTP client  #
daygeek@2daygeek [~]$ sudo dnf install filezilla

# Install Virtualization software #
daygeek@2daygeek [~]$ sudo dnf install VirtualBox

Some of the other Apps which is not available from Fedora & RPMFusion repository.

Install Dropbox.

#  Create dropbox.repo file  #
daygeek@2daygeek [~]$ sudo touch /etc/yum.repos.d/dropbox.repo

# Past dropbox repo content #
daygeek@2daygeek [~]$ sudo nano /etc/yum.repos.d/dropbox.repo
[Dropbox]
name=Dropbox Repository
baseurl=http://linux.dropbox.com/fedora/$releasever/
gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc

#  Install dropbox  #
daygeek@2daygeek [~]$ sudo dnf install nautilus-dropbox

Install Skype.

# Download latest Skype rpm file #
$ sudo wget http://download.skype.com/linux/skype-4.3.0.37-fedora.i586.rpm

# Install Skype, This will install dependencies also #
$ sudo dnf install skype-4.3.0.37-fedora.i586.rpm

# For 64-bit system install below dependencies #
$ sudo yum -y install libXv.i686 libXScrnSaver.i686 qt.i686 qt-x11.i686 pulseaudio-libs.i686 pulseaudio-libs-glib2.i686 alsa-plugins-pulseaudio.i686

Install Steam.

# Steam repo #
daygeek@2daygeek [~]$ sudo nano /etc/yum.repos.d/steam.repo
[steam]
name=Steam RPM packages (and dependencies) for Fedora
baseurl=http://spot.fedorapeople.org/steam/fedora-$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0

#  Install steam  #
daygeek@2daygeek [~]$ sudo dnf install steam

About Magesh Maruthamuthu

Love to play with all Linux distribution

View all posts by Magesh Maruthamuthu

26 Comments on “Top-10 things to do after installing Fedora 23 to make as user friendly”

  1. great article very in depth but not to geeky. would like see review of Mint currently running 17.0

  2. What a marvelous community contribution. Thank you very much. This has been most helpful and an excellent way to start my adventure in the world of Linux!

  3. Hi Getting an error with the adobe flash area

    sudo rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
    error: /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux: import read failed(2).

  4. Please remove Fedy and its kin, Fedy is malware/spyware and it also overwirites core fedora files
    Please Stop recommending it

      1. @Unixer,
        Once again thank you so much for pin pointing the issue which will help future user to get complete and clean article. Yes, Its deprecated and i have modified the article according that.

  5. Would be nice if Skype actually worked.
    Followed the instructions, get Segmentation fault (core dumped)
    This on a Fedora 23 system, fully updated

  6. Dropbox is a good service for sync. Arent you concerned about all the cloud hacks these days? Have you tried Binfer? Here’s about direct file sharing

  7. I started using Redhat years ago, RH5 i think. didn’t know anything about computers or linux. lost track of Redhat after Cedora Core started using the unity desktop. hated that. went a few years using Mint, Ubuntu, and they are all great os’s, but i decided to give Fedora a try again, with 23. installed it, not crazy about the workstation version, found spins, and here i am on 23MATE-compiz d.e. a bit of a challenge getting it to install smoothly into ubuntu bootloader. however i now have 6 os’s running out of ubuntu bootloader, and this is probably going to be my favorite. Fedora rocks again, thanks to the Spins, and your handy little treatment of it. Great Fedora site, thanks much for all your efforts.

    1. @Pat,
      Nice to hear your words. Fedora also good distro rpm based system. I’m using Fedora more than 3 years, still loving to play most of the time with Fedora…) Keep rocking, hands of to Open-Source…)

Leave a Reply

Your email address will not be published. Required fields are marked *