How to Install and Uninstall php-console-commandline Package on Kali Linux

Last updated: October 06,2024

1. Install "php-console-commandline" package

Please follow the instructions below to install php-console-commandline on Kali Linux

$ sudo apt update $ sudo apt install php-console-commandline

2. Uninstall "php-console-commandline" package

Please follow the guidelines below to uninstall php-console-commandline on Kali Linux:

$ sudo apt remove php-console-commandline $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-console-commandline package on Kali Linux

Package: php-console-commandline
Version: 1.2.6-1
Installed-Size: 195
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-pear, php-common, php-xml
Size: 25840
SHA256: 05b91212407fee6260fdb826f44a15199806b34d43d135ff9c550d547c34033f
SHA1: dbb805895a32838d5f389efcf464989c60bcec3d
MD5sum: d56031ff2f5dbb930d09db691f48552c
Description: Full featured command line options and arguments parser
Console_CommandLine is a full featured package for managing command-line
options and arguments highly inspired from Python's optparse module. It allows
the developer to easily build complex command line interfaces.
.
Main features
* handles sub commands (ie. $ myscript.php -q subcommand -f file),
* can be completely built from an XML definition file,
* generate --help and --version options automatically,
* can be completely customized,
* builtin support for i18n,
* and much more...
Description-md5:
Homepage: https://pear.php.net/package/Console_CommandLine
Section: php
Priority: optional
Filename: pool/main/p/php-console-commandline/php-console-commandline_1.2.6-1_all.deb