How can I install other applications after a failed installation using apt-get?
Posted
by
Jonas
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Jonas
Published on 2011-03-04T14:24:30Z
Indexed on
2011/03/04
15:33 UTC
Read the original article
Hit count: 419
I have a VPS with Ubuntu Server 10.10 x64.
I tried to install Java using apt-get install openjdk-6-jre
but that fails, see ca-certificates-java fails to install.
Now I would like to install PHP with sudo apt-get install nginx php5-fpm php-apc php5-pgsql php5-suhosin
but that also fails, with the same error message as I had with Java. Why is that? How can I install other applications now after the installation of Java has failed?
© Ask Ubuntu or respective owner