Announcement

Collapse
No announcement yet.

RESOLVED: libkpim5libkleo-data will not install

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

    RESOLVED: libkpim5libkleo-data will not install

    SUMMARY
    ***
    libkpim5libkleo-data
    ***


    STEPS TO REPRODUCE
    1. Install libkpim5libkleo-data via Discover, Muon or Konsole
    2. Will not install

    OBSERVED RESULT
    sudo apt install libkpim5libkleo-data
    [sudo] password for anarcho:
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    libkf5contacteditor-data libkf5identitymanagementwidgets5 libkf5pimcommonautocorrection5 libkpim5importwizard5
    libkpim5itinerary5 libkpim5pkpass-data libkpim5pkpass5 libkpimgapicalendar5 libkpimgapicontacts5 libkpimgapitasks5
    libkpimitinerary-data libphonenumber8
    Use 'sudo apt autoremove' to remove them.
    The following NEW packages will be installed
    libkpim5libkleo-data
    0 to upgrade, 1 to newly install, 0 to remove and 1 not to upgrade.
    27 not fully installed or removed.
    Need to get 0 B/250 kB of archives.
    After this operation, 1,486 kB of additional disk space will be used.
    (Reading database ... 571765 files and directories currently installed.)
    Preparing to unpack .../libkpim5libkleo-data_4%3a23.04.3-0ubuntu1~ubuntu23.04~ppa1_all.deb ...
    Unpacking libkpim5libkleo-data (4:23.04.3-0ubuntu1~ubuntu23.04~ppa1) ...
    dpkg: error processing archive /var/cache/apt/archives/libkpim5libkleo-data_4%3a23.04.3-0ubuntu1~ubuntu23.04~ppa1_all.deb (--unpack):
    trying to overwrite '/etc/xdg/libkleopatrarc', which is also in package libkf5libkleo-data 4:22.12.3-0ubuntu1
    dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
    Errors were encountered while processing:
    /var/cache/apt/archives/libkpim5libkleo-data_4%3a23.04.3-0ubuntu1~ubuntu23.04~ppa1_all.deb
    E: Sub-process /usr/bin/dpkg returned an error code (1)


    EXPECTED RESULT
    libkpim5libkleo-data installs.

    SOFTWARE/OS VERSIONS
    Operating System: Kubuntu 23.04
    KDE Plasma Version: 5.27.6
    KDE Frameworks Version: 5.108.0
    Qt Version: 5.15.8
    Kernel Version: 6.2.0-24-generic (64-bit)
    Graphics Platform: X11
    Processors: 8 × Intel® Core™ i7-7820HQ CPU @ 2.90GHz
    Memory: 31.2 GiB of RAM
    Graphics Processor: Quadro M1200/PCIe/SSE2
    Manufacturer: Dell Inc.
    Product Name: Precision 5520

    ADDITIONAL INFORMATION

    From Muon:
    libkpim5libkleo5
    0.0000:dependency problems - leaving unconfigured

    accountwizard
    dependency problems - leaving unconfigured

    libkpim5mimetreeparser5
    0.0000:dependency problems - leaving unconfigured

    libkpim5messagecomposer5
    0.0000:dependency problems - leaving unconfigured

    libkpim5mailcommon5
    0.0000:dependency problems - leaving unconfigured

    libkf5libkleo-dev
    0.0000:dependency problems - leaving unconfigured

    kmail
    dependency problems - leaving unconfigured

    pim-data-exporter
    dependency problems - leaving unconfigured

    kleopatra
    dependency problems - leaving unconfigured

    libkpim5messagecore5
    0.0000:dependency problems - leaving unconfigured

    kalendar
    dependency problems - leaving unconfigured

    libkpim5messagelist5
    0.0000:dependency problems - leaving unconfigured

    libkpim5templateparser5
    0.0000:dependency problems - leaving unconfigured

    libkf5messagecore-dev
    0.0000:dependency problems - leaving unconfigured

    libkpim5messageviewer5
    0.0000:dependency problems - leaving unconfigured

    libkf5mimetreeparser-dev
    0.0000:dependency problems - leaving unconfigured

    libkf5templateparser-dev
    0.0000:dependency problems - leaving unconfigured

    kdepim-themeeditors
    dependency problems - leaving unconfigured

    mbox-importer
    dependency problems - leaving unconfigured

    libkpim5importwizard5
    0.0000:dependency problems - leaving unconfigured

    libkf5mailcommon-dev
    0.0000:dependency problems - leaving unconfigured

    akregator
    dependency problems - leaving unconfigured

    akonadiconsole
    dependency problems - leaving unconfigured

    libkf5messagecomposer-dev
    0.0000:dependency problems - leaving unconfigured

    libkf5messageviewer-dev
    0.0000:dependency problems - leaving unconfigured

    libkf5messagelist-dev
    0.0000:dependency problems - leaving unconfigured

    libkf5messageviewer-plugins
    0.0000:dependency problems - leaving unconfigured​

    #2
    Note that I cannot re-install Kleopatra in Muon. If I try uninstall it wants to remove the whole pim suite!
    How can I get this update through??

    Comment


      #3
      Muon is unmaintained and has been since 2015 or so. Highly inadvisable to use software that old, especially a package manager. Use discover or the command line of some other up-to-date package manager instead.

      Based on the last part of your output, it seems likely you have a plethora of incompletely iinstalled packages.

      I suggest this in konsole:

      sudo dpkg --configure -a and report whats happens. Then try;

      sudo apt update
      sudo apt full-upgrade

      Please Read Me

      Comment


        #4
        Originally posted by barkingbandicoot View Post
        dpkg: error processing archive /var/cache/apt/archives/libkpim5libkleo-data_4%3a23.04.3-0ubuntu1~ubuntu23.04~ppa1_all.deb (--unpack):
        trying to overwrite '/etc/xdg/libkleopatrarc', which is also in package libkf5libkleo-data 4:22.12.3-0ubuntu1
        Ahh, it looks like KDE, or rather the KDE PIM folks, decided to rename library/source names for some reason. KDE devs are prone to do this for some reason.
        The Kleopatra code prpbably moved to being under KDE PIM (Kontact) umbrella.
        It looks like this change didn't get adjusted in this PPA package, out of the bazillion or so we have.

        BUT it is easy to fix. You can force the package to install, and overwrite the existing file that is/was provided by a different package.
        The error gives you the information you need.

        Code:
        sudo dpkg -i --force-overwrite /var/cache/apt/archives/libkpim5libkleo-data_4%3a23.04.3-0ubuntu1~ubuntu23.04~ppa1_all.deb
        Then, to complete the previous set of updates:
        Code:
        sudo dpkg --configure -a
        sudo apt -f install
        The new package libkpim5libkleo-data should technically be replacing libkf5libkleo-data, but isn't, at least not yet.
        I have no idea if having these two installed together will cause chaos or havoc, but I suspect not. One could try uninstalling the existing libkf5libkleo-data package, depending on your tolerance levels

        This bug seems to be coming directly from Mantic 23.10 packages, since that is what the Backports PPA provides for Lunar, so hopefully someone reports this bug there

        Comment


        • oshunluvr
          oshunluvr commented
          Editing a comment
          Nice catch again Claydoh

        • claydoh
          claydoh commented
          Editing a comment
          I could not find libkpim5libkleo-data in Lunar, or any release, until I looked at Mantic. It isn't in KDE Neon, either, which is still using the old name. THEN I noticed the different name, after griping to myself about out tiny forum fonts after being on a few different ones with more readable/legible text lolol.

        #5
        Thanks claydoh for that reply!
        Originally posted by claydoh View Post

        Ahh, it looks like KDE, or rather the KDE PIM folks, decided to rename library/source names for some reason.
        I put in a bug report to bugs KDE and Laurent Montel said "it's not a bug against kleopatra but it needs to be report to Kubuntu I think.
        Regards​"

        Andre Heinecke added, "@Laurent I like this bug here in a way because it shows how unilateral decisions like just renaming all our libs for no unavoidable reason causes headaches and tons of work for other people.​"

        ---so that would suggest Kubuntu packaging and not KDE PIM folks, no? Where to report to backports, do you know?

        I shall try your fix tomorrow I think. It is getting late here, so bed is in order. My weary head would not cope with any possible complications if things did not go right.

        Thanks!

        Comment


          #6
          Originally posted by barkingbandicoot View Post
          ---so that would suggest Kubuntu packaging and not KDE PIM folks, no? Where to report to backports, do you know?
          Probably against the Mantic package on Launchpad, since this is a PPA package, not in the regular repos. Not sure if this is even happening there, since it is in a very pre-release state. Maybe a polite Ping to acheron , who visits here on occasion.

          Comment


            #7
            This appears to be a simple version typo in the packaging changes for Gear 23.04

            https://git.launchpad.net/~kubuntu-p...fefcae09e3cea0

            i.e. the Replaces: version in that change should have been (<< 23.04.1~) instead of (<< 21.04.1)
            On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

            Comment


              #8
              Should now be fixed
              On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

              Comment


                #9
                Originally posted by acheron View Post
                Should now be fixed
                Thanks!!

                Comment


                  #10
                  Originally posted by acheron View Post
                  Should now be fixed
                  Thanks Rik! 🙏
                  Thanks claydoh

                  Comment

                  Working...
                  X