Ubuntu 14.04: Can't install phing

It's really such a headache when I migrated to Ubuntu 14.04. Lots of headaches! But anyway, here we go:

First you need to install pear first by doing the following command on Terminal:


sudo apt-get install php-pear


Then add pear channel:


sudo pear channel-discover pear.phing.info


Install Phing:

sudo pear install -Z phing/phing

The -Z option will download .tar file instead of the damn .tgz (which always throws this error): 


could not extract the package.xml file from "/build/buildd/php5-5.5.9+dfsg/pear-build-download/phing-2.9.1.tgz"

Download of "phing/phing" succeeded, but it is not a valid package archive
Error: cannot download "phing/phing"
Download failed
install failed



Hopefully it works on your end. Please comment below if it worked.


Comments

Post a Comment

Popular posts from this blog

How to fix Cignal Top Box error - Please perform a smart card reset by removing your smart card for 15 seconds then reinsert the card. (1/2)

Magento: can't login to admin panel, can't add product to cart

Fatal error: Uncaught TypeError: Argument 1 passed to Magento\Catalog\Model\ProductRepository::getProductFromLocalCache() must be of the type string, null given, called in /vendor/magento/module-catalog/Model/ProductRepository.php on line 270 and defined in vendor/magento/module-catalog/Model/ProductRepository.php:751