Announcement

Collapse
No announcement yet.

Can't launch libre office anymore

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    Originally posted by SteveRiley View Post
    The version of libexttextcat-data in Precise is 3.2.0-1ubuntu1. Something in your package collection wants to install a newer version, but from where I'm not sure.

    Please show the output of these two commands:
    Code:
    apt-cache policy libexttextcat0
    
    apt-cache policy libexttextcat-data
    I have a hunch that you might need to actually uninstall all of LibreOffice, including the libexttextcat stuff, and then perform a clean re-install. But let's see those outputs first.

    -------

    Edited to add: a similar bug has been reported at Launchpad and Freedesktop.org.
    Sorry for the delay. Please see below:
    Code:
    $ apt-cache policy libexttextcat0
    libexttextcat0:
      Installed: (none)
      Candidate: 3.2.0-1ubuntu1
      Version table:
         3.2.0-1ubuntu1 0
            500 http://ca.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
            100 /var/lib/dpkg/status
    reg@regDesktopHome:~$ apt-cache policy libexttextcat-data
    libexttextcat-data:
      Installed: 3.3.1-2~precise1
      Candidate: 3.3.1-2~precise1
      Version table:
     *** 3.3.1-2~precise1 0
            100 /var/lib/dpkg/status
         3.2.0-1ubuntu1 0
            500 http://ca.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
    Thanks for continued assistance!
    Last edited by reggler; Oct 02, 2012, 10:34 PM.
    roN

    http://www.inetgate.biz

    Comment


      #32
      Ah hah! I believe we've found the culprit. First, get rid of that errant libexttextcat-data:
      Code:
      sudo dpkg --force-depends --purge libexttextcat-data
      Now perform a "simulation run" of just the core of Libre Office. This will tell us whether any problems remain.
      Code:
      apt-get --simulate install libreoffice-core | tee results.txt
      You don't need a sudo for simulations. apt-get will read the packages and output everything that will happen in a real install. The command above pipes the output through the tee utility, which allows you to simultaneously see the output of something and capture that output to a file. In the case above, the file name is results.txt. Open that file in Kate and copy-paste the contents to a reply here. Once I see that, we can figure whether anything else needs to be done before you perform a reall install.
      Last edited by SteveRiley; Oct 02, 2012, 10:52 PM.

      Comment


        #33
        Seems like there's still some other problems remaining:
        Code:
        $ apt-get --simulate install libreoffice-core | tee results.txt
        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...
        Building dependency tree...
        Reading state information...
        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-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.
        results.txt
        Code:
        $ cat results.txt 
        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...
        Building dependency tree...
        Reading state information...
        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-core : Depends: libreoffice-common (> 1:3.5.4) but it is not going to be installed
        roN

        http://www.inetgate.biz

        Comment


          #34
          Hi reggler, I posted a solution for you. Have you tried it? Just making sure you haven't missed my post as it's actually really easy to fix if it's the same thing.

          Comment


            #35
            I am still tempted by my approach of explicitly adding the packages it says aren't going to be installed.

            Since you have
            Code:
            $ apt-get --simulate install libreoffice-core
            ...
             libreoffice-core : Depends: libreoffice-common (> 1:3.5.4) but it is not going to be installed
            try this
            Code:
            apt-get --simulate install libreoffice-core libreoffice-common
            at the least to get it to tell us why libreoffice-common is not going to be installed.

            Then rinse and repeat - add the next package it says it won't install.
            I'd rather be locked out than locked in.

            Comment


              #36
              aptitude why-not package-name can also be useful for that.

              Comment


                #37
                Originally posted by GirlOnTop View Post
                Hi reggler, I posted a solution for you. Have you tried it? Just making sure you haven't missed my post as it's actually really easy to fix if it's the same thing.
                Yes but I got a little nervous after ppa-purge asked me to remove
                Code:
                The following packages will be REMOVED:
                  bluez-alsa:i386{a} glib-networking:i386{a} gstreamer0.10-fluendo-mp3:i386{a} 
                  gstreamer0.10-plugins-base:i386{a} gstreamer0.10-plugins-good:i386{a} gstreamer0.10-x:i386{a} 
                  gtk2-engines:i386{a} gtk2-engines-murrine:i386{a} gtk2-engines-oxygen:i386{a} 
                  gtk2-engines-pixbuf:i386{a} gvfs:i386{a} gvfs-libs:i386{a} ia32-libs{a} 
                  ia32-libs-multiarch:i386{a} ibus-gtk:i386{a} libaa1:i386{a} libacl1:i386{a} libaio1:i386{u} 
                  libao-common{u} libao4:i386{a} libasn1-8-heimdal:i386{a} libasound2:i386{a} 
                  libasound2-plugins:i386{a} libasyncns0:i386{a} libatk1.0-0:i386{a} libattr1:i386{a} 
                  libaudio2:i386{a} libaudiofile1:i386{a} libavahi-client3:i386{a} libavahi-common3:i386{a} 
                  libavc1394-0:i386{a} libbz2-1.0:i386{a} libc6:i386{a} libcaca0:i386{a} 
                  libcairo-gobject2:i386{a} libcairo2:i386{a} libcanberra-gtk-module:i386{a} 
                  libcanberra-gtk0:i386{a} libcanberra0:i386{a} libcap2:i386{a} libcapi20-3:i386{a} 
                  libcdparanoia0:i386{a} libcomerr2:i386{a} libcroco3:i386{a} libcups2:i386{a} 
                  libcupsimage2:i386{a} libcurl3:i386{a} libdatrie1:i386{a} libdb5.1:i386{a} 
                  libdbus-1-3:i386{a} libdbus-glib-1-2:i386{a} libdbusmenu-qt2:i386{a} libdrm-intel1:i386{a} 
                  libdrm-nouveau1a:i386{a} libdrm-radeon1:i386{a} libdrm2:i386{a} libdv4:i386{a} 
                  libelf1:i386{a} libesd0:i386{a} libexif12:i386{a} libexpat1:i386{a} libffi6:i386{a} 
                  libflac8:i386{a} libfontconfig1:i386{a} libfreetype6:i386{a} libgail-common:i386{a} 
                  libgail18:i386{a} libgcc1:i386{a} libgconf-2-4:i386{a} libgcrypt11:i386{a} libgd2-xpm:i386{a} 
                  libgdbm3:i386{a} libgdk-pixbuf2.0-0:i386{a} libgettextpo0:i386{a} libgif4:i386{a} 
                  libgl1-mesa-dri:i386{a} libgl1-mesa-glx:i386{a} libglapi-mesa:i386{a} libglib2.0-0:i386{a} 
                  libglu1-mesa:i386{a} libgnome-keyring0:i386{a} libgnutls26:i386{a} libgomp1:i386{a} 
                  libgpg-error0:i386{a} libgphoto2-2:i386{a} libgphoto2-port0:i386{a} libgpm2:i386{a} 
                  libgssapi-krb5-2:i386{a} libgssapi3-heimdal:i386{a} libgstreamer-plugins-base0.10-0:i386{a} 
                  libgstreamer0.10-0:i386{a} libgtk2.0-0:i386{a} libgudev-1.0-0:i386{a} 
                  libhcrypto4-heimdal:i386{a} libheimbase1-heimdal:i386{a} libheimntlm0-heimdal:i386{a} 
                  libhx509-5-heimdal:i386{a} libibus-1.0-0:i386{a} libice6:i386{a} libidn11:i386{a} 
                  libiec61883-0:i386{a} libieee1284-3:i386{a} libjack-jackd2-0:i386{a} libjasper1:i386{a} 
                  libjpeg-turbo8:i386{a} libjpeg8:i386{a} libjson0:i386{a} libk5crypto3:i386{a} 
                  libkeyutils1:i386{a} libkrb5-26-heimdal:i386{a} libkrb5-3:i386{a} libkrb5support0:i386{a} 
                  liblcms1:i386{a} libldap-2.4-2:i386{a} libllvm3.0:i386{a} libltdl7:i386{a} libmad0:i386{a} 
                  libmikmod2:i386{a} libmng1:i386{a} libmpg123-0:i386{a} libmysqlclient18:i386{a} 
                  libncurses5:i386{a} libncursesw5:i386{a} libnspr4:i386{a} libnss3:i386{a} libodbc1:i386{a} 
                  libogg0:i386{a} liboil0.3:i386{a} libopenal1:i386{a} liborc-0.4-0:i386{a} libosmesa6:i386{a} 
                  libp11-kit0:i386{a} libpango1.0-0:i386{a} libpciaccess0:i386{a} libpcre3:i386{a} 
                  libpixman-1-0:i386{a} libpng12-0:i386{a} libproxy1:i386{a} libpulse-mainloop-glib0:i386{a} 
                  libpulse0:i386{a} libpulsedsp:i386{a} libqt4-dbus:i386{a} libqt4-declarative:i386{a} 
                  libqt4-designer:i386{a} libqt4-network:i386{a} libqt4-opengl:i386{a} 
                  libqt4-qt3support:i386{a} libqt4-script:i386{a} libqt4-scripttools:i386{a} libqt4-sql:i386{a} 
                  libqt4-sql-mysql:i386{a} libqt4-svg:i386{a} libqt4-test:i386{a} libqt4-xml:i386{a} 
                  libqt4-xmlpatterns:i386{a} libqtcore4:i386{a} libqtgui4:i386{a} libqtwebkit4:i386{a} 
                  libraw1394-11:i386{a} libroken18-heimdal:i386{a} librsvg2-2:i386{a} librsvg2-common:i386{a} 
                  librtmp0:i386{a} libsamplerate0:i386{a} libsane:i386{a} libsasl2-2:i386{a} 
                  libsasl2-modules:i386{a} libsdl-image1.2:i386{a} libsdl-mixer1.2:i386{a} 
                  libsdl-net1.2:i386{a} libsdl-ttf2.0-0:i386{a} libsdl1.2debian:i386{a} libselinux1:i386{a} 
                  libshout3:i386{a} libslang2:i386{a} libsm6:i386{a} libsndfile1:i386{a} 
                  libsoup-gnome2.4-1:i386{a} libsoup2.4-1:i386{a} libspeex1:i386{a} libspeexdsp1:i386{a} 
                  libsqlite3-0:i386{a} libssl0.9.8:i386{a} libssl1.0.0:i386{a} libstdc++5:i386{a} 
                  libstdc++6:i386{a} libtag1-vanilla:i386{a} libtag1c2a:i386{a} libtasn1-3:i386{a} 
                  libtdb1:i386{a} libthai0:i386{a} libtheora0:i386{a} libtiff4:i386{a} libtinfo5:i386{a} 
                  libudev0:i386{a} libunistring0:i386{a} libusb-0.1-4:i386{a} libuuid1:i386{a} libv4l-0:i386{a} 
                  libv4lconvert0:i386{a} libvisual-0.4-0:i386{a} libvisual-0.4-plugins:i386{a} 
                  libvorbis0a:i386{a} libvorbisenc2:i386{a} libvorbisfile3:i386{a} libwavpack1:i386{a} 
                  libwind0-heimdal:i386{a} libwrap0:i386{a} libx11-6:i386{a} libx11-xcb1:i386{a} 
                  libxau6:i386{a} libxaw7:i386{a} libxcb-glx0:i386{a} libxcb-render0:i386{a} 
                  libxcb-shm0:i386{a} libxcb1:i386{a} libxcomposite1:i386{a} libxcursor1:i386{a} 
                  libxdamage1:i386{a} libxdmcp6:i386{a} libxext6:i386{a} libxfixes3:i386{a} libxft2:i386{a} 
                  libxi6:i386{a} libxinerama1:i386{a} libxml2:i386{a} libxmu6:i386{a} libxp6:i386{a} 
                  libxpm4:i386{a} libxrandr2:i386{a} libxrender1:i386{a} libxslt1.1:i386{a} libxss1:i386{a} 
                  libxt6:i386{a} libxtst6:i386{a} libxv1:i386{a} libxxf86vm1:i386{a} odbcinst1debian2:i386{a} 
                  skype{a} skype-bin:i386{a} sni-qt:i386{a} wine{a} wine-gecko1.6:i386{a} wine-gecko1.7:i386{a} 
                  wine1.5{a} wine1.5-amd64{a} wine1.5-i386:i386{a} xaw3dg:i386{a} zlib1g:i386{a} 
                0 packages upgraded, 6 newly installed, 9 downgraded, 249 to remove and 0 not upgraded.
                Need to get 76.5 MB of archives. After unpacking 433 MB will be freed.
                Do you want to continue? [Y/n/?]
                roN

                http://www.inetgate.biz

                Comment


                  #38
                  Originally posted by SecretCode View Post
                  I am still tempted by my approach of explicitly adding the packages it says aren't going to be installed.

                  Since you have
                  Code:
                  $ apt-get --simulate install libreoffice-core
                  ...
                   libreoffice-core : Depends: libreoffice-common (> 1:3.5.4) but it is not going to be installed
                  try this
                  Code:
                  apt-get --simulate install libreoffice-core libreoffice-common
                  at the least to get it to tell us why libreoffice-common is not going to be installed.

                  Then rinse and repeat - add the next package it says it won't install.
                  Code:
                  $ apt-get --simulate install libreoffice-core
                  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-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.
                  
                  
                  $ apt-get --simulate install libreoffice-core 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-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.
                  roN

                  http://www.inetgate.biz

                  Comment


                    #39
                    Perhaps you still have some incorrect LibreOffice packages lingering about. What's the output of
                    Code:
                    dpkg -l | grep libreoffice

                    Comment


                      #40
                      Originally posted by reggler View Post
                      Code:
                      $ apt-get --simulate install libreoffice-core
                      The following packages have unmet dependencies:
                       libreoffice-core : Depends: libreoffice-common (> 1:3.5.4) but it is not going to be installed
                      
                      $ apt-get --simulate install libreoffice-core libreoffice-common
                      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
                      It looks to me as though apt is seeing incompatible versions of libreoffice-common and libreoffice-core. One of them is at 1:3.5.4* and one is at 1:3.6*. I would still suspect a ppa somewhere is supplying one of them. It could be a breakage in the Precise repositories but that seems unlikely - would have been fixed within days.

                      If you look at
                      Code:
                      apt-cache show libreoffice-common
                      apt-cache show libreoffice-core
                      what are the versions?
                      I'd rather be locked out than locked in.

                      Comment


                        #41
                        Originally posted by SteveRiley View Post
                        Perhaps you still have some incorrect LibreOffice packages lingering about. What's the output of
                        Code:
                        dpkg -l | grep libreoffice
                        Code:
                        $ dpkg -l | grep libreoffice
                        rc  libreoffice-calc                              1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- spreadsheet
                        ii  libreoffice-common                            1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- arch-independent files
                        rc  libreoffice-core                              1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- arch-dependent files
                        rc  libreoffice-draw                              1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- drawing
                        ii  libreoffice-filter-mobiledev                  1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- mobile devices filters
                        rc  libreoffice-impress                           1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- presentation
                        ii  libreoffice-java-common                       1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- arch-independent Java support files
                        rc  libreoffice-math                              1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- equation editor
                        ii  libreoffice-style-oxygen                      1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- Oxygen symbol style
                        ii  libreoffice-style-tango                       1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- Tango symbol style
                        rc  libreoffice-writer                            1:3.6.0~rc4-0ubuntu3~ppa1~precise1           office productivity suite -- word processor
                        roN

                        http://www.inetgate.biz

                        Comment


                          #42
                          Originally posted by SecretCode View Post
                          It looks to me as though apt is seeing incompatible versions of libreoffice-common and libreoffice-core. One of them is at 1:3.5.4* and one is at 1:3.6*. I would still suspect a ppa somewhere is supplying one of them. It could be a breakage in the Precise repositories but that seems unlikely - would have been fixed within days.

                          If you look at
                          Code:
                          apt-cache show libreoffice-common
                          apt-cache show libreoffice-core
                          what are the versions?
                          Code:
                          $ apt-cache show libreoffice-common
                          Package: libreoffice-common
                          Status: install ok installed
                          Priority: optional
                          Section: editors
                          Installed-Size: 68280
                          Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
                          Architecture: all
                          Source: libreoffice
                          Version: 1:3.6.0~rc4-0ubuntu3~ppa1~precise1
                          Replaces: openoffice.org-common (<< 1:3.3.0~)
                          Provides: libreoffice-l10n-en-us
                          Depends: libreoffice-style-default | libreoffice-style, ure
                          Pre-Depends: dpkg (>= 1.15.7.2~)
                          Recommends: xfonts-mathml, libexttextcat-data
                          Suggests: libreoffice-style-hicontrast, libreoffice-style-tango, libreoffice-style-crystal, libreoffice-style-human, libreoffice-style-oxygen
                          Breaks: libreoffice-core (>= 1:3.7~), libreoffice-core (<< 1:3.6~), libreoffice-style-andromeda (<< 1:3.6~), libreoffice-style-crystal (>= 1:3.7~), libreoffice-style-crystal (<< 1:3.6~), libreoffice-style-galaxy (>= 1:3.7~), libreoffice-style-galaxy (<< 1:3.6~), libreoffice-style-hicontrast (>= 1:3.7~), libreoffice-style-hicontrast (<< 1:3.6~), libreoffice-style-industrial, libreoffice-style-oxygen (>= 1:3.7~), libreoffice-style-oxygen (<< 1:3.6~), libreoffice-style-tango (>= 1:3.7~), libreoffice-style-tango (<< 1:3.6~)
                          Conflicts: broffice, libreoffice-common (<< 1:3.5.0), libtextcat-data (<< 2.2-8), openoffice.org-common (<< 1:3.3.0~)
                          Conffiles:
                           /etc/bash_completion.d/libreoffice.sh b214aa8a83f23793d525aa3e37b14495
                           /etc/libreoffice/sofficerc a62d1eb5257f6e153d4cce8de464dfbd
                           /etc/libreoffice/soffice.sh a9a682983020c079c09de05a556f1811
                           /etc/libreoffice/psprint.conf 36225322b6f18e9b2e297fe323b8e7fc
                          Description-en: office productivity suite -- arch-independent files
                           LibreOffice is a full-featured office productivity suite that provides
                           a near drop-in replacement for Microsoft(R) Office.
                           .
                           This package contains the architecture-independent files of
                           LibreOffice.
                          Homepage: http://www.libreoffice.org
                          Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
                          
                          Package: libreoffice-common
                          Priority: optional
                          Section: editors
                          Installed-Size: 51491
                          Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
                          Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
                          Architecture: all
                          Source: libreoffice
                          Version: 1:3.5.4-0ubuntu1.1
                          Replaces: openoffice.org-common (<< 1:3.3.0~)
                          Provides: libreoffice-l10n-en-us
                          Depends: libreoffice-style-default | libreoffice-style, ure
                          Pre-Depends: dpkg (>= 1.15.7.2~)
                          Recommends: xfonts-mathml, libexttextcat-data
                          Suggests: libreoffice-style-hicontrast, libreoffice-style-tango, libreoffice-style-crystal, libreoffice-style-human, libreoffice-style-oxygen
                          Conflicts: broffice, libreoffice-common (<< 1:3.5.0), libtextcat-data (<< 2.2-8), openoffice.org-common (<< 1:3.3.0~)
                          Breaks: libreoffice-core (>= 1:3.6~), libreoffice-core (<< 1:3.5~), libreoffice-style-andromeda (<< 1:3.5~), libreoffice-style-crystal (>= 1:3.6~), libreoffice-style-crystal (<< 1:3.5~), libreoffice-style-galaxy (>= 1:3.6~), libreoffice-style-galaxy (<< 1:3.5~), libreoffice-style-hicontrast (>= 1:3.6~), libreoffice-style-hicontrast (<< 1:3.5~), libreoffice-style-industrial, libreoffice-style-oxygen (>= 1:3.6~), libreoffice-style-oxygen (<< 1:3.5~), libreoffice-style-tango (>= 1:3.6~), libreoffice-style-tango (<< 1:3.5~)
                          Filename: pool/main/libr/libreoffice/libreoffice-common_3.5.4-0ubuntu1.1_all.deb
                          Size: 20895374
                          MD5sum: 38bc6401c555584c08ffcf70abec3038
                          SHA1: 0bb2dba4f4580f6ff9f66e10ddf9b1d6e4d2d61b
                          SHA256: bda338d0a7c635aceaefa34d25f2d71ccfe61e6b8990a81fdff758bb537c6d48
                          Description-en: office productivity suite -- arch-independent files
                           LibreOffice is a full-featured office productivity suite that provides
                           a near drop-in replacement for Microsoft(R) Office.
                           .
                           This package contains the architecture-independent files of
                           LibreOffice.
                          Homepage: http://www.libreoffice.org
                          Description-md5: 304f06193ef91a740410572ff1db7174
                          Bugs: https://bugs.launchpad.net/ubuntu/+filebug
                          Origin: Ubuntu
                          Supported: 5y
                          Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde
                          
                          Package: libreoffice-common
                          Priority: optional
                          Section: editors
                          Installed-Size: 52119
                          Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
                          Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
                          Architecture: all
                          Source: libreoffice
                          Version: 1:3.5.2-2ubuntu1
                          Replaces: openoffice.org-common (<< 1:3.3.0~)
                          Provides: libreoffice-l10n-en-us
                          Depends: libreoffice-style-default | libreoffice-style, ure
                          Pre-Depends: dpkg (>= 1.15.7.2~)
                          Recommends: xfonts-mathml, libexttextcat-data
                          Suggests: libreoffice-style-hicontrast, libreoffice-style-tango, libreoffice-style-crystal, libreoffice-style-human, libreoffice-style-oxygen
                          Conflicts: broffice, libreoffice-common (<< 1:3.5.0), libtextcat-data (<< 2.2-8), openoffice.org-common (<< 1:3.3.0~)
                          Breaks: libreoffice-core (>= 1:3.6~), libreoffice-core (<< 1:3.5~), libreoffice-style-andromeda (<< 1:3.5~), libreoffice-style-crystal (>= 1:3.6~), libreoffice-style-crystal (<< 1:3.5~), libreoffice-style-galaxy (>= 1:3.6~), libreoffice-style-galaxy (<< 1:3.5~), libreoffice-style-hicontrast (>= 1:3.6~), libreoffice-style-hicontrast (<< 1:3.5~), libreoffice-style-industrial, libreoffice-style-oxygen (>= 1:3.6~), libreoffice-style-oxygen (<< 1:3.5~), libreoffice-style-tango (>= 1:3.6~), libreoffice-style-tango (<< 1:3.5~)
                          Filename: pool/main/libr/libreoffice/libreoffice-common_3.5.2-2ubuntu1_all.deb
                          Size: 21500700
                          MD5sum: 26ac35629f1417ed4e62ca5018cd3de0
                          SHA1: 23d0639dccfa4fe59e28cf888ced14a25cea442e
                          SHA256: eb4a36e2f56d0e0bcacda201762ff605e21326e84f1315762d1a913af028477a
                          Description-en: office productivity suite -- arch-independent files
                           LibreOffice is a full-featured office productivity suite that provides
                           a near drop-in replacement for Microsoft(R) Office.
                           .
                           This package contains the architecture-independent files of
                           LibreOffice.
                          Homepage: http://www.libreoffice.org
                          Description-md5: 304f06193ef91a740410572ff1db7174
                          Bugs: https://bugs.launchpad.net/ubuntu/+filebug
                          Origin: Ubuntu
                          Supported: 5y
                          Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde
                          
                          reg@regDesktopHome:~$ apt-cache show libreoffice-core
                          Package: libreoffice-core
                          Status: deinstall ok config-files
                          Priority: optional
                          Section: editors
                          Installed-Size: 126395
                          Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
                          Architecture: amd64
                          Source: libreoffice
                          Version: 1:3.6.0~rc4-0ubuntu3~ppa1~precise1
                          Config-Version: 1:3.6.0~rc4-0ubuntu3~ppa1~precise1
                          Replaces: libreoffice-calc (<< 1:3.3.2-5), libreoffice-common (<< 1:3.5.0-1ubuntu1~)
                          Provides: libreoffice-bundled
                          Depends: libreoffice-common (>> 1:3.6.0~rc4), fonts-opensymbol | ttf-opensymbol (>= 1:3.0), libboost-date-time1.46.1 (>= 1.46.1-1), libc6 (>= 2.15), libcairo2 (>= 1.2.4), libcmis-0.2-2, libcurl3-gnutls (>= 7.16.2-1), libdb5.1, libexpat1 (>= 1.95.8), libexttextcat0 (>= 2.2-8), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.15.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libhunspell-1.3-0, libhyphen0 (>= 2.7.1), libice6 (>= 1:1.0.0), libicu48 (>= 4.8-1), libjpeg8 (>= 8c), liblcms2-2 (>= 2.2+git20110628-2), libmythes-1.2-0, libneon27-gnutls, libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libpng12-0 (>= 1.2.13-4), libsm6, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), libx11-6, libxext6, libxinerama1, libxml2 (>= 2.7.4), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), uno-libs3 (>= 3.6.0~beta), ure (>= 3.6.0~), zlib1g (>= 1:1.1.4), librdf0 (>= 1.0.14), librsvg2-2 (>= 2.36.1), fontconfig
                          Pre-Depends: ure (>= 1.5.1+OOo3.1.1-15)
                          Breaks: hunspell-ar (<< 0.0.0+20080110-1.1), hunspell-da (<< 1:3.1.0-3), hunspell-de-at (<< 20071211-2), hunspell-de-ch (<< 20071211-2), hunspell-de-de (<< 20071211-2), hunspell-de-med (<< 20090825-1), hunspell-en-ca (<< 1:3.1.0-3), hunspell-en-us (<< 20070829-3), hunspell-fr (<< 1:3.1.0-3), hunspell-gl-es (<< 2.2a-6), hunspell-hu (<< 1:3.1.0-3), hunspell-ko (<< 0.3.3-1), hunspell-ne (<< 1:3.1.0-3), hunspell-se (<< 1.0~beta6.20081222-1.1), hunspell-sh (<< 1:3.1.0-3), hunspell-sr (<< 1:3.1.0-3), hunspell-uz (<< 0.6-3.1), hunspell-vi (<< 1:3.1.0-3), libreoffice-common (<< 1:3.5.0-1ubuntu1~), libreoffice-evolution (<< 1:3.4.1~), libreoffice-filter-binfilter (<< 1:3.4.1~), libreoffice-kab (<< 1:3.4.1~), libreoffice-sdbc-postgresql (<< 0.8.1~), mozilla-libreoffice (<< 1:3.5.0~beta~), myspell-af (<< 1:3.1.0-3), myspell-ca (<< 0.6-8), myspell-cs-cz (<< 20040229-4.1), myspell-da (<< 1.6.18-1.1), myspell-de-at (<< 20071211-2), myspell-de-ch (<< 20071211-2), myspell-de-de (<< 20071211-2), myspell-de-de-oldspell (<< 1:2-25.1), myspell-el-gr (<< 0.3-1.1), myspell-en-au (<< 2.1-5), myspell-en-gb (<< 1:3.1.0-3), myspell-en-us (<< 1:3.1.0-3), myspell-en-za (<< 1:3.1.0-3), myspell-eo (<< 2.1.2000.02.25-41), myspell-es (<< 1.10-7), myspell-et (<< 1:20030606-12.1), myspell-fa (<< 0.20070816-2), myspell-fi (<< 0.7-17.2), myspell-fo (<< 0.2.36-3), myspell-fr (<< 1.4-25), myspell-fr-gut (<< 1:1.0-26.1), myspell-ga (<< 2.0-19), myspell-gd (<< 0.50-7), myspell-gv (<< 0.50-8), myspell-hr (<< 20060617-2), myspell-hu (<< 0.99.4-1.2), myspell-hy (<< 0.10.1-1.1), myspell-it (<< 1:3.1.0-3), myspell-ku (<< 0.20.0-1.1), myspell-lv (<< 0.7.3-3.1), myspell-nb (<< 2.0.10-3.1), myspell-ne (<< 1.0-4.1), myspell-nl (<< 1:1.10-3), myspell-nn (<< 2.0.10-3.1), myspell-pl (<< 20090830-1), myspell-pt-br (<< 2009.03.30-1.1), myspell-pt-pt (<< 20090309-1.1), myspell-ru (<< 0.99g5-8.1), myspell-sk (<< 0.5.5a-2.1), myspell-sv-se (<< 1.3.8-6-2.2), myspell-sw (<< 1:3.1.0-3), myspell-th (<< 1:3.1.0-3), myspell-tl (<< 0.4-0-5)
                          Conflicts: cacao-oj6-jre, cli-uno-bridge (<< 1:3.0.0~dev300m22), libcairo2 (= 1.4.8-1), libicu38 (= 3.8~d01-1), libreoffice-base (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-calc (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-dev (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-draw (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-evolution (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-filter-so52 (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-gnome (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-gtk (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-impress (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-kde (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-officebean (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), libreoffice-style-andromeda (<< 1:3.3.0-1), libreoffice-style-crystal (<< 1:3.3.0-1), libreoffice-style-galaxy (<< 1:3.3.0-1), libreoffice-style-hicontrast (<< 1:3.3.0-1), libreoffice-style-oxygen (<< 1:3.3.0-1), libreoffice-style-tango (<< 1:3.3.0-1), libreoffice-writer (<< 1:3.6.0~rc4-0ubuntu3~ppa1~precise1), mozilla-plugin-vlc (<< 1.0)
                          Description-en: office productivity suite -- arch-dependent files
                           LibreOffice is a full-featured office productivity suite that provides
                           a near drop-in replacement for Microsoft(R) Office.
                           .
                           This package contains the architecture-dependent core files of
                           LibreOffice.  See the libreoffice package for more information.
                          Homepage: http://www.libreoffice.org
                          Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
                          
                          Package: libreoffice-core
                          Priority: optional
                          Section: editors
                          Installed-Size: 117412
                          Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
                          Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
                          Architecture: amd64
                          Source: libreoffice
                          Version: 1:3.5.4-0ubuntu1.1
                          Replaces: libreoffice-calc (<< 1:3.3.2-5), libreoffice-common (<< 1:3.5.0-1ubuntu1~)
                          Provides: libreoffice-bundled
                          Depends: libreoffice-common (>> 1:3.5.4), fonts-opensymbol | ttf-opensymbol (>= 1:3.0), libc6 (>= 2.15), libcairo2 (>= 1.2.4), libcmis-0.2-0, libcurl3-gnutls (>= 7.16.2-1), libdb5.1, libexpat1 (>= 1.95.8), libexttextcat0 (>= 2.2-8), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.15.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libhunspell-1.3-0, libhyphen0 (>= 2.7.1), libice6 (>= 1:1.0.0), libicu48 (>= 4.8-1), libjpeg8 (>= 8c), libmythes-1.2-0, libneon27-gnutls, libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libpng12-0 (>= 1.2.13-4), libsm6, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), libx11-6, libxext6, libxinerama1, libxml2 (>= 2.7.4), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), uno-libs3 (>= 3.5.0~beta), ure (>= 3.5.4~), zlib1g (>= 1:1.1.4), librdf0 (>= 1.0.14), librsvg2-2 (>= 2.36.1), fontconfig
                          Conflicts: cacao-oj6-jre, cli-uno-bridge (<< 1:3.0.0~dev300m22), libcairo2 (= 1.4.8-1), libicu38 (= 3.8~d01-1), libreoffice-base (<< 1:3.5.4-0ubuntu1.1), libreoffice-calc (<< 1:3.5.4-0ubuntu1.1), libreoffice-dev (<< 1:3.5.4-0ubuntu1.1), libreoffice-draw (<< 1:3.5.4-0ubuntu1.1), libreoffice-evolution (<< 1:3.5.4-0ubuntu1.1), libreoffice-filter-so52 (<< 1:3.5.4-0ubuntu1.1), libreoffice-gnome (<< 1:3.5.4-0ubuntu1.1), libreoffice-gtk (<< 1:3.5.4-0ubuntu1.1), libreoffice-impress (<< 1:3.5.4-0ubuntu1.1), libreoffice-kde (<< 1:3.5.4-0ubuntu1.1), libreoffice-officebean (<< 1:3.5.4-0ubuntu1.1), libreoffice-style-andromeda (<< 1:3.3.0-1), libreoffice-style-crystal (<< 1:3.3.0-1), libreoffice-style-galaxy (<< 1:3.3.0-1), libreoffice-style-hicontrast (<< 1:3.3.0-1), libreoffice-style-oxygen (<< 1:3.3.0-1), libreoffice-style-tango (<< 1:3.3.0-1), libreoffice-writer (<< 1:3.5.4-0ubuntu1.1), mozilla-plugin-vlc (<< 1.0)
                          Breaks: hunspell-ar (<< 0.0.0+20080110-1.1), hunspell-da (<< 1:3.1.0-3), hunspell-de-at (<< 20071211-2), hunspell-de-ch (<< 20071211-2), hunspell-de-de (<< 20071211-2), hunspell-de-med (<< 20090825-1), hunspell-en-ca (<< 1:3.1.0-3), hunspell-en-us (<< 20070829-3), hunspell-fr (<< 1:3.1.0-3), hunspell-gl-es (<< 2.2a-6), hunspell-hu (<< 1:3.1.0-3), hunspell-ko (<< 0.3.3-1), hunspell-ne (<< 1:3.1.0-3), hunspell-se (<< 1.0~beta6.20081222-1.1), hunspell-sh (<< 1:3.1.0-3), hunspell-sr (<< 1:3.1.0-3), hunspell-uz (<< 0.6-3.1), hunspell-vi (<< 1:3.1.0-3), libreoffice-common (<< 1:3.5.0-1ubuntu1~), libreoffice-evolution (<< 1:3.4.1~), libreoffice-filter-binfilter (<< 1:3.4.1~), libreoffice-kab (<< 1:3.4.1~), libreoffice-sdbc-postgresql (<< 0.8.1~), mozilla-libreoffice (<< 1:3.5.0~beta~), myspell-af (<< 1:3.1.0-3), myspell-ca (<< 0.6-8), myspell-cs-cz (<< 20040229-4.1), myspell-da (<< 1.6.18-1.1), myspell-de-at (<< 20071211-2), myspell-de-ch (<< 20071211-2), myspell-de-de (<< 20071211-2), myspell-de-de-oldspell (<< 1:2-25.1), myspell-el-gr (<< 0.3-1.1), myspell-en-au (<< 2.1-5), myspell-en-gb (<< 1:3.1.0-3), myspell-en-us (<< 1:3.1.0-3), myspell-en-za (<< 1:3.1.0-3), myspell-eo (<< 2.1.2000.02.25-41), myspell-es (<< 1.10-7), myspell-et (<< 1:20030606-12.1), myspell-fa (<< 0.20070816-2), myspell-fi (<< 0.7-17.2), myspell-fo (<< 0.2.36-3), myspell-fr (<< 1.4-25), myspell-fr-gut (<< 1:1.0-26.1), myspell-ga (<< 2.0-19), myspell-gd (<< 0.50-7), myspell-gv (<< 0.50-8), myspell-hr (<< 20060617-2), myspell-hu (<< 0.99.4-1.2), myspell-hy (<< 0.10.1-1.1), myspell-it (<< 1:3.1.0-3), myspell-ku (<< 0.20.0-1.1), myspell-lv (<< 0.7.3-3.1), myspell-nb (<< 2.0.10-3.1), myspell-ne (<< 1.0-4.1), myspell-nl (<< 1:1.10-3), myspell-nn (<< 2.0.10-3.1), myspell-pl (<< 20090830-1), myspell-pt-br (<< 2009.03.30-1.1), myspell-pt-pt (<< 20090309-1.1), myspell-ru (<< 0.99g5-8.1), myspell-sk (<< 0.5.5a-2.1), myspell-sv-se (<< 1.3.8-6-2.2), myspell-sw (<< 1:3.1.0-3), myspell-th (<< 1:3.1.0-3), myspell-tl (<< 0.4-0-5)
                          Filename: pool/main/libr/libreoffice/libreoffice-core_3.5.4-0ubuntu1.1_amd64.deb
                          Size: 38745478
                          MD5sum: 2dcb56e04bad6dda10da306e51c16b9e
                          SHA1: 1fbdfcb9a59403e608686e2654a7ff4d6f902b1c
                          SHA256: a96b69296a4ee1a2ae9a6e078d78409072afe09fe13745dd3c72b661fde69bc9
                          Description-en: office productivity suite -- arch-dependent files
                           LibreOffice is a full-featured office productivity suite that provides
                           a near drop-in replacement for Microsoft(R) Office.
                           .
                           This package contains the architecture-dependent core files of
                           LibreOffice.  See the libreoffice package for more information.
                          Homepage: http://www.libreoffice.org
                          Description-md5: 5464d9229de42a41fda16d9993e11570
                          Bugs: https://bugs.launchpad.net/ubuntu/+filebug
                          Origin: Ubuntu
                          Supported: 5y
                          Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde
                          
                          Package: libreoffice-core
                          Priority: optional
                          Section: editors
                          Installed-Size: 117379
                          Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
                          Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
                          Architecture: amd64
                          Source: libreoffice
                          Version: 1:3.5.2-2ubuntu1
                          Replaces: libreoffice-calc (<< 1:3.3.2-5), libreoffice-common (<< 1:3.5.0-1ubuntu1~)
                          Provides: libreoffice-bundled
                          Depends: libreoffice-common (>> 1:3.5.2), fonts-opensymbol | ttf-opensymbol (>= 1:3.0), libc6 (>= 2.15), libcairo2 (>= 1.2.4), libcmis-0.2-0, libcurl3-gnutls (>= 7.16.2-1), libdb5.1, libexpat1 (>= 1.95.8), libexttextcat0 (>= 2.2-8), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libglib2.0-0 (>= 2.15.0), libgstreamer-plugins-base0.10-0 (>= 0.10.0), libgstreamer0.10-0 (>= 0.10.0), libhunspell-1.3-0, libhyphen0 (>= 2.7.1), libice6 (>= 1:1.0.0), libicu48 (>= 4.8-1), libjpeg8 (>= 8c), libmythes-1.2-0, libneon27-gnutls, libnspr4 (>= 1.8.0.10), libnss3 (>= 3.12.0~1.9b1), libpng12-0 (>= 1.2.13-4), libsm6, libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.6), libx11-6, libxext6, libxinerama1, libxml2 (>= 2.7.4), libxrandr2, libxrender1, libxslt1.1 (>= 1.1.25), uno-libs3 (>= 3.5.0~beta), ure (>= 3.5.2~), zlib1g (>= 1:1.1.4), librdf0 (>= 1.0.14), librsvg2-2 (>= 2.36.0), fontconfig
                          Conflicts: cacao-oj6-jre, cli-uno-bridge (<< 1:3.0.0~dev300m22), libcairo2 (= 1.4.8-1), libicu38 (= 3.8~d01-1), libreoffice-base (<< 1:3.5.2-2ubuntu1), libreoffice-calc (<< 1:3.5.2-2ubuntu1), libreoffice-dev (<< 1:3.5.2-2ubuntu1), libreoffice-draw (<< 1:3.5.2-2ubuntu1), libreoffice-evolution (<< 1:3.5.2-2ubuntu1), libreoffice-filter-so52 (<< 1:3.5.2-2ubuntu1), libreoffice-gnome (<< 1:3.5.2-2ubuntu1), libreoffice-gtk (<< 1:3.5.2-2ubuntu1), libreoffice-impress (<< 1:3.5.2-2ubuntu1), libreoffice-kde (<< 1:3.5.2-2ubuntu1), libreoffice-officebean (<< 1:3.5.2-2ubuntu1), libreoffice-style-andromeda (<< 1:3.3.0-1), libreoffice-style-crystal (<< 1:3.3.0-1), libreoffice-style-galaxy (<< 1:3.3.0-1), libreoffice-style-hicontrast (<< 1:3.3.0-1), libreoffice-style-oxygen (<< 1:3.3.0-1), libreoffice-style-tango (<< 1:3.3.0-1), libreoffice-writer (<< 1:3.5.2-2ubuntu1), mozilla-plugin-vlc (<< 1.0)
                          Breaks: hunspell-ar (<< 0.0.0+20080110-1.1), hunspell-da (<< 1:3.1.0-3), hunspell-de-at (<< 20071211-2), hunspell-de-ch (<< 20071211-2), hunspell-de-de (<< 20071211-2), hunspell-de-med (<< 20090825-1), hunspell-en-ca (<< 1:3.1.0-3), hunspell-en-us (<< 20070829-3), hunspell-fr (<< 1:3.1.0-3), hunspell-gl-es (<< 2.2a-6), hunspell-hu (<< 1:3.1.0-3), hunspell-ko (<< 0.3.3-1), hunspell-ne (<< 1:3.1.0-3), hunspell-se (<< 1.0~beta6.20081222-1.1), hunspell-sh (<< 1:3.1.0-3), hunspell-sr (<< 1:3.1.0-3), hunspell-uz (<< 0.6-3.1), hunspell-vi (<< 1:3.1.0-3), libreoffice-common (<< 1:3.5.0-1ubuntu1~), libreoffice-evolution (<< 1:3.4.1~), libreoffice-filter-binfilter (<< 1:3.4.1~), libreoffice-kab (<< 1:3.4.1~), libreoffice-sdbc-postgresql (<< 0.8.1~), mozilla-libreoffice (<< 1:3.5.0~beta~), myspell-af (<< 1:3.1.0-3), myspell-ca (<< 0.6-8), myspell-cs-cz (<< 20040229-4.1), myspell-da (<< 1.6.18-1.1), myspell-de-at (<< 20071211-2), myspell-de-ch (<< 20071211-2), myspell-de-de (<< 20071211-2), myspell-de-de-oldspell (<< 1:2-25.1), myspell-el-gr (<< 0.3-1.1), myspell-en-au (<< 2.1-5), myspell-en-gb (<< 1:3.1.0-3), myspell-en-us (<< 1:3.1.0-3), myspell-en-za (<< 1:3.1.0-3), myspell-eo (<< 2.1.2000.02.25-41), myspell-es (<< 1.10-7), myspell-et (<< 1:20030606-12.1), myspell-fa (<< 0.20070816-2), myspell-fi (<< 0.7-17.2), myspell-fo (<< 0.2.36-3), myspell-fr (<< 1.4-25), myspell-fr-gut (<< 1:1.0-26.1), myspell-ga (<< 2.0-19), myspell-gd (<< 0.50-7), myspell-gv (<< 0.50-8), myspell-hr (<< 20060617-2), myspell-hu (<< 0.99.4-1.2), myspell-hy (<< 0.10.1-1.1), myspell-it (<< 1:3.1.0-3), myspell-ku (<< 0.20.0-1.1), myspell-lv (<< 0.7.3-3.1), myspell-nb (<< 2.0.10-3.1), myspell-ne (<< 1.0-4.1), myspell-nl (<< 1:1.10-3), myspell-nn (<< 2.0.10-3.1), myspell-pl (<< 20090830-1), myspell-pt-br (<< 2009.03.30-1.1), myspell-pt-pt (<< 20090309-1.1), myspell-ru (<< 0.99g5-8.1), myspell-sk (<< 0.5.5a-2.1), myspell-sv-se (<< 1.3.8-6-2.2), myspell-sw (<< 1:3.1.0-3), myspell-th (<< 1:3.1.0-3), myspell-tl (<< 0.4-0-5)
                          Filename: pool/main/libr/libreoffice/libreoffice-core_3.5.2-2ubuntu1_amd64.deb
                          Size: 38774840
                          MD5sum: 44600f84b8f64b9b222156ad191cb182
                          SHA1: 108f862ec901a0062f014da0cf9d191e36399efa
                          SHA256: 7f037c10f0660d7dd14071e3f6f82b1e802e7a913a7afad1147598c8aa9ff08d
                          Description-en: office productivity suite -- arch-dependent files
                           LibreOffice is a full-featured office productivity suite that provides
                           a near drop-in replacement for Microsoft(R) Office.
                           .
                           This package contains the architecture-dependent core files of
                           LibreOffice.  See the libreoffice package for more information.
                          Homepage: http://www.libreoffice.org
                          Description-md5: 5464d9229de42a41fda16d9993e11570
                          Bugs: https://bugs.launchpad.net/ubuntu/+filebug
                          Origin: Ubuntu
                          Supported: 5y
                          Task: ubuntu-desktop, ubuntu-usb, kubuntu-desktop, kubuntu-full, kubuntu-active-desktop, kubuntu-active-full, edubuntu-desktop, edubuntu-usb, edubuntu-desktop-kde
                          roN

                          http://www.inetgate.biz

                          Comment


                            #43
                            You seem to have a consistent set of (3 different) versions of each of them. So that doesn't explain why apt is trying to pull in incompatible versions.

                            Try
                            Code:
                            apt-get --simulate install libreoffice-core=1:3.6.0~rc4-0ubuntu3~ppa1~precise1 libreoffice-common=1:3.6.0~rc4-0ubuntu3~ppa1~precise1
                            I'd rather be locked out than locked in.

                            Comment


                              #44
                              Originally posted by SecretCode View Post
                              You seem to have a consistent set of (3 different) versions of each of them. So that doesn't explain why apt is trying to pull in incompatible versions.

                              Try
                              Code:
                              apt-get --simulate install libreoffice-core=1:3.6.0~rc4-0ubuntu3~ppa1~precise1 libreoffice-common=1:3.6.0~rc4-0ubuntu3~ppa1~precise1
                              Code:
                              $ apt-get --simulate install libreoffice-core=1:3.6.0~rc4-0ubuntu3~ppa1~precise1 libreoffice-common=1:3.6.0~rc4-0ubuntu3~ppa1~precise1
                              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-common is already the newest version.
                              The following extra packages will be installed:
                                libexttextcat-data libexttextcat0
                              The following NEW packages will be installed:
                                libexttextcat-data libexttextcat0 libreoffice-core
                              0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
                              Inst libexttextcat-data (3.2.0-1ubuntu1 Ubuntu:12.04/precise [all])
                              Inst libexttextcat0 (3.2.0-1ubuntu1 Ubuntu:12.04/precise [amd64])
                              Inst libreoffice-core (1:3.6.0~rc4-0ubuntu3~ppa1~precise1  [amd64])
                              Conf libexttextcat-data (3.2.0-1ubuntu1 Ubuntu:12.04/precise [all])
                              Conf libexttextcat0 (3.2.0-1ubuntu1 Ubuntu:12.04/precise [amd64])
                              Conf libreoffice-core (1:3.6.0~rc4-0ubuntu3~ppa1~precise1  [amd64])
                              I guess, I can go ahead and do this without the simulation now, right?
                              roN

                              http://www.inetgate.biz

                              Comment


                                #45
                                Well, it brings back that libexttextcat stuff. I would try one more --simulate run but adding "libreoffice" (... and perhaps all the other dependencies mentioned in earlier posts!)
                                I'd rather be locked out than locked in.

                                Comment

                                Working...
                                X