Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install deb package on systems with a headless jre #270

Closed
theHilikus opened this issue Jan 13, 2022 · 1 comment
Closed

Can't install deb package on systems with a headless jre #270

theHilikus opened this issue Jan 13, 2022 · 1 comment

Comments

@theHilikus
Copy link

Expected behavior

Installation of deb package succeeds since java is present in the system

Actual behavior

$ sudo apt install mqtt-cli

The following packages have unmet dependencies:
 mqtt-cli : Depends: default-jre but it is not installable or
                     java8-runtime but it is not installable

To Reproduce

Steps

  • Install a headless package like openjdk-8-jre-headless
  • Try to install mqtt

Details

  • Affected MQTT CLI version(s): 4.7.3
  • Used JVM version: openjdk-8-jre-headless 8u292-b10-0ubuntu1~16.04.1
@theHilikus
Copy link
Author

theHilikus commented Jan 13, 2022

It seems to me the change is trivial so I went ahead and did the PR #271

This is the only occurrence I could find of the string java8-runtime

@gitseti gitseti closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants