H
H
HellWalk2018-07-06 09:53:14
PHP
HellWalk, 2018-07-06 09:53:14

Why doesn't install PHP7.1-FPM?

There was a problem out of the blue - php7.1-fpm is not installed on Ubuntu:

sudo apt-get install php7.1-fpm
Reading package lists... Done
Building dependency tree
Reading status information... Done
E: Failed to find package php7.1-fpm
E: Failed to find package using glob "php7.1-fpm »
E: Could not find package using regex "php7.1-fpm"

sudo apt-get install php7.1
Reading package lists... Done
Building dependency tree
Reading status information... Done
E: Failed to find package php7.1
E: Failed to find package using glob "php7.1"
E: Failed to find package using regex "php7.1"

What could be the reason? Any php7.1 installation guides suggest exactly these commands. "sudo apt-get update" of course did.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maksim Fedorov, 2018-07-06
@HellWalk

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

and put

R
Rsa97, 2018-07-06
@Rsa97

Does such a package even exist for your version of Ubuntu?
apt-cache search "^php"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question