How to Install and Uninstall perl-Term-Completion.noarch Package on Fedora 35

Last updated: September 30,2024

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

Learn how to install perl-Term-Completion.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-Term-Completion.noarch on Fedora 35:

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

3. Information about the perl-Term-Completion.noarch package on Fedora 35

Last metadata expiration check: 3:21:25 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Term-Completion
Version : 1.00
Release : 25.fc35
Architecture : noarch
Size : 45 k
Source : perl-Term-Completion-1.00-25.fc35.src.rpm
Repository : fedora
Summary : Read one line of user input, with convenience functions
URL : https://metacpan.org/release/Term-Completion
License : GPL+ or Artistic
Description : Term::Completion is an extensible, highly configurable replacement for
: the venerable Term::Complete package. It is object-oriented and thus allows
: subclassing. Two derived classes are Term::Completion::Multi and
: Term::Completion::Path. A prompt is printed and the user may enter one line
: of input, submitting the answer by pressing the ENTER key.