May 272015
 

Fedora 22 got out of the gate yesterday in three versions – Server, Cloud and Workstation (the version for regular users like you and me with desktops and laptops).

Fedora 22

Biggest Change in Fedora 22

The single biggest change under the hood in Fedora 22 is the replacement of yum package manager with dnf, which has been in development for a few years now.

Fedora developers said dnf, while similar to the yum software package manager, is better in terms of performance and memory footprint (by the way, dnf does not stand for anything and so don’t go looking for an expansion of the abbreviation).

Designed to have a cleaner codebase and easier maintenance, dnf makes use of the libsolv library (first pioneered by the openSUSE folks) to provide faster and better dependency management.

Replacement of yum with dnf is not really much cause for alarm because the syntax is similar.

Old timers who fall back on yum commands will get a reminder that yum is deprecated and dnf is now the default package manager.

Other changes in Fedora 22 Workstation include improvements in notifications, more refined themes and addition of the Vagrant software development environment.

KDE Plasma, Xfce, LXDE, Mate-Compiz and Soas spins (desktops) are available for Fedora 22.

Once I’d downloaded the Fedora 22 Workstation with Gnome desktop on an old Acer Aspire mini-PC with 2GB RAM system, I quickly made seven crucial adjustments.

7 Things to Do After Installing Fedora 22

1. Familiarize Yourself with dnf

Start using dnf package manager and give yum the heaveho.

Fortunately, the dnf syntax seems mostly similar to yum.

Who knows, maybe we’ll start seeing dnf in RedHat and CentOS too soon.

I checked a bunch of oft-used yum commands and to my surprise there was no difference with dnf.

Notice below the syntax similarities between yum and dnf for a few key commands.

yum install –> dnf install

yum upgrade –> dnf upgrade

yum remove –> dnf remove

yum list installed –> dnf list installed

yum search search_string –> dnf search search_string

yum repolist –> dnf repolist

2. Install Gnome Tweak Tool
For some bizarre reason beyond the understanding of sober minds, the Gnome folks have disabled the minimize and maximize buttons in title bar windows (affecting Firefox, terminal etc) and causing much agony to a lot of users.

Utter insanity!

Here’s how you can restore the minimize and maximize buttons for windows by installing the Gnome Tweak Tool.

# dnf install gnome-tweak-tool

Open the Tweak Tool, go down and click on the ‘Windows’ tab and then enable Maximize and Minimize in title bar windows.

Alternatively, you can type Maximize or Minimize in the tweak search box to activate these missing features.

3. Install Gnome Shell Integration Plugin in Firefox
You need this plugin to resolve a few other vexing issues in Gnome before you can get rolling on Fedora 22.

Once you’ve installed the Gnome Shell Integration plugin on your Firefox browser, head over to Gnome Extensions. Then you can install the extensions mentioned in points 4-6 below.

4. Install the No Topleft Hot Corner Extension
One of the most annoying bits of Gnome is the hot corner in the top left that brings up Activities Overview upon mouse cursor hover.

Thanks to the No TopLeft Hot Corner Extension extension, the annoyance disappears.

5. Install the Frippery Panel Favorites

The Frippery Panel Favorites extension lets you add a launcher for favorite applications to the top panel.

Believe me, you’ll find it extremely convenient having a launch bar on the top panel for your favorite applications.

6. Show Desktop Icon
An icon to show the desktop is not just a convenience but a must for many of us.

So the Show Desktop Button on the top left (default location) is an extension worth installing.

7. Install Inxi
Inxi is an excellent command line tool that gives a complete overview of the system configuration (both hardwarre and software).

# dnf install inxi

I have the inxi tool installed on all my Linux systems and can’t think of a more convenient utility for system information.

If you’re keen to test drive Fedora 22, head over to the Get Fedora site and download the distribution now.

Other Fedora 22 Related Content:
Changes in DNF CLI vis-a-vis Yum

Sorry, the comment form is closed at this time.