devall@giga:~$ sudo apt-get install php7.1 Reading package lists... DoneBuilding dependency tree Reading state information... DoneE: Unable to locate package php7.1E: 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/phpsudo apt-get update重新安裝了兩次烏班圖。仍然是相同的錯誤。#help
1 回答

四季花海
TA貢獻1811條經(jīng)驗 獲得超5個贊
嘗試software-properties-common
sudo apt install software-properties-common
sudo add-apt-repository ppa:ondrej/php
sudo apt update
sudo apt search php7
sudo apt install php7.1
php -v
- 1 回答
- 0 關(guān)注
- 334 瀏覽
添加回答
舉報
0/150
提交
取消