How to Install and Uninstall phing Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "phing" package

Please follow the guidance below to install phing on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install phing

2. Uninstall "phing" package

Please follow the steps below to uninstall phing on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the phing package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: phing
Priority: optional
Section: universe/php
Installed-Size: 3364
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Version: 2.13.0-2ubuntu2
Depends: 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)
Filename: pool/universe/p/phing/phing_2.13.0-2ubuntu2_all.deb
Size: 405378
MD5sum: 4ebdffc01dfba20fe919335c8d90fa1b
SHA1: ea7b527d1cdcc5cb5efb6c9ef4bfb030952d3668
SHA256: 3fa99283c6defbc53b332f4d0248f9b578e4d34cf17a2ba84f99bb03dd73c8c0
Description-en: PHP5 project build system 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: 8fde61d1a5a2926bded6dfcd51471e04
Homepage: https://www.phing.info/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu