How To Install perl-Gnome2-Wnck on Fedora 36
Introduction
In this tutorial we learn how to install perl-Gnome2-Wnck
on Fedora 36.
What is perl-Gnome2-Wnck
DEPRECATED This module allows a Perl developer to use the Window Navigator Construction Kit library (libwnck for short) to write tasklists and pagers. This module has been deprecated by the Gtk-Perl project. This means that the module will no longer be updated with security patches, bug fixes, or when changes are made in the Perl ABI. The Git repo for this module has been archived (made read-only), it will no longer possible to submit new commits to it. You are more than welcome to ask about this module on the Gtk-Perl mailing list, but our priorities going forward will be maintaining Gtk-Perl modules that are supported and maintained upstream; this module is neither.
We can use yum
or dnf
to install perl-Gnome2-Wnck
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Gnome2-Wnck.
Install perl-Gnome2-Wnck 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-Wnck
using dnf
by running the following command:
sudo dnf -y install perl-Gnome2-Wnck
Install perl-Gnome2-Wnck 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-Wnck
using yum
by running the following command:
sudo yum -y install perl-Gnome2-Wnck
How To Uninstall perl-Gnome2-Wnck on Fedora 36
To uninstall only the perl-Gnome2-Wnck
package we can use the following command:
sudo dnf remove perl-Gnome2-Wnck
perl-Gnome2-Wnck Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/9c638ca81db5422e3780a47524da372c068733
/usr/lib64/perl5/vendor_perl/Gnome2
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck.pm
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Application.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/ClassGroup.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Install
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Install/Files.pm
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Install/wnck2perl-autogen.h
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Install/wnck2perl-version.h
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Install/wnck2perl.h
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Install/wnck2perl.typemap
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Pager.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Screen.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Selector.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Tasklist.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Window.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/Workspace.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/index.pod
/usr/lib64/perl5/vendor_perl/Gnome2/Wnck/main.pod
/usr/lib64/perl5/vendor_perl/auto/Gnome2
/usr/lib64/perl5/vendor_perl/auto/Gnome2/Wnck
/usr/lib64/perl5/vendor_perl/auto/Gnome2/Wnck/Wnck.so
/usr/share/doc/perl-Gnome2-Wnck
/usr/share/doc/perl-Gnome2-Wnck/ChangeLog
/usr/share/doc/perl-Gnome2-Wnck/NEWS
/usr/share/doc/perl-Gnome2-Wnck/README
/usr/share/doc/perl-Gnome2-Wnck/maps
/usr/share/licenses/perl-Gnome2-Wnck
/usr/share/licenses/perl-Gnome2-Wnck/LICENSE
/usr/share/man/man3/Gnome2::Wnck.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::Application.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::ClassGroup.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::Pager.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::Screen.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::Selector.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::Tasklist.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::Window.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::Workspace.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::index.3pm.gz
/usr/share/man/man3/Gnome2::Wnck::main.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Gnome2-Wnck
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).