ca-certificates-java fails to install
- by Jonas
I use a VPS with Ubuntu Server 10.10. I want to use Jetty and run the command sudo apt-get install jetty 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 update and sudo apt-get upgrade but I get the same errors after that.
I have also installed Ubuntu Server x64 on a VirtualBox, but the two Ubuntu Server 10.10 has different kernel versions (2.6.35 on VirtualBox and 2.6.18 on my VPS). And on VirtualBox I can install Jetty without any problems.