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

Last updated: October 04,2024

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

Please follow the guidance below to install perl-IO-Prompter.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall perl-IO-Prompter.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:02:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-IO-Prompter
Version : 0.004015
Release : 7.fc34
Architecture : noarch
Size : 67 k
Source : perl-IO-Prompter-0.004015-7.fc34.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.