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

Last updated: November 24,2024

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

Please follow the guidance below to install perl-Term-Completion.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 2:26:24 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Term-Completion
Version : 1.00
Release : 23.fc34
Architecture : noarch
Size : 46 k
Source : perl-Term-Completion-1.00-23.fc34.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.