猿问

无法安装 php 7.1

devall@giga:~$ sudo apt-get install php7.1 

Reading package lists... Done

Building dependency tree       

Reading state information... Done

E: Unable to locate package php7.1

E: Couldn't find any package by glob 'php7.1'

E: Couldn't find any package by regex 'php7.1'

我正在尝试安装php 7.1,尝试了几乎所有的东西...


sudo apt-add-repository ppa:ondrej/php

sudo apt-get update

重新安装了两次乌班图。仍然是相同的错误。#help


POPMUISE
浏览 362回答 1
1回答

四季花海

尝试software-properties-commonsudo apt install software-properties-commonsudo add-apt-repository ppa:ondrej/phpsudo apt updatesudo apt search php7sudo apt install php7.1php -v
随时随地看视频慕课网APP
我要回答