How to Install and Uninstall perl-App-Cmd.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-App-Cmd.noarch" package

This tutorial shows how to install perl-App-Cmd.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-App-Cmd.noarch

2. Uninstall "perl-App-Cmd.noarch" package

This guide let you learn how to uninstall perl-App-Cmd.noarch on Fedora 34:

$ sudo dnf remove perl-App-Cmd.noarch $ sudo dnf autoremove

3. Information about the perl-App-Cmd.noarch package on Fedora 34

Last metadata expiration check: 0:28:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-App-Cmd
Version : 0.331
Release : 16.fc34
Architecture : noarch
Size : 76 k
Source : perl-App-Cmd-0.331-16.fc34.src.rpm
Repository : updates
Summary : Write command line apps with less suffering
URL : https://metacpan.org/release/App-Cmd
License : GPL+ or Artistic
Description : App::Cmd is intended to make it easy to write complex command-line
: applications without having to think about most of the annoying things
: usually involved.
:
: For information on how to start using App::Cmd, see App::Cmd::Tutorial.