Server setup not working due to openjdk issue
Closed this issue · 1 comments
tim-we commented
Currently setting up a new server does not work properly because running sudo apt install openjdk-17-jre
fails du to an error with the ca-certificates-java
package.
Workaround: Run dpkg --force-depends --configure ca-certificates-java
(Source)
Bug: https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/2012191
This is not something we can fix unfortunately, this issue should just document the workaround. Should be closed once installing openjdk is working again.
(Tested on Debian 12)
tim-we commented
Seems to be working now (Debian 12)