How To Install perl-Term-Completion on Fedora 36

In this tutorial we learn how to install perl-Term-Completion in Fedora 36. perl-Term-Completion is Read one line of user input, with convenience functions

Introduction

In this tutorial we learn how to install perl-Term-Completion on Fedora 36.

What is perl-Term-Completion

Term the venerable Term subclassing. Two derived classes are Term Term of input, submitting the answer by pressing the ENTER key.

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

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

sudo dnf -y install perl-Term-Completion

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

sudo yum -y install perl-Term-Completion

How To Uninstall perl-Term-Completion on Fedora 36

To uninstall only the perl-Term-Completion package we can use the following command:

sudo dnf remove perl-Term-Completion

perl-Term-Completion Package Contents on Fedora 36

/usr/share/doc/perl-Term-Completion
/usr/share/doc/perl-Term-Completion/Changes
/usr/share/doc/perl-Term-Completion/README
/usr/share/doc/perl-Term-Completion/devel
/usr/share/doc/perl-Term-Completion/devel/fruit.sh
/usr/share/doc/perl-Term-Completion/devel/tget.pl
/usr/share/man/man3/Term::Completion.3pm.gz
/usr/share/man/man3/Term::Completion::Multi.3pm.gz
/usr/share/man/man3/Term::Completion::Path.3pm.gz
/usr/share/man/man3/Term::Completion::_POSIX.3pm.gz
/usr/share/man/man3/Term::Completion::_readkey.3pm.gz
/usr/share/man/man3/Term::Completion::_stty.3pm.gz
/usr/share/man/man3/Term::Completion::_termsize.3pm.gz
/usr/share/perl5/vendor_perl/Term
/usr/share/perl5/vendor_perl/Term/Completion
/usr/share/perl5/vendor_perl/Term/Completion.pm
/usr/share/perl5/vendor_perl/Term/Completion/Multi.pm
/usr/share/perl5/vendor_perl/Term/Completion/Path.pm
/usr/share/perl5/vendor_perl/Term/Completion/_POSIX.pm
/usr/share/perl5/vendor_perl/Term/Completion/_readkey.pm
/usr/share/perl5/vendor_perl/Term/Completion/_stty.pm
/usr/share/perl5/vendor_perl/Term/Completion/_termsize.pm

References

Summary

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