How To Install perl-Gtk2-Unique on Fedora 36

In this tutorial we learn how to install perl-Gtk2-Unique in Fedora 36. perl-Gtk2-Unique is Perl bindings for the C library “libunique” (DEPRECATED)

Introduction

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

What is perl-Gtk2-Unique

Gtk2 which provides a way for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance. For more information about libunique see http

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

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

sudo dnf -y install perl-Gtk2-Unique

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

sudo yum -y install perl-Gtk2-Unique

How To Uninstall perl-Gtk2-Unique on Fedora 36

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

sudo dnf remove perl-Gtk2-Unique

perl-Gtk2-Unique Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/def79d0107d8606a7dd1f7ca56407a7fbb0128
/usr/lib64/perl5/vendor_perl/Gtk2
/usr/lib64/perl5/vendor_perl/Gtk2/Unique
/usr/lib64/perl5/vendor_perl/Gtk2/Unique.pm
/usr/lib64/perl5/vendor_perl/Gtk2/Unique.pod
/usr/lib64/perl5/vendor_perl/Gtk2/Unique/Install
/usr/lib64/perl5/vendor_perl/Gtk2/Unique/Install/Files.pm
/usr/lib64/perl5/vendor_perl/Gtk2/Unique/Install/unique.typemap
/usr/lib64/perl5/vendor_perl/Gtk2/Unique/index.pod
/usr/lib64/perl5/vendor_perl/Gtk2/UniqueApp.pod
/usr/lib64/perl5/vendor_perl/Gtk2/UniqueBackend.pod
/usr/lib64/perl5/vendor_perl/Gtk2/UniqueMessageData.pod
/usr/lib64/perl5/vendor_perl/auto/Gtk2/Unique
/usr/lib64/perl5/vendor_perl/auto/Gtk2/Unique/Unique.so
/usr/share/doc/perl-Gtk2-Unique
/usr/share/doc/perl-Gtk2-Unique/Changes
/usr/share/doc/perl-Gtk2-Unique/README
/usr/share/man/man3/Gtk2::Unique.3pm.gz
/usr/share/man/man3/Gtk2::Unique::index.3pm.gz
/usr/share/man/man3/Gtk2::UniqueApp.3pm.gz
/usr/share/man/man3/Gtk2::UniqueBackend.3pm.gz
/usr/share/man/man3/Gtk2::UniqueMessageData.3pm.gz

References

Summary

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