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

Last updated: October 06,2024

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

This tutorial shows how to install perl-Term-Prompt.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Term-Prompt.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:17:49 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Term-Prompt
Version : 1.04
Release : 33.fc34
Architecture : noarch
Size : 24 k
Source : perl-Term-Prompt-1.04-33.fc34.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...