How To Install perl-CGI-Simple on Fedora 36

In this tutorial we learn how to install perl-CGI-Simple in Fedora 36. perl-CGI-Simple is Simple totally OO CGI interface that is CGI.pm compliant

Introduction

In this tutorial we learn how to install perl-CGI-Simple on Fedora 36.

What is perl-CGI-Simple

Simple totally OO CGI interface that is CGI.pm compliant.

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

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

sudo dnf -y install perl-CGI-Simple

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

sudo yum -y install perl-CGI-Simple

How To Uninstall perl-CGI-Simple on Fedora 36

To uninstall only the perl-CGI-Simple package we can use the following command:

sudo dnf remove perl-CGI-Simple

perl-CGI-Simple Package Contents on Fedora 36

/usr/share/doc/perl-CGI-Simple
/usr/share/doc/perl-CGI-Simple/Changes
/usr/share/doc/perl-CGI-Simple/README
/usr/share/licenses/perl-CGI-Simple
/usr/share/licenses/perl-CGI-Simple/Artistic
/usr/share/licenses/perl-CGI-Simple/COPYING
/usr/share/man/man3/CGI::Simple.3pm.gz
/usr/share/man/man3/CGI::Simple::Cookie.3pm.gz
/usr/share/man/man3/CGI::Simple::Standard.3pm.gz
/usr/share/man/man3/CGI::Simple::Util.3pm.gz
/usr/share/perl5/vendor_perl/CGI
/usr/share/perl5/vendor_perl/CGI/Simple
/usr/share/perl5/vendor_perl/CGI/Simple.pm
/usr/share/perl5/vendor_perl/CGI/Simple/Cookie.pm
/usr/share/perl5/vendor_perl/CGI/Simple/Standard.pm
/usr/share/perl5/vendor_perl/CGI/Simple/Util.pm

References

Summary

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