apt-get install apache2
got error:
sub-process /usr/bin/dpkg returned an error code (1) ubuntu apache2Solution: do these first:
apt-get remove --purge apache2
apt-get install -f
apt-get autoremove
umount /var/log/apache2
umount /var/www
apt-get install apache2
No comments:
Post a Comment