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

Last updated: November 26,2024

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

This tutorial shows how to install perl-IO-Prompter.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-IO-Prompter.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:48:28 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-IO-Prompter
Version : 0.004015
Release : 9.fc35
Architecture : noarch
Size : 65 k
Source : perl-IO-Prompter-0.004015-9.fc35.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.