How To Install perl-Shell-Guess on Fedora 36

In this tutorial we learn how to install perl-Shell-Guess in Fedora 36. perl-Shell-Guess is Make an educated guess about the shell in use

Introduction

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

What is perl-Shell-Guess

The Shell determine the shell being employed by the user, either the shell that executed the Perl script directly, or the users’ login shell.

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

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

sudo dnf -y install perl-Shell-Guess

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

sudo yum -y install perl-Shell-Guess

How To Uninstall perl-Shell-Guess on Fedora 36

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

sudo dnf remove perl-Shell-Guess

perl-Shell-Guess Package Contents on Fedora 36

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

References

Summary

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