How To Install perl-Shell-Config-Generate on Fedora 36

In this tutorial we learn how to install perl-Shell-Config-Generate in Fedora 36. perl-Shell-Config-Generate is Portably generate configuration for any shell

Introduction

In this tutorial we learn how to install perl-Shell-Config-Generate on Fedora 36.

What is perl-Shell-Config-Generate

This Perl module provides an interface for specifying shell configurations for different shell environments without having to worry about the arcane differences between shells such as csh, sh, cmd.exe and command.com.

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

Install perl-Shell-Config-Generate 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-Shell-Config-Generate using dnf by running the following command:

sudo dnf -y install perl-Shell-Config-Generate

Install perl-Shell-Config-Generate 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-Shell-Config-Generate using yum by running the following command:

sudo yum -y install perl-Shell-Config-Generate

How To Uninstall perl-Shell-Config-Generate on Fedora 36

To uninstall only the perl-Shell-Config-Generate package we can use the following command:

sudo dnf remove perl-Shell-Config-Generate

perl-Shell-Config-Generate Package Contents on Fedora 36

/usr/share/doc/perl-Shell-Config-Generate
/usr/share/doc/perl-Shell-Config-Generate/Changes
/usr/share/doc/perl-Shell-Config-Generate/README
/usr/share/licenses/perl-Shell-Config-Generate
/usr/share/licenses/perl-Shell-Config-Generate/LICENSE
/usr/share/man/man3/Shell::Config::Generate.3pm.gz
/usr/share/perl5/vendor_perl/Shell
/usr/share/perl5/vendor_perl/Shell/Config
/usr/share/perl5/vendor_perl/Shell/Config/Generate.pm

References

Summary

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