How to Install and Uninstall perl-IO-Prompter.noarch Package on Fedora 36

Last updated: January 08,2025

1. Install "perl-IO-Prompter.noarch" package

Please follow the guidelines below to install perl-IO-Prompter.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-IO-Prompter.noarch

2. Uninstall "perl-IO-Prompter.noarch" package

Please follow the guidance below to uninstall perl-IO-Prompter.noarch on Fedora 36:

$ sudo dnf remove perl-IO-Prompter.noarch $ sudo dnf autoremove

3. Information about the perl-IO-Prompter.noarch package on Fedora 36

Last metadata expiration check: 3:32:27 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-IO-Prompter
Version : 0.004015
Release : 10.fc36
Architecture : noarch
Size : 65 k
Source : perl-IO-Prompter-0.004015-10.fc36.src.rpm
Repository : fedora
Summary : Prompt for input, read it, clean it, return it
URL : https://search.cpan.org/dist/IO-Prompter/
License : GPL+ or Artistic
Description : IO::Prompter exports a single subroutine, prompt, that prints a prompt
: (but only if the program's selected input and output streams are connected
: to a terminal), then reads some input, then chomps it, and finally returns
: an object representing that text.