Hello,
This is on Ubuntu 20.04 LTS. Also running latest Virtualmin/Webmin
For some reason, Virtualmin setup also installed apache-docs. As this gets flagged by pen testing, I want to remove them. However, I am a bit concerned if I do as there is another package it relates on that will also be removed, which is virtualmin-lamp-stack.
Running…
sudo apt remove apache2-doc
Give the following response…
The following packages will be REMOVED:
apache2-doc virtualmin-lamp-stack
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
I do not want to remove virtualmin or any other packages, just apache-docs.
Also, if you disable apache-docs, the next time the apache packages get updated, it re-enables apache-docs. Which is frustrating. Why does virtualmin-lamp-stack depend on apache2-doc?
-
If I rely on virtualmin, will removing " virtualmin-lamp-stack" remove Virtualmin or the LAMP stack packages?
-
Why do apache updates re-enable apache-docs? (disabled with ‘sudo a2disconf apache2-doc’)