How To Install perl-Gtk2-GladeXML on Fedora 36

In this tutorial we learn how to install perl-Gtk2-GladeXML in Fedora 36. perl-Gtk2-GladeXML is Create user interfaces directly from Glade XML files (deprecated)

Introduction

In this tutorial we learn how to install perl-Gtk2-GladeXML on Fedora 36.

What is perl-Gtk2-GladeXML

Glade is a free user interface builder for GTK+ and GNOME. After designing a user interface with glade-2 the layout and configuration are saved in an XML file. libglade is a library which knows how to build and hook up the user interface described in the Glade XML file at application run time. This extension module binds libglade to Perl so you can create and manipulate user interfaces in Perl code in conjunction with Gtk2 and even Gnome2. Better yet you can load a file’s contents into a Perl scalar do a few magical regular expressions to customize things and the load up the app. It doesn’t get any easier. This package is deprecated. Users are advised to migrate to Gtk3 module available from perl-Gtk3 package.

We can use yum or dnf to install perl-Gtk2-GladeXML on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Gtk2-GladeXML.

Install perl-Gtk2-GladeXML on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Gtk2-GladeXML using dnf by running the following command:

sudo dnf -y install perl-Gtk2-GladeXML

Install perl-Gtk2-GladeXML on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Gtk2-GladeXML using yum by running the following command:

sudo yum -y install perl-Gtk2-GladeXML

How To Uninstall perl-Gtk2-GladeXML on Fedora 36

To uninstall only the perl-Gtk2-GladeXML package we can use the following command:

sudo dnf remove perl-Gtk2-GladeXML

perl-Gtk2-GladeXML Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/26875653175da2dc61a35186389ad710ee1c7b
/usr/lib64/perl5/vendor_perl/Gtk2
/usr/lib64/perl5/vendor_perl/Gtk2/GladeXML
/usr/lib64/perl5/vendor_perl/Gtk2/GladeXML.pm
/usr/lib64/perl5/vendor_perl/Gtk2/GladeXML/Install
/usr/lib64/perl5/vendor_perl/Gtk2/GladeXML/Install/Files.pm
/usr/lib64/perl5/vendor_perl/Gtk2/GladeXML/Install/gladexmlperl.h
/usr/lib64/perl5/vendor_perl/Gtk2/GladeXML/Install/gladexmlperl.typemap
/usr/lib64/perl5/vendor_perl/auto/Gtk2
/usr/lib64/perl5/vendor_perl/auto/Gtk2/GladeXML
/usr/lib64/perl5/vendor_perl/auto/Gtk2/GladeXML/GladeXML.so
/usr/share/doc/perl-Gtk2-GladeXML
/usr/share/doc/perl-Gtk2-GladeXML/AUTHORS
/usr/share/doc/perl-Gtk2-GladeXML/ChangeLog
/usr/share/doc/perl-Gtk2-GladeXML/NEWS
/usr/share/doc/perl-Gtk2-GladeXML/README
/usr/share/doc/perl-Gtk2-GladeXML/examples
/usr/share/doc/perl-Gtk2-GladeXML/examples/README
/usr/share/doc/perl-Gtk2-GladeXML/examples/TODO
/usr/share/doc/perl-Gtk2-GladeXML/examples/clipboard.glade
/usr/share/doc/perl-Gtk2-GladeXML/examples/clipboard.gladep
/usr/share/doc/perl-Gtk2-GladeXML/examples/clipboard.pl
/usr/share/doc/perl-Gtk2-GladeXML/examples/dnd.glade
/usr/share/doc/perl-Gtk2-GladeXML/examples/dnd.gladep
/usr/share/doc/perl-Gtk2-GladeXML/examples/dnd.pl
/usr/share/doc/perl-Gtk2-GladeXML/examples/fileman.glade
/usr/share/doc/perl-Gtk2-GladeXML/examples/fileman.gladep
/usr/share/doc/perl-Gtk2-GladeXML/examples/fileman.pl
/usr/share/doc/perl-Gtk2-GladeXML/examples/hello-world.glade
/usr/share/doc/perl-Gtk2-GladeXML/examples/hello-world.gladep
/usr/share/doc/perl-Gtk2-GladeXML/examples/hello-world.pl
/usr/share/doc/perl-Gtk2-GladeXML/examples/progress.glade
/usr/share/doc/perl-Gtk2-GladeXML/examples/progress.gladep
/usr/share/doc/perl-Gtk2-GladeXML/examples/progress.pl
/usr/share/doc/perl-Gtk2-GladeXML/examples/scribble.glade
/usr/share/doc/perl-Gtk2-GladeXML/examples/scribble.gladep
/usr/share/doc/perl-Gtk2-GladeXML/examples/scribble.pl
/usr/share/licenses/perl-Gtk2-GladeXML
/usr/share/licenses/perl-Gtk2-GladeXML/LICENSE
/usr/share/man/man3/Gtk2::GladeXML.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Gtk2-GladeXML on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).