Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
26.0.1
-
None
-
Security Level: Default (Default Security Scheme)
-
Horizon 2020 - July 22, Horizon 2020 - August 5
Description
When I try to install OpenNMS Horizon on Ubuntu, I get a dependency error. Here is what I did:
Add repository and key:
cat << EOF | sudo tee /etc/apt/sources.list.d/opennms.list deb https://debian.opennms.org stable main deb-src https://debian.opennms.org stable main EOF wget -O - https://debian.opennms.org/OPENNMS-GPG-KEY | apt-key add - apt update
Try to install opennms meta package:
root@ubuntu-2004:~# apt -y install opennms Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: opennms : Depends: opennms-server (= 26.0.1-1) but it is not going to be installed Depends: opennms-webapp-jetty (= 26.0.1-1) but it is not going to be installed Recommends: opennms-source (= 26.0.1-1) but it is not going to be installed E: Unable to correct problems, you have held broken packages.