How To Install perl-Gnome2-GConf on Fedora 36

In this tutorial we learn how to install perl-Gnome2-GConf in Fedora 36. perl-Gnome2-GConf is Perl wrappers for the GConf configuration engine (deprecated)

Introduction

In this tutorial we learn how to install perl-Gnome2-GConf on Fedora 36.

What is perl-Gnome2-GConf

This module allows you to use the GConf configuration system in order to store/retrieve the configuration of an application. The GConf system is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x. This package is deprecated. Users are advised to migrate to Glib module.

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

Install perl-Gnome2-GConf 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-Gnome2-GConf using dnf by running the following command:

sudo dnf -y install perl-Gnome2-GConf

Install perl-Gnome2-GConf 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-Gnome2-GConf using yum by running the following command:

sudo yum -y install perl-Gnome2-GConf

How To Uninstall perl-Gnome2-GConf on Fedora 36

To uninstall only the perl-Gnome2-GConf package we can use the following command:

sudo dnf remove perl-Gnome2-GConf

perl-Gnome2-GConf Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/42d52a4dc055f33f04fe8532763afa89561cf2
/usr/lib64/perl5/vendor_perl/Gnome2
/usr/lib64/perl5/vendor_perl/Gnome2/GConf
/usr/lib64/perl5/vendor_perl/Gnome2/GConf.pm
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/ChangeSet.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Client.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Engine.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Entry.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install/Files.pm
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install/doctypes
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install/gconf.typemap
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install/gconfperl-autogen.h
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install/gconfperl-version.h
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install/gconfperl.h
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Install/gconfperl.typemap
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Schema.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/Value.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/index.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/main.pod
/usr/lib64/perl5/vendor_perl/Gnome2/GConf/version.pod
/usr/lib64/perl5/vendor_perl/auto/Gnome2
/usr/lib64/perl5/vendor_perl/auto/Gnome2/GConf
/usr/lib64/perl5/vendor_perl/auto/Gnome2/GConf/GConf.so
/usr/share/doc/perl-Gnome2-GConf
/usr/share/doc/perl-Gnome2-GConf/AUTHOR
/usr/share/doc/perl-Gnome2-GConf/ChangeLog
/usr/share/doc/perl-Gnome2-GConf/NEWS
/usr/share/doc/perl-Gnome2-GConf/README
/usr/share/doc/perl-Gnome2-GConf/examples
/usr/share/doc/perl-Gnome2-GConf/examples/basic-gconf-app.pl
/usr/share/doc/perl-Gnome2-GConf/examples/complex-gconf-app.pl
/usr/share/doc/perl-Gnome2-GConf/examples/error.pl
/usr/share/doc/perl-Gnome2-GConf/examples/simple-controller.pl
/usr/share/doc/perl-Gnome2-GConf/examples/simple-view.pl
/usr/share/licenses/perl-Gnome2-GConf
/usr/share/licenses/perl-Gnome2-GConf/copyright.pod
/usr/share/man/man3/Gnome2::GConf.3pm.gz
/usr/share/man/man3/Gnome2::GConf::ChangeSet.3pm.gz
/usr/share/man/man3/Gnome2::GConf::Client.3pm.gz
/usr/share/man/man3/Gnome2::GConf::Engine.3pm.gz
/usr/share/man/man3/Gnome2::GConf::Entry.3pm.gz
/usr/share/man/man3/Gnome2::GConf::Schema.3pm.gz
/usr/share/man/man3/Gnome2::GConf::Value.3pm.gz
/usr/share/man/man3/Gnome2::GConf::index.3pm.gz
/usr/share/man/man3/Gnome2::GConf::main.3pm.gz
/usr/share/man/man3/Gnome2::GConf::version.3pm.gz

References

Summary

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