Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Try to install install JRRD from stable repository and got the following error message:
root@default-ubuntu-1404:~# apt-get install jrrd
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
jrrd : Depends: librrd4 (>= 1.3.0) but it is not going to be installed
libopennms-java : Depends: oracle-java8-installer but it is not going to be installed or
openjdk-8-jre but it is not installable or
java8-runtime or
java8-runtime-headless
libopennmsdeps-java : Depends: oracle-java8-installer but it is not going to be installed or
openjdk-8-jre but it is not installable or
java8-runtime or
java8-runtime-headless
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
If you install manually oracle 8 first with apt-get install oracle-java8-jre it works.
Try to install install JRRD from stable repository and got the following error message:
root@default-ubuntu-1404:~# apt-get install jrrd Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: jrrd : Depends: librrd4 (>= 1.3.0) but it is not going to be installed libopennms-java : Depends: oracle-java8-installer but it is not going to be installed or openjdk-8-jre but it is not installable or java8-runtime or java8-runtime-headless libopennmsdeps-java : Depends: oracle-java8-installer but it is not going to be installed or openjdk-8-jre but it is not installable or java8-runtime or java8-runtime-headless E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
If you install manually oracle 8 first with
apt-get install oracle-java8-jre
it works.