Hmm, okay let's see:
and for libreoffice alone I get
Then I tried adding the unmet depencies from above but now libreoffice-core seens to still be an issue:
Code:
$ apt-get --simulate install libreoffice libreoffice-core libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw libreoffice-math libreoffice-base libexttextcat0 NOTE: This is only a simulation! apt-get needs root privileges for real execution. Also keep in mind that locking is deactivated, so don't depend on the relevance to the real current situation! 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 resolve the situation: The following packages have unmet dependencies: libreoffice : Depends: libreoffice-filter-mobiledev but it is not going to be installed Depends: libreoffice-java-common (>= 1:3.5.4~) but it is not going to be installed libreoffice-base : Depends: libreoffice-java-common (>= 1:3.5.4~) but it is not going to be installed libreoffice-core : Depends: libreoffice-common (> 1:3.5.4) but it is not going to be installed E: Unable to correct problems, you have held broken packages.
Code:
The following packages have unmet dependencies: libreoffice : Depends: libreoffice-core (= 1:3.5.4-0ubuntu1.1) but it is not going to be installed Depends: libreoffice-writer but it is not going to be installed Depends: libreoffice-calc but it is not going to be installed Depends: libreoffice-impress but it is not going to be installed Depends: libreoffice-draw but it is not going to be installed Depends: libreoffice-math but it is not going to be installed Depends: libreoffice-base but it is not going to be installed Depends: libreoffice-filter-mobiledev but it is not going to be installed Depends: libreoffice-java-common (>= 1:3.5.4~) but it is not going to be installed Recommends: libreoffice-gnome but it is not going to be installed or libreoffice-kde but it is not going to be installed
Code:
$ apt-get --simulate install libreoffice libreoffice-core libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw libreoffice-math libreoffice-base libexttextcat0 libreoffice-filter-mobiledev libreoffice-java-common libreoffice-java-common libreoffice-common NOTE: This is only a simulation! apt-get needs root privileges for real execution. Also keep in mind that locking is deactivated, so don't depend on the relevance to the real current situation! Reading package lists... Done Building dependency tree Reading state information... Done libreoffice-java-common is already the newest version. libreoffice-java-common set to manually installed. libreoffice-filter-mobiledev is already the newest version. libreoffice-common is already the newest version. 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 resolve the situation: The following packages have unmet dependencies: libreoffice-common : Breaks: libreoffice-core (< 1:3.6~) but 1:3.5.4-0ubuntu1.1 is to be installed E: Unable to correct problems, you have held broken packages.
Comment