今天我打开了电脑,在 /var/log/apt/history.log 中我可以看到
Start-Date: 2020-07-27 09:08:26
Commandline: apt -y purge apache2
Purge: apache2:amd64 (2.4.29-1ubuntu4.13)
End-Date: 2020-07-27 09:08:32
我有 phpmyadmin 和其他依赖 apache2 的东西,为什么每次我重启电脑时 ubuntu 都会删除 apache2 ?我已经删除了 nginx 以避免删除apt autoremove
apache2
也不起作用
apt install apache2
apt-mark manual apache2
apache2 was already set to manually installed.
回复我自己:
apt-mark manual apache2
似乎有帮助