Install Zend Framwork on Ubuntu 9.10
To install the latest version of the Zend Framework we first need to add the repository containing the resources:
sudo add-apt-repository ppa:zend-framework/ppa
sudo apt-get update
After this installing is as simple as running the following command:
sudo apt-get install zend-framework
To check if the installation was successful run this command:
zf show version
In my case it shows: Zend Framework Version: 1.10.3