Comment 2 for bug 1869957

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

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