How To Install perl-CHI on Fedora 36
Introduction
In this tutorial we learn how to install perl-CHI
on Fedora 36.
What is perl-CHI
CHI provides a unified caching API, designed to assist a developer in persisting data for a specified period of time.
We can use yum
or dnf
to install perl-CHI
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CHI.
Install perl-CHI 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-CHI
using dnf
by running the following command:
sudo dnf -y install perl-CHI
Install perl-CHI 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-CHI
using yum
by running the following command:
sudo yum -y install perl-CHI
How To Uninstall perl-CHI on Fedora 36
To uninstall only the perl-CHI
package we can use the following command:
sudo dnf remove perl-CHI
perl-CHI Package Contents on Fedora 36
/usr/share/doc/perl-CHI
/usr/share/doc/perl-CHI/Changes
/usr/share/licenses/perl-CHI
/usr/share/licenses/perl-CHI/LICENSE
/usr/share/man/man3/CHI.3pm.gz
/usr/share/man/man3/CHI::Benchmarks.3pm.gz
/usr/share/man/man3/CHI::CacheObject.3pm.gz
/usr/share/man/man3/CHI::Constants.3pm.gz
/usr/share/man/man3/CHI::Driver.3pm.gz
/usr/share/man/man3/CHI::Driver::Base::CacheContainer.3pm.gz
/usr/share/man/man3/CHI::Driver::CacheCache.3pm.gz
/usr/share/man/man3/CHI::Driver::Development.3pm.gz
/usr/share/man/man3/CHI::Driver::FastMmap.3pm.gz
/usr/share/man/man3/CHI::Driver::File.3pm.gz
/usr/share/man/man3/CHI::Driver::Memory.3pm.gz
/usr/share/man/man3/CHI::Driver::Metacache.3pm.gz
/usr/share/man/man3/CHI::Driver::Null.3pm.gz
/usr/share/man/man3/CHI::Driver::RawMemory.3pm.gz
/usr/share/man/man3/CHI::Stats.3pm.gz
/usr/share/perl5/vendor_perl/CHI
/usr/share/perl5/vendor_perl/CHI.pm
/usr/share/perl5/vendor_perl/CHI/Benchmarks.pod
/usr/share/perl5/vendor_perl/CHI/CacheObject.pm
/usr/share/perl5/vendor_perl/CHI/Constants.pm
/usr/share/perl5/vendor_perl/CHI/Driver
/usr/share/perl5/vendor_perl/CHI/Driver.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Base
/usr/share/perl5/vendor_perl/CHI/Driver/Base/CacheContainer.pm
/usr/share/perl5/vendor_perl/CHI/Driver/CacheCache.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Development.pod
/usr/share/perl5/vendor_perl/CHI/Driver/FastMmap.pm
/usr/share/perl5/vendor_perl/CHI/Driver/File.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Memory.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Metacache.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Null.pm
/usr/share/perl5/vendor_perl/CHI/Driver/RawMemory.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Role
/usr/share/perl5/vendor_perl/CHI/Driver/Role/HasSubcaches.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Role/IsSizeAware.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Role/IsSubcache.pm
/usr/share/perl5/vendor_perl/CHI/Driver/Role/Universal.pm
/usr/share/perl5/vendor_perl/CHI/Serializer
/usr/share/perl5/vendor_perl/CHI/Serializer/JSON.pm
/usr/share/perl5/vendor_perl/CHI/Serializer/Storable.pm
/usr/share/perl5/vendor_perl/CHI/Stats.pm
/usr/share/perl5/vendor_perl/CHI/Types.pm
/usr/share/perl5/vendor_perl/CHI/Util.pm
References
Summary
In this tutorial we learn how to install perl-CHI
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).