How To Install perl-CGI-Compile on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-CGI-Compile
on Rocky Linux 8.
What is perl-CGI-Compile
CGI that can run many times on its own namespace, as long as the script is ready to run on a persistent environment.
We can use yum
or dnf
to install perl-CGI-Compile
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CGI-Compile.
Install perl-CGI-Compile on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-CGI-Compile
using dnf
by running the following command:
sudo dnf -y install perl-CGI-Compile
Install perl-CGI-Compile on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-CGI-Compile
using yum
by running the following command:
sudo yum -y install perl-CGI-Compile
How To Uninstall perl-CGI-Compile on Rocky Linux 8
To uninstall only the perl-CGI-Compile
package we can use the following command:
sudo dnf remove perl-CGI-Compile
perl-CGI-Compile Package Contents on Rocky Linux 8
/usr/share/doc/perl-CGI-Compile
/usr/share/doc/perl-CGI-Compile/Changes
/usr/share/doc/perl-CGI-Compile/README
/usr/share/doc/perl-CGI-Compile/t
/usr/share/doc/perl-CGI-Compile/t/00_compile.t
/usr/share/doc/perl-CGI-Compile/t/Exit.pm
/usr/share/doc/perl-CGI-Compile/t/args.cgi
/usr/share/doc/perl-CGI-Compile/t/author-pod-syntax.t
/usr/share/doc/perl-CGI-Compile/t/chained_exit.t
/usr/share/doc/perl-CGI-Compile/t/chdir.t
/usr/share/doc/perl-CGI-Compile/t/coderef_args.t
/usr/share/doc/perl-CGI-Compile/t/compile.t
/usr/share/doc/perl-CGI-Compile/t/data.cgi
/usr/share/doc/perl-CGI-Compile/t/data_crlf.cgi
/usr/share/doc/perl-CGI-Compile/t/data_end.t
/usr/share/doc/perl-CGI-Compile/t/end.cgi
/usr/share/doc/perl-CGI-Compile/t/end_crlf.cgi
/usr/share/doc/perl-CGI-Compile/t/error.cgi
/usr/share/doc/perl-CGI-Compile/t/eval-my-variables.t
/usr/share/doc/perl-CGI-Compile/t/exit-code.t
/usr/share/doc/perl-CGI-Compile/t/exit.cgi
/usr/share/doc/perl-CGI-Compile/t/exit.t
/usr/share/doc/perl-CGI-Compile/t/hello.cgi
/usr/share/doc/perl-CGI-Compile/t/local-SIG.t
/usr/share/doc/perl-CGI-Compile/t/psgi.t
/usr/share/doc/perl-CGI-Compile/t/race-conditions.t
/usr/share/doc/perl-CGI-Compile/t/return-val.t
/usr/share/doc/perl-CGI-Compile/t/source.t
/usr/share/doc/perl-CGI-Compile/t/source_filter.t
/usr/share/doc/perl-CGI-Compile/t/switch.cgi
/usr/share/doc/perl-CGI-Compile/t/warnings.cgi
/usr/share/doc/perl-CGI-Compile/t/warnings.t
/usr/share/man/man3/CGI::Compile.3pm.gz
/usr/share/perl5/vendor_perl/CGI
/usr/share/perl5/vendor_perl/CGI/Compile.pm
References
Summary
In this tutorial we learn how to install perl-CGI-Compile
on Rocky Linux 8 using yum and dnf.