How To Install perl-Term-Clui on Fedora 36
Introduction
In this tutorial we learn how to install perl-Term-Clui
on Fedora 36.
What is perl-Term-Clui
Term line applications a consistent “look and feel”. Its metaphor for the computer is as a human-like conversation-partner, and as each question/response is completed it is summarized onto one line, and remains on screen, so that the history of the session gradually accumulates on the screen and is available for review, or for cut/paste. This user interface can therefore be intermixed with standard applications which write to STDOUT or STDERR, such as make, pgp, rcs etc.
We can use yum
or dnf
to install perl-Term-Clui
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Term-Clui.
Install perl-Term-Clui 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-Clui
using dnf
by running the following command:
sudo dnf -y install perl-Term-Clui
Install perl-Term-Clui 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-Clui
using yum
by running the following command:
sudo yum -y install perl-Term-Clui
How To Uninstall perl-Term-Clui on Fedora 36
To uninstall only the perl-Term-Clui
package we can use the following command:
sudo dnf remove perl-Term-Clui
perl-Term-Clui Package Contents on Fedora 36
/usr/share/doc/perl-Term-Clui
/usr/share/doc/perl-Term-Clui/Changes
/usr/share/doc/perl-Term-Clui/README
/usr/share/doc/perl-Term-Clui/examples
/usr/share/doc/perl-Term-Clui/examples/audio_stuff
/usr/share/doc/perl-Term-Clui/examples/choose
/usr/share/doc/perl-Term-Clui/examples/linux_admin
/usr/share/doc/perl-Term-Clui/examples/login_shell
/usr/share/doc/perl-Term-Clui/examples/test_script
/usr/share/licenses/perl-Term-Clui
/usr/share/licenses/perl-Term-Clui/LICENSE
/usr/share/man/man3/Term::Clui.3pm.gz
/usr/share/man/man3/Term::Clui::FileSelect.3pm.gz
/usr/share/perl5/vendor_perl/Term
/usr/share/perl5/vendor_perl/Term/Clui
/usr/share/perl5/vendor_perl/Term/Clui.pm
/usr/share/perl5/vendor_perl/Term/Clui/FileSelect.pm
References
Summary
In this tutorial we learn how to install perl-Term-Clui
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).