0

anyone know if the Zend Framework is built in Ubuntu 9.10 server edition ? if yes, how to check it from command line?

3 Answers3

2

It is apt-cache search zend-framework, but it's not the most recent version.

PS: Doesn't this question belong to serverfault?

Htbaa
  • 323
  • 2
  • 11
  • this is wat i get : libzend-framework-php - a simple, straightforward, open-source software framework for PHP 5 zend-framework - a simple, straightforward, open-source software framework for PHP 5 zend-framework-bin - a simple, straightforward, open-source software framework for PHP 5 –  Apr 24 '10 at 13:36
  • 1
    What I get from your question is: "Is Zend Framework available in the ubuntu 9.10 package repository". So when doing a search it turns out there is. To install it do `sudo apt-get install libzend-framework-php` which will probably install it to `/usr/share/php`. – Htbaa Apr 24 '10 at 18:34
1

You can also check by visiting packages.ubuntu.com.

Here is a list of packages with the name zend on karmic.

Zoredache
  • 128,755
  • 40
  • 271
  • 413
0

I dont think that the Framework is shipped by default. You can try to do something like

locate Zend 

or run the zf tool from your bash (zf.sh) , if it returns something the framework is ready.

opHASnoNAME
  • 625
  • 2
  • 7
  • 18
  • I get the following : /usr/share/doc/libzend-framework-php/demos/Zend
    /usr/share/doc/libzend-framework-php/demos/Zend/Feeds
    /usr/share/doc/libzend-framework-php/demos/Zend/Gdata
    /usr/share/doc/libzend-framework-php/demos/Zend/Locale
    /usr/share/doc/libzend-framework-php/demos/Zend/Mail
    /usr/share/doc/libzend-framework-php/demos/Zend/OpenId
    /usr/share/doc/libzend-framework-php/demos/Zend/Pdf
    /usr/share/doc/libzend-framework-php/demos/Zend/ProgressBar
    .
    .
    . 'any more listing' Is this mean I have Zend installed ?
    –  Apr 24 '10 at 13:23
  • is the new line –  Apr 24 '10 at 13:24