How to Install and Uninstall perl-Term-ShellUI.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "perl-Term-ShellUI.noarch" package

This guide let you learn how to install perl-Term-ShellUI.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Term-ShellUI.noarch

2. Uninstall "perl-Term-ShellUI.noarch" package

Here is a brief guide to show you how to uninstall perl-Term-ShellUI.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Term-ShellUI.noarch $ sudo dnf autoremove

3. Information about the perl-Term-ShellUI.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:33:32 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Term-ShellUI
Version : 0.92
Release : 27.el9
Architecture : noarch
Size : 49 k
Source : perl-Term-ShellUI-0.92-27.el9.src.rpm
Repository : epel
Summary : Perl module to implement a full-featured shell-like command line environment
URL : https://metacpan.org/release/Term-ShellUI
License : MIT
Description : Term::ShellUI is a Perl module, which tries to make every feature that
: one would expect to see in a fully interactive shell trivial to implement.
: It uses the history and autocompletion features of Term::ReadLine to present
: a sophisticated command-line interface to the user. You simply declare your
: command set and let ShellUI take care of the heavy lifting.