How To Install perl-AnyEvent-I3 on Fedora 36
Introduction
In this tutorial we learn how to install perl-AnyEvent-I3 on Fedora 36.
What is perl-AnyEvent-I3
This module connects to the i3 window manager using the UNIX socket based IPC interface it provides (if enabled in the configuration file). You can then subscribe to events or send messages and receive their replies.
We can use yum or dnf to install perl-AnyEvent-I3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-AnyEvent-I3.
Install perl-AnyEvent-I3 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-AnyEvent-I3 using dnf by running the following command:
sudo dnf -y install perl-AnyEvent-I3
Install perl-AnyEvent-I3 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-AnyEvent-I3 using yum by running the following command:
sudo yum -y install perl-AnyEvent-I3
How To Uninstall perl-AnyEvent-I3 on Fedora 36
To uninstall only the perl-AnyEvent-I3 package we can use the following command:
sudo dnf remove perl-AnyEvent-I3
perl-AnyEvent-I3 Package Contents on Fedora 36
/usr/share/doc/perl-AnyEvent-I3
/usr/share/doc/perl-AnyEvent-I3/Changes
/usr/share/doc/perl-AnyEvent-I3/README
/usr/share/man/man3/AnyEvent::I3.3pm.gz
/usr/share/perl5/vendor_perl/AnyEvent/I3.pm
References
Summary
In this tutorial we learn how to install perl-AnyEvent-I3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).