无法在Debian 8(64位)上安装laravel

无法在Debian 8(64位)上安装laravel,laravel,debian,Laravel,Debian,我试图在debian服务器上安装幼虫,但出现了这个错误 Problem 1 - laravel/installer v3.0.1 requires ext-zip * -> the requested PHP extension zip is missing from your system. - laravel/installer v3.0.0 requires ext-zip * -> the requested PHP extension zip is miss

我试图在debian服务器上安装幼虫,但出现了这个错误

Problem 1
    - laravel/installer v3.0.1 requires ext-zip * -> the requested PHP extension zip is missing from your system.
    - laravel/installer v3.0.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
    - Installation request for laravel/installer ^3.0 -> satisfiable by laravel/installer[v3.0.0, v3.0.1].
我试图安装php7.2-zip,然后得到了这个

Reading package lists... Done
Building dependency tree
Reading state information... Done
php7.2-zip is already the newest version.
The following package was automatically installed and is no longer required:
  libuuid-perl
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 84 not upgraded.

它说extzip已经存在。但是laravel说它不存在

我认为这与PHP本身无关,而是laravel安装程序。我以前有过这个问题,我记不清了,但我可以给你指出一个对我有用的“相对”方向。据我记忆所及,我必须安装laravels 1.0安装程序,然后它会从那里自我更新,从而解决了我的问题。仅凭我的解决方案,就可以为您服务,我希望:

仅仅因为它已安装,并不意味着它已启用