Hello! I have recently run into a problem while trying to install OpenOffice.org 3.0 on a frineds ubuntu 8.04 system. it seams there are some unmet dependencies as the result of a 'sudo apt-get install openoffice.org' gets the following message:
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.
Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation:
The following packages have unmet dependencies: openoffice.org: Depends: openoffice.org-core (= 1:3.0.0-6ubuntu0intrepid1) but it is not going to be installed Depends: openoffice.org-writer but it is not going to be installed Depends: openoffice.org-calc but it is not going to be installed Depends: openoffice.org-impress but it is not going to be installed Depends: openoffice.org-draw but it is not going to be installed Depends: openoffice.org-math but it is not going to be installed Depends: openoffice.org-base but it is not going to be installed Depends: openoffice.org-report-builder-bin but it is not going to be installed Depends: openoffice.org-officebean but it is not going to be installed Depends: openoffice.org-writer2latex but it is not going to be installed Depends: openoffice.org-filter-mobiledev but it is not going to be installed Depends: liblucene2-java (>= 2.3.2) but 2.2.0-2ubuntu2 is to be installed Depends: openoffice.org-java-common (> 2.2.0-4) but it is not going to be installed E: Broken packages tyler@tyler-laptop:~$ sudo apt-get install liblucene2-java Reading package lists... Done Building dependency tree Reading state information... Done liblucene2-java is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have tried installing / uninstalling some of these dependencies, but thus far have not had any success.
Short of reinstalling Ubuntu is there any thing that I could try to solve this problem?