kumar3314
August 23rd, 2021, 04:40 PM
Hello All,
We are trying to install php5.6-fpm on Ubuntu 16.04 server but we unable to install. We are following the below steps to install.
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php5.6
Error while installing:-
$apt-get install php5.6-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php5.6-fpm
E: Couldn't find any package by glob 'php5.6-fpm'
E: Couldn't find any package by regex 'php5.6-fpm'
Can someone help me with the possible solution to install php 5.6-fpm
We are trying to install php5.6-fpm on Ubuntu 16.04 server but we unable to install. We are following the below steps to install.
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php5.6
Error while installing:-
$apt-get install php5.6-fpm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package php5.6-fpm
E: Couldn't find any package by glob 'php5.6-fpm'
E: Couldn't find any package by regex 'php5.6-fpm'
Can someone help me with the possible solution to install php 5.6-fpm