How to Install and Uninstall phing Package on Kali Linux

Last updated: June 26,2024

1. Install "phing" package

This is a short guide on how to install phing on Kali Linux

$ sudo apt update $ sudo apt install phing

2. Uninstall "phing" package

Please follow the guidance below to uninstall phing on Kali Linux:

$ sudo apt remove phing $ sudo apt autoclean && sudo apt autoremove

3. Information about the phing package on Kali Linux

Package: phing
Version: 2.17.4-1
Installed-Size: 3652
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Depends: php-xml, php-cli, php-common
Recommends: php-pear (>= 1.3.8), php-xdebug (>= 2.0.5), php-http-request2 (>= 2.1.1), pdepend (>= 0.10.0), phpmd (>= 1.1.0), php-codesniffer (>= 1.5.0)
Size: 454992
SHA256: 6be8f18a0a7898ed48c7b879ccd04ed8112f0d78e4fb44b46fbbda752fe7bcb0
SHA1: 0eebd0b82859c7e39d58af0ec9d20f38c6875223
MD5sum: 8dae641f5e301a739178ddb2a9fbc1d4
Description: PHP project build system or build tool based on Apache Ant
PHing Is Not GNU make; it's a project build system based on Apache Ant.
You can do anything with it that you could do with a traditional build system
like GNU make, and its use of
simple XML build files and extensible PHP "task" classes make it an
easy-to-use and highly flexible build framework.
Features include file transformations (e.g. token replacement, XSLT
transformation, Smarty template transformations,
etc.), file system operations, interactive build support, SQL execution, and
much more.
.
Phing provides the following features:
* Simple XML buildfiles
* Rich set of provided tasks
* Easily extendable via PHP classes
Description-md5:
Multi-Arch: foreign
Homepage: https://www.phing.info/
Section: php
Priority: optional
Filename: pool/main/p/phing/phing_2.17.4-1_all.deb