qtjambi-java and tzdata-java fail to install in 8.04 because of unmet dependencies

Asked by Albert Cardona

Has anybody successfully installed qtjambi-java from the repositories?

My system: ubuntu 8.04 32-bit.

This is what I get:

$ sudo apt-get install libqtjambi-java libqtjambi-dev libqtjambi-jni tzdata-java openjdk-6-jre
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  tzdata-java: Depends: tzdata (= 2008b-1ubuntu1) but 2008h-0ubuntu0.8.04.1 is to be installed
E: Broken packages

Help appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Albert Cardona
Solved:
Last query:
Last reply:
Revision history for this message
Albert Cardona (cardona) said :
#1

Actually, I have found the solution!

Just add 'universe' to your /etc/apt/sources.list for hard-updates

... then apt-get install will work.