ca-certificates-java fails when trying to install openjdk-6-jre
- by Jonas
I use a VPS with Ubuntu Server 10.10 x64. I want to use Java and run the command sudo apt-get install openjdk-6-jre but it fails because the installation encounted errors while processing ca-certificates-java.
I have tried to install the failed package with:
sudo apt-get install ca-certificates-java
How can I solve this?
I have run sudo apt-get…