How to Install and Uninstall perl-Term-Prompt.noarch Package on Fedora 36

Last updated: May 18,2024

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

This is a short guide on how to install perl-Term-Prompt.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-Term-Prompt.noarch on Fedora 36:

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

3. Information about the perl-Term-Prompt.noarch package on Fedora 36

Last metadata expiration check: 5:12:49 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Term-Prompt
Version : 1.04
Release : 36.fc36
Architecture : noarch
Size : 24 k
Source : perl-Term-Prompt-1.04-36.fc36.src.rpm
Repository : fedora
Summary : Perl extension for prompting a user for information
URL : https://metacpan.org/release/Term-Prompt
License : GPL+ or Artistic
Description : This main function of this module is to accept interactive input. You
: specify the type of inputs allowed, a prompt, help text and defaults and it
: will deal with the user interface, (and the user!), by displaying the
: prompt, showing the default, and checking to be sure that the response is
: one of the legal choices. Additional 'types' that could be added would be a
: phone type, a social security type, a generic numeric pattern type...