0
votes
0answers
33 views

dpkg --configure -a not working

When I try to execute dpkg --configure -a I get this message: Setting up jre (1.7.021-1) ... Error: unpack200 - command could not be found. Please refer to the Troubleshooting section of ...
1
vote
1answer
27 views

Checking version of package without installing

I am undecided about whether to install the default-jdk java development package or the tarball from sun. How do I check the version information in the default-jdk or other package without actually ...
0
votes
2answers
309 views

Openfire 3.8.0 cannot find JRE 7

I've installed the official Oracle Java on my Ubuntu machine. For that I did the following: Download the latest JRE for x64 (.tar.gz) Unpacked this archive on my Windows machine Uploaded the folder ...
0
votes
1answer
152 views

java2-runtime virtual package not considered installed by dpkg/apt-get

Did a fresh install of Quetzal Server, installed all updates. Installed default-jre-headless which pulled in OpenJDK 7 JRE without any X11-related packages. So far so good. Now I try to install ...
0
votes
2answers
332 views

Problem by installing Java

Yesterday night I was trying to download Java as per instructions given on http://developer.android.com/ .But I messed up somewhere and had to give up the thing. But since morning when ever I try to ...
0
votes
1answer
317 views

How to completely remove other versions of Java on 11.10?

I have been trying to install Java on my dedicated server. I have partially installed multiple versions of Java and now cannot un-install them as they all have dependencies. Whenever I try and ...
1
vote
2answers
221 views

Dpkg error when trying to uninstall java

I have been trying to uninstall jre6 but I keep getting the error dpkg: warning: there's no installed package matching sun-java6-jre:amd64 I've tried sudo apt-get --purge remove sun-java6\* vim and ...
5
votes
3answers
5k views

How to remove a half-installed package? (Sun JDK - Java)

I've tried installing Sun JDK from sudo add-apt-repository ppa:eugenesan/java, it failed with the following: Downloading... --2012-05-05 15:50:09-- ...
1
vote
2answers
1k views

How to install gcj? [closed]

It seems I need to install gcc but:
7
votes
1answer
324 views

Cloud server stuck on dpkg --configure -a

I have an amazon micro instance which runs one or two things for me. The config is minimal, it mainly acts as a host for a java application and couchdb. I tried to install curl today and got this ...