Unable to install libapache2-mod-php5.6 on Ubuntu Xenial 16.04How can I downgrade from PHP 7 to PHP 5.6 on...
Airplane generations - how does it work?
Play Zip, Zap, Zop
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
What is the difference between rolling more dice versus fewer dice?
What will happen if Parliament votes "no" on each of the Brexit-related votes to be held on the 12th, 13th and 14th of March?
TikZ graph edges not drawn nicely
Is the child responsible for the Parent PLUS Loan when the parent has passed away?
Why does magnet wire need to be insulated?
Plausible reason for gold-digging ant
What is the difference between "...", '...', $'...', and $"..." quotes?
What game did these black and yellow dice come from?
Why are all my replica super soldiers young adults or old teenagers?
Strange "DuckDuckGo dork" takes me to random website
Has any human ever had the choice to leave Earth permanently?
How can I play a serial killer in a party of good PCs?
A Missing Symbol for This Logo
In Linux what happens if 1000 files in a directory are moved to another location while another 300 files were added to the source directory?
What happens when the wearer of a Shield of Missile Attraction is behind total cover?
Does diversity provide anything that meritocracy does not?
Macro expansion inside href
Short story where statues have their heads replaced by those of carved insect heads
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Which communication protocol is used in AdLib sound card?
Citing paid articles from illegal web sharing
Unable to install libapache2-mod-php5.6 on Ubuntu Xenial 16.04
How can I downgrade from PHP 7 to PHP 5.6 on Ubuntu 16.04?Can't install php5 on Ubuntu 16.04unable to install libapache2-mod-php5 5.3+ on ubuntu 16.04Why do apache2 upgrades remove and not re-install libapache2-mod-php5?mod_lua is missing in 14.04?apache broke after upgradingTrouble installing PHP5 modulespdo_mysql removed on updating to 16.04Enabling threadsafe php7.0.8 with Apache2.4.18 and Ubuntu 16.04.3 (desktop) for LAMPUbuntu Xenial 16.04 libapache2-mod-php5.6 NO PPASome basic questions about installing PHP on ubuntuPHP in LAMP first display in plain text, now it can't find file, nothing helpsphp not working within apache2
I'm trying to install PHP5.6 on Ubuntu 16 and am following these guides:
- How can I downgrade from PHP 7 to PHP 5.6 on Ubuntu 16.04?
- Can't install php5 on Ubuntu 16.04
- https://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu
I ran the following steps:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/apache2
sudo apt-get update
sudo apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
However I'm getting stuck at:
apt-get install libapache2-mod-php5.6
This package is supposed to install the files /etc/apache2/mods-available/php5.6.*, but the installer isn't working
dpkg -L libapache2-mod-php5.6
/.
/etc
/etc/php
/etc/php/5.6
/etc/php/5.6/apache2
/etc/php/5.6/apache2/conf.d
/etc/apache2
/etc/apache2/mods-available
/etc/apache2/mods-available/php5.6.load
/etc/apache2/mods-available/php5.6.conf
/usr
/usr/lib
/usr/lib/php
/usr/lib/php/5.6
/usr/lib/php/5.6/sapi
/usr/lib/php/5.6/sapi/apache2
/usr/lib/apache2
/usr/lib/apache2/modules
/usr/lib/apache2/modules/libphp5.6.so
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libapache2-mod-php5.6
/usr/share/doc
/usr/share/bug
/usr/share/bug/libapache2-mod-php5.6
/usr/share/bug/libapache2-mod-php5.6/script
/usr/share/bug/libapache2-mod-php5.6/control
/usr/share/doc/libapache2-mod-php5.6
When I try to install it, it fails:
apt-get install libapache2-mod-php5.6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up libapache2-mod-php5.6 (5.6.40-1+ubuntu16.04.1+deb.sury.org+1) ...
Not replacing deleted config file /etc/php/5.6/apache2/php.ini
dpkg: error processing package libapache2-mod-php5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
libapache2-mod-php5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)
I changed /var/lib/dpkg/info/libapache2-mod-php5.6.postinst to be
set -x
To view all errors, and it is not installing because
+ a2enmod -m -q php5.6
+ return 1
+ exit 1
The command a2enmod php5.6 is failing because the files at /etc/apache2/mods-available/php5.6.* are missing.
Here's what I get when I try to run the command again:
apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-pear is already the newest version (1:1.10.8+submodules+notgz-1+ubuntu16.04.1+deb.sury.org+1).
php-gettext is already the newest version (1.0.11-2+deb.sury.org~xenial+1).
libapache2-mod-php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php-mbstring is already the newest version (2:7.2+69+ubuntu16.04.1+deb.sury.org+1).
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-curl is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-gd is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mysql is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php-xdebug is already the newest version (2.7.0~rc2+2.6.1+2.5.5-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mcrypt is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xmlrpc is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mbstring is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xml is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php7.0-mbstring is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
The libapache2-mod-php5.6 is the one that's not fully installed
Anyone know how I can debug this further? Thanks!
apache2 php
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm trying to install PHP5.6 on Ubuntu 16 and am following these guides:
- How can I downgrade from PHP 7 to PHP 5.6 on Ubuntu 16.04?
- Can't install php5 on Ubuntu 16.04
- https://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu
I ran the following steps:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/apache2
sudo apt-get update
sudo apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
However I'm getting stuck at:
apt-get install libapache2-mod-php5.6
This package is supposed to install the files /etc/apache2/mods-available/php5.6.*, but the installer isn't working
dpkg -L libapache2-mod-php5.6
/.
/etc
/etc/php
/etc/php/5.6
/etc/php/5.6/apache2
/etc/php/5.6/apache2/conf.d
/etc/apache2
/etc/apache2/mods-available
/etc/apache2/mods-available/php5.6.load
/etc/apache2/mods-available/php5.6.conf
/usr
/usr/lib
/usr/lib/php
/usr/lib/php/5.6
/usr/lib/php/5.6/sapi
/usr/lib/php/5.6/sapi/apache2
/usr/lib/apache2
/usr/lib/apache2/modules
/usr/lib/apache2/modules/libphp5.6.so
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libapache2-mod-php5.6
/usr/share/doc
/usr/share/bug
/usr/share/bug/libapache2-mod-php5.6
/usr/share/bug/libapache2-mod-php5.6/script
/usr/share/bug/libapache2-mod-php5.6/control
/usr/share/doc/libapache2-mod-php5.6
When I try to install it, it fails:
apt-get install libapache2-mod-php5.6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up libapache2-mod-php5.6 (5.6.40-1+ubuntu16.04.1+deb.sury.org+1) ...
Not replacing deleted config file /etc/php/5.6/apache2/php.ini
dpkg: error processing package libapache2-mod-php5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
libapache2-mod-php5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)
I changed /var/lib/dpkg/info/libapache2-mod-php5.6.postinst to be
set -x
To view all errors, and it is not installing because
+ a2enmod -m -q php5.6
+ return 1
+ exit 1
The command a2enmod php5.6 is failing because the files at /etc/apache2/mods-available/php5.6.* are missing.
Here's what I get when I try to run the command again:
apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-pear is already the newest version (1:1.10.8+submodules+notgz-1+ubuntu16.04.1+deb.sury.org+1).
php-gettext is already the newest version (1.0.11-2+deb.sury.org~xenial+1).
libapache2-mod-php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php-mbstring is already the newest version (2:7.2+69+ubuntu16.04.1+deb.sury.org+1).
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-curl is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-gd is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mysql is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php-xdebug is already the newest version (2.7.0~rc2+2.6.1+2.5.5-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mcrypt is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xmlrpc is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mbstring is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xml is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php7.0-mbstring is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
The libapache2-mod-php5.6 is the one that's not fully installed
Anyone know how I can debug this further? Thanks!
apache2 php
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm trying to install PHP5.6 on Ubuntu 16 and am following these guides:
- How can I downgrade from PHP 7 to PHP 5.6 on Ubuntu 16.04?
- Can't install php5 on Ubuntu 16.04
- https://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu
I ran the following steps:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/apache2
sudo apt-get update
sudo apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
However I'm getting stuck at:
apt-get install libapache2-mod-php5.6
This package is supposed to install the files /etc/apache2/mods-available/php5.6.*, but the installer isn't working
dpkg -L libapache2-mod-php5.6
/.
/etc
/etc/php
/etc/php/5.6
/etc/php/5.6/apache2
/etc/php/5.6/apache2/conf.d
/etc/apache2
/etc/apache2/mods-available
/etc/apache2/mods-available/php5.6.load
/etc/apache2/mods-available/php5.6.conf
/usr
/usr/lib
/usr/lib/php
/usr/lib/php/5.6
/usr/lib/php/5.6/sapi
/usr/lib/php/5.6/sapi/apache2
/usr/lib/apache2
/usr/lib/apache2/modules
/usr/lib/apache2/modules/libphp5.6.so
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libapache2-mod-php5.6
/usr/share/doc
/usr/share/bug
/usr/share/bug/libapache2-mod-php5.6
/usr/share/bug/libapache2-mod-php5.6/script
/usr/share/bug/libapache2-mod-php5.6/control
/usr/share/doc/libapache2-mod-php5.6
When I try to install it, it fails:
apt-get install libapache2-mod-php5.6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up libapache2-mod-php5.6 (5.6.40-1+ubuntu16.04.1+deb.sury.org+1) ...
Not replacing deleted config file /etc/php/5.6/apache2/php.ini
dpkg: error processing package libapache2-mod-php5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
libapache2-mod-php5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)
I changed /var/lib/dpkg/info/libapache2-mod-php5.6.postinst to be
set -x
To view all errors, and it is not installing because
+ a2enmod -m -q php5.6
+ return 1
+ exit 1
The command a2enmod php5.6 is failing because the files at /etc/apache2/mods-available/php5.6.* are missing.
Here's what I get when I try to run the command again:
apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-pear is already the newest version (1:1.10.8+submodules+notgz-1+ubuntu16.04.1+deb.sury.org+1).
php-gettext is already the newest version (1.0.11-2+deb.sury.org~xenial+1).
libapache2-mod-php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php-mbstring is already the newest version (2:7.2+69+ubuntu16.04.1+deb.sury.org+1).
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-curl is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-gd is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mysql is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php-xdebug is already the newest version (2.7.0~rc2+2.6.1+2.5.5-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mcrypt is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xmlrpc is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mbstring is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xml is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php7.0-mbstring is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
The libapache2-mod-php5.6 is the one that's not fully installed
Anyone know how I can debug this further? Thanks!
apache2 php
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to install PHP5.6 on Ubuntu 16 and am following these guides:
- How can I downgrade from PHP 7 to PHP 5.6 on Ubuntu 16.04?
- Can't install php5 on Ubuntu 16.04
- https://lornajane.net/posts/2016/php-7-0-and-5-6-on-ubuntu
I ran the following steps:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:ondrej/apache2
sudo apt-get update
sudo apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
However I'm getting stuck at:
apt-get install libapache2-mod-php5.6
This package is supposed to install the files /etc/apache2/mods-available/php5.6.*, but the installer isn't working
dpkg -L libapache2-mod-php5.6
/.
/etc
/etc/php
/etc/php/5.6
/etc/php/5.6/apache2
/etc/php/5.6/apache2/conf.d
/etc/apache2
/etc/apache2/mods-available
/etc/apache2/mods-available/php5.6.load
/etc/apache2/mods-available/php5.6.conf
/usr
/usr/lib
/usr/lib/php
/usr/lib/php/5.6
/usr/lib/php/5.6/sapi
/usr/lib/php/5.6/sapi/apache2
/usr/lib/apache2
/usr/lib/apache2/modules
/usr/lib/apache2/modules/libphp5.6.so
/usr/share
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/libapache2-mod-php5.6
/usr/share/doc
/usr/share/bug
/usr/share/bug/libapache2-mod-php5.6
/usr/share/bug/libapache2-mod-php5.6/script
/usr/share/bug/libapache2-mod-php5.6/control
/usr/share/doc/libapache2-mod-php5.6
When I try to install it, it fails:
apt-get install libapache2-mod-php5.6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up libapache2-mod-php5.6 (5.6.40-1+ubuntu16.04.1+deb.sury.org+1) ...
Not replacing deleted config file /etc/php/5.6/apache2/php.ini
dpkg: error processing package libapache2-mod-php5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
libapache2-mod-php5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)
I changed /var/lib/dpkg/info/libapache2-mod-php5.6.postinst to be
set -x
To view all errors, and it is not installing because
+ a2enmod -m -q php5.6
+ return 1
+ exit 1
The command a2enmod php5.6 is failing because the files at /etc/apache2/mods-available/php5.6.* are missing.
Here's what I get when I try to run the command again:
apt-get install php7.0 php5.6 php5.6-mysql php-gettext php5.6-mbstring php-mbstring php7.0-mbstring php-xdebug php5.6-mcrypt php5.6-mysql php5.6-curl php5.6-gd php5.6-xml php5.6-xmlrpc libapache2-mod-php5.6 libapache2-mod-php7.0 php-pear
Reading package lists... Done
Building dependency tree
Reading state information... Done
php-pear is already the newest version (1:1.10.8+submodules+notgz-1+ubuntu16.04.1+deb.sury.org+1).
php-gettext is already the newest version (1.0.11-2+deb.sury.org~xenial+1).
libapache2-mod-php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php7.0 is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
php-mbstring is already the newest version (2:7.2+69+ubuntu16.04.1+deb.sury.org+1).
libapache2-mod-php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6 is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-curl is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-gd is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mysql is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php-xdebug is already the newest version (2.7.0~rc2+2.6.1+2.5.5-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mcrypt is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xmlrpc is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-mbstring is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php5.6-xml is already the newest version (5.6.40-1+ubuntu16.04.1+deb.sury.org+1).
php7.0-mbstring is already the newest version (7.0.33-1+ubuntu16.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 482 not upgraded.
1 not fully installed or removed.
The libapache2-mod-php5.6 is the one that's not fully installed
Anyone know how I can debug this further? Thanks!
apache2 php
apache2 php
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 mins ago
Katie SKatie S
1012
1012
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Katie S is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Katie S is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121552%2funable-to-install-libapache2-mod-php5-6-on-ubuntu-xenial-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Katie S is a new contributor. Be nice, and check out our Code of Conduct.
Katie S is a new contributor. Be nice, and check out our Code of Conduct.
Katie S is a new contributor. Be nice, and check out our Code of Conduct.
Katie S is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121552%2funable-to-install-libapache2-mod-php5-6-on-ubuntu-xenial-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown