How To Install perl-X11-Protocol on Fedora 36

In this tutorial we learn how to install perl-X11-Protocol in Fedora 36. perl-X11-Protocol is X11-Protocol - Raw interface to X Window System servers

Introduction

In this tutorial we learn how to install perl-X11-Protocol on Fedora 36.

What is perl-X11-Protocol

X11 information about X11), allowing perl programs to display windows and graphics on X11 servers. A full description of the protocol is beyond the scope of this documentation; for complete information, see the I<X Window System Protocol, X Version 11>, available as Postscript or *roff source from C<ftp I<Volume 0 books about X (ISBN 1-56592-083-X, C<http most of the same information.

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

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

sudo dnf -y install perl-X11-Protocol

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

sudo yum -y install perl-X11-Protocol

How To Uninstall perl-X11-Protocol on Fedora 36

To uninstall only the perl-X11-Protocol package we can use the following command:

sudo dnf remove perl-X11-Protocol

perl-X11-Protocol Package Contents on Fedora 36

/usr/share/doc/perl-X11-Protocol
/usr/share/doc/perl-X11-Protocol/Changes
/usr/share/doc/perl-X11-Protocol/README
/usr/share/doc/perl-X11-Protocol/Todo
/usr/share/doc/perl-X11-Protocol/eg
/usr/share/doc/perl-X11-Protocol/eg/anim.pl
/usr/share/doc/perl-X11-Protocol/eg/full_test.pl
/usr/share/doc/perl-X11-Protocol/eg/long-run.pl
/usr/share/doc/perl-X11-Protocol/eg/random-win.pl
/usr/share/doc/perl-X11-Protocol/eg/render-clock.pl
/usr/share/doc/perl-X11-Protocol/eg/render-test.pl
/usr/share/doc/perl-X11-Protocol/eg/teletype.pl
/usr/share/doc/perl-X11-Protocol/eg/widgets.c
/usr/share/doc/perl-X11-Protocol/eg/widgets1.pl
/usr/share/doc/perl-X11-Protocol/eg/widgets2.pl
/usr/share/doc/perl-X11-Protocol/eg/widgets3.pl
/usr/share/doc/perl-X11-Protocol/eg/wintree.pl
/usr/share/licenses/perl-X11-Protocol
/usr/share/licenses/perl-X11-Protocol/Artistic
/usr/share/licenses/perl-X11-Protocol/COPYING
/usr/share/man/man3/X11::Auth.3pm.gz
/usr/share/man/man3/X11::Keysyms.3pm.gz
/usr/share/man/man3/X11::Protocol.3pm.gz
/usr/share/man/man3/X11::Protocol::Connection.3pm.gz
/usr/share/man/man3/X11::Protocol::Connection::FileHandle.3pm.gz
/usr/share/man/man3/X11::Protocol::Connection::INETFH.3pm.gz
/usr/share/man/man3/X11::Protocol::Connection::INETSocket.3pm.gz
/usr/share/man/man3/X11::Protocol::Connection::Socket.3pm.gz
/usr/share/man/man3/X11::Protocol::Connection::UNIXFH.3pm.gz
/usr/share/man/man3/X11::Protocol::Connection::UNIXSocket.3pm.gz
/usr/share/man/man3/X11::Protocol::Ext::BIG_REQUESTS.3pm.gz
/usr/share/man/man3/X11::Protocol::Ext::DPMS.3pm.gz
/usr/share/man/man3/X11::Protocol::Ext::RENDER.3pm.gz
/usr/share/man/man3/X11::Protocol::Ext::SHAPE.3pm.gz
/usr/share/man/man3/X11::Protocol::Ext::XC_MISC.3pm.gz
/usr/share/man/man3/X11::Protocol::Ext::XFree86_Misc.3pm.gz
/usr/share/perl5/vendor_perl/X11
/usr/share/perl5/vendor_perl/X11/Auth.pm
/usr/share/perl5/vendor_perl/X11/Keysyms.pm
/usr/share/perl5/vendor_perl/X11/Protocol
/usr/share/perl5/vendor_perl/X11/Protocol.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Connection
/usr/share/perl5/vendor_perl/X11/Protocol/Connection.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Connection/FileHandle.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Connection/INETFH.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Connection/INETSocket.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Connection/Socket.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Connection/UNIXFH.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Connection/UNIXSocket.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Constants.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Ext
/usr/share/perl5/vendor_perl/X11/Protocol/Ext/BIG_REQUESTS.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Ext/DPMS.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Ext/RENDER.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Ext/SHAPE.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Ext/XC_MISC.pm
/usr/share/perl5/vendor_perl/X11/Protocol/Ext/XFree86_Misc.pm

References

Summary

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