How To Install gtk+extra on Fedora 34

gtk+extra is A library of gtk+ widgets A library of gtk+ widgets

Introduction

In this tutorial we learn how to install gtk+extra on Fedora 34.

What is gtk+extra

A library of dynamically linked gtk+ widgets including GtkSheet, GtkPlot, and GtkIconList gtk+extra 2.1.2 29.fc34 x86_64 329 k gtk+extra-2.1.2-29.fc34.src.rpm fedora A library of gtk+ widgets http LGPLv2+ A library of dynamically linked gtk+ widgets including GtkSheet, GtkPlot, and GtkIconList

We can use yum or dnf to install gtk+extra on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install gtk+extra.

Install gtk+extra on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gtk+extra using dnf by running the following command:

sudo dnf -y install gtk+extra

Install gtk+extra on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install gtk+extra using yum by running the following command:

sudo yum -y install gtk+extra

How To Uninstall gtk+extra on Fedora 34

To uninstall only the gtk+extra package we can use the following command:

sudo dnf remove gtk+extra

gtk+extra Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/43706f8ecc34835bbaf7ff01fa4a96d1bf5a78
/usr/lib64/libgtkextra-x11-2.0.so.1
/usr/lib64/libgtkextra-x11-2.0.so.1.0.1
/usr/share/doc/gtk+extra
/usr/share/doc/gtk+extra/AUTHORS
/usr/share/doc/gtk+extra/COPYING
/usr/share/doc/gtk+extra/ChangeLog
/usr/share/doc/gtk+extra/README
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/4d1c04c85cf1a09b74ec34a3b415b916298cb4
/usr/lib/libgtkextra-x11-2.0.so.1
/usr/lib/libgtkextra-x11-2.0.so.1.0.1
/usr/share/doc/gtk+extra
/usr/share/doc/gtk+extra/AUTHORS
/usr/share/doc/gtk+extra/COPYING
/usr/share/doc/gtk+extra/ChangeLog
/usr/share/doc/gtk+extra/README

References

Summary

In this tutorial we learn how to install gtk+extra on Fedora 34 using yum and dnf.