Hello Sergey,

Have you tried removing the package entirely:

$ sudo apt-get remove --purge apache2

$ sudo apt-get --purge autoremove

removing the cache:

$ sudo rm /var/cache/apt/archives/*apache2*

making sure to have -updates repository:

# /etc/apt/sources.list

deb http://us.archive.ubuntu.com/ubuntu eoan main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu eoan main restricted universe 
multiverse
deb http://us.archive.ubuntu.com/ubuntu eoan-updates main restricted universe 
multiverse
deb-src http://us.archive.ubuntu.com/ubuntu eoan-updates main restricted 
universe multiverse
deb http://us.archive.ubuntu.com/ubuntu eoan-proposed main restricted universe 
multiverse
deb-src http://us.archive.ubuntu.com/ubuntu eoan-proposed main restricted 
universe multiverse

updating:

$ sudo apt-get update

and installing latest version ?

$ sudo apt-get install apache2

I could not reproduce this issue in Eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1869957

Title:
  package php7.3-common 7.3.11-0ubuntu0.19.10.3 failed to
  install/upgrade: installed php7.3-common package post-installation
  script subprocess returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1869957/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to