How to Install and Uninstall perl-Term-Shell.noarch Package on Oracle Linux 9

Last updated: September 25,2024

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

This tutorial shows how to install perl-Term-Shell.noarch on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-Term-Shell.noarch on Oracle Linux 9:

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

3. Information about the perl-Term-Shell.noarch package on Oracle Linux 9

Last metadata expiration check: 0:43:38 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Term-Shell
Version : 0.13
Release : 8.el9
Architecture : noarch
Size : 49 k
Source : perl-Term-Shell-0.13-8.el9.src.rpm
Repository : epel
Summary : Simple command-line shell framework
URL : https://metacpan.org/release/Term-Shell
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Term::Shell lets you write simple command-line shells. All the boring
: details like command-line parsing, terminal handling, and tab completion
: are handled for you.