Tagged Questions
0
votes
0answers
7 views
Can not install 4shared desktop
I have been going to install 4shared desktop. When I opened 4shared desktop .deb file by Software Ubuntu Center, it required openjdk-6-jre, but it can not install openjdk-6-jre. When i marked ...
0
votes
0answers
15 views
Problems with Update Manager and public keys [duplicate]
Possible Duplicate:
How do I fix the GPG error “NO_PUBKEY”?
I am trying to use sudo apt-get update, but I get the following error message:
W: GPG error: "http://dl.google.com" stable ...
0
votes
1answer
1k views
Installing Oracle JDK, and repairing apt-get
I installed OpenJDK as soon as I installed the OS.
Then I downloaded IntelliJ IDEA and tried running it. It displayed a warning that IDEA has known graphics issues with OpenJDK and that I should ...
2
votes
1answer
3k views
openjdk-7-jre on Ubuntu 10.10
As mentioned here, by running this commande you shoud have the JRE of J7.
$ sudo apt-get install openjdk-7-jre
But i cant always find the package in the officiel reposory of ubuntu even after ...
0
votes
2answers
774 views
sudo apt-get install returns a 404 error but ping returns packets. Is it a problem with my network configurations?
I'm trying to install openjdk on an Ubuntu 11.04 VM in a Mac. However, I'm running into 404 errors on the command line which I can't diagnose why.
sudo apt-get install openjdk-6-jre-headless
...
Err ...
0
votes
3answers
305 views
I cannot install Java. It locks
Here is where it locks-up:
Setting up openjdk-6-jre-headless (6b20-1.9.7-0ubuntu1) ...
Even control-c does not stop it. I have to close the ssh session by closing the terminal.
I have tried two ...
1
vote
2answers
1k views
How can I install other applications after a failed installation using apt-get?
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 ...