please i tried to install apache2 in my ubuntu 20.04 via the command "sudo apt-get install apache2" but it failed and came back with this error
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
apache2 : Depends: apache2-bin (= 2.4.41-4ubuntu3.12) but it is not going to be installed
Depends: apache2-data (= 2.4.41-4ubuntu3.12) but it is not going to be installed
Depends: apache2-utils (= 2.4.41-4ubuntu3.12)
mongodb-enterprise-database : Depends: mongodb-enterprise-server but it is not going to be installed
Depends: mongodb-enterprise-mongos but it is not going to be installed
mongodb-enterprise-tools : Depends: mongodb-database-tools but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Please how can i fix this error