Cannot add PPA: 'ppa:ondrej/php5-5.6'

前端 未结 4 990
灰色年华
灰色年华 2021-01-31 04:22

I\'m trying to update my php 5.5.9 to 5.6 in an Ubuntu machine.

But when I run:

sudo add-apt-repository ppa:ondrej/php5-5.6

I\'m gettin

4条回答
  •  野性不改
    2021-01-31 05:12

    add the right ppa first, do the following

    1. sudo add-apt-repository ppa:ondrej/php
    2. sudo apt-get update
    3. sudo apt-get -y install php5.6 php5.6-mcrypt php5.6-mbstring php5.6-curl php5.6-cli php5.6-mysql php5.6-gd php5.6-intl php5.6-xsl php5.6-zip

    i had the same issue in installing the php5.6 then i did the above steps.

提交回复
热议问题