currently I want to update my old php 5.6 application in ubuntu xenial 16.04.6 with php5.6-zip extension.
sudo apt-get install php5.6-zip
E: Unable to locate package php5.6-zip
E: Couldn't find any package by glob 'php5.6-zip'
E: Couldn't find any package by regex 'php5.6-zip'
tried to add the ppa repository sudo add-apt-repository -y ppa:ondrej/php5-5.6
The user named '~ondrej' has no PPA named 'ubuntu/php5-5.6'
Then tried to run sudo add-apt-repository -y ppa:ondrej/php
and
sudo apt-get install php5.6-zip
still got the unable to locate package php5.6-zip error. Btw there is no php5.6-zip from apt-cache policy php5.6
command. Does anyone have solution regarding this problem? your help would be much appreciated. Thank you