How to Install and Uninstall php-pear-Console-CommandLine.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "php-pear-Console-CommandLine.noarch" package

Learn how to install php-pear-Console-CommandLine.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-pear-Console-CommandLine.noarch

2. Uninstall "php-pear-Console-CommandLine.noarch" package

Please follow the step by step instructions below to uninstall php-pear-Console-CommandLine.noarch on Fedora 34:

$ sudo dnf remove php-pear-Console-CommandLine.noarch $ sudo dnf autoremove

3. Information about the php-pear-Console-CommandLine.noarch package on Fedora 34

Last metadata expiration check: 1:20:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : php-pear-Console-CommandLine
Version : 1.2.2
Release : 11.fc34
Architecture : noarch
Size : 56 k
Source : php-pear-Console-CommandLine-1.2.2-11.fc34.src.rpm
Repository : fedora
Summary : A full featured command line options and arguments parser
URL : http://pear.php.net/package/Console_CommandLine
License : MIT
Description : Console_CommandLine is a full featured package for managing command-line
: options and arguments highly inspired from python optparse module, it allows
: the developer to easily build complex command line interfaces.
:
: Main features:
: * handles sub commands (i.e. $ my-script.php -q sub-command -f file),
: * can be completely built from an XML definition file,
: * generate --help and --version options automatically,
: * can be completely customized,
: * built-in support for i18n,
: * and much more...