Announcement

Collapse
No announcement yet.

Package upgrade then remove loop

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

    #16
    Originally posted by claydoh View Post
    i am guessing that your scripts from ucare etc are using aptitude or something else?, which (imnsho) can be too much of a blunt instrument in some situations.
    Also ucare systems's scripts probably have not been updated to keep up with Jammy', the last update seems to have been 2018
    No. See https://launchpad.net/~utappia/+arch...s_filter=jammy His script is updated through Kinetic.

    The script uses sudo apt full-upgrade to update packages and libraries, and sudo apt-get -y --purge autoremove to remove unneeded packages, and sudo apt-get -y autoclean; sudo apt-get -y clean to remove package files that can no longer be downloaded and everything except the lock file in /var/cache/apt/archives.

    I've had no issues using this script, and as stated, this particular issue presented on October 11. It has persisted since.

    Originally posted by claydoh View Post
    I assume using straight-up apt update and apt full-upgrade produced the same results as your scripted usage of it via uCare?
    Yes.
    Code:
    sudo apt update && sudo apt full-upgrade
    
    The following packages were automatically installed and are no longer required:
      kwin-wayland-backend-fbdev kwin-wayland-backend-virtual kwin-wayland-backend-wayland kwin-wayland-backend-x11
    Use 'sudo apt autoremove' to remove them.
    The following NEW packages will be installed:
      kwin-wayland-backend-fbdev kwin-wayland-backend-virtual kwin-wayland-backend-wayland kwin-wayland-backend-x11
    The following packages have been kept back:
      grub-efi-amd64-bin grub-efi-amd64-signed gwenview kwin-common kwin-data kwin-wayland kwin-wayland-backend-drm kwin-x11 libkf5filemetadata-bin libokular5core10 libqt5webengine-data libqt5webengine5 libqt5webenginecore5 libqt5webenginewidgets5 okular okular-backends
    0 upgraded, 4 newly installed, 0 to remove and 16 not upgraded.
    Need to get 54.3 kB of archives.
    After this operation, 131 kB of additional disk space will be used.
    Do you want to continue? [Y/n]
    ​
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #17
      Originally posted by Snowhog View Post
      No. See https://launchpad.net/~utappia/+arch...s_filter=jammy His script is updated through Kinetic.
      Yes, but the actual code of the scripting, version 4.4.0, is from 2018.
      https://github.com/Utappia/uCareSyst...ses/tag/v4.4.0

      Apt itself has changed in small ways since then, is what I am postulating, or very blindly theorizing about.

      But anyway, those 4 loopy 'dummy' packages can be uninstalled and solve the problem that seems to only be happening to, or rather reported by you, as far as my travels can find so far.
      I am smacking my head for not noticing the package type earlier and saved the headaches.
      Last edited by claydoh; Oct 31, 2022, 03:05 PM.

      Comment


        #18
        Originally posted by claydoh View Post
        $ apt show kwin-wayland-backend-x11
        Package: kwin-wayland-backend-x11
        Version: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
        Priority: extra
        Section: oldlibs
        Source: kwin
        Maintainer: Neon CI <neon@kde.org>
        Installed-Size: 32.8 kB
        Provides: kwin-wayland-backend
        Homepage: https://projects.kde.org/projects/kde/workspace/kwin
        Download-Size: 13.6 kB
        APT-Sources: http://archive.neon.kde.org/user jammy/main amd64 Packages
        Description: transitional package
        This is a dummy package which can be removed. <<<<<<<<<<<
        My issue is that the update/full-uprade process is installing these packages, then removing them afterwards (with --purge). Some package I have installed is pointing to these packages as dependencies, but apt is complaining about them.
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #19
          Hmmm

          Might need to look at reverse-depends to find what is insisting on yanking these puppies back in. apt-rdepends -r packagename will show that, after you install apt-rdepends.

          apt policy kwin-wayland-backend-x11 to show what version is currently installed as well as the version that wants to be installed
          Maybe want to see this info for all 4

          What files do you have in /etc/apt/preferences.d/:
          Maybe an oddball pin file, since they were mucking around there for a bit early on?
          Code:
            791 Oct 20 11:05 50-neon-ubuntu-release-upgrader
          6235 Oct 20 11:05 99-jammy-overrides
            212 Oct 20 11:05 99-neon-base-files
            370 Oct 23 03:23 org-kde-neon-net-launchpad-ppa-mozillateam-pin
          
          ​
          if necessary we can run a diff on yours against stock ones from the latest iso or fresh install

          With this info I might at least be able to ask the devs what might be happening on matrix chat, and give them some info to go on.
          Last edited by claydoh; Oct 31, 2022, 03:48 PM.

          Comment


            #20
            apt policy:
            paul@paul-virtualbox:~$ apt policy kwin-wayland-backend-x11
            kwin-wayland-backend-x11:
            Installed: (none)
            Candidate: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
            Version table:
            4:5.26.2.1-0xneon+22.04+jammy+release+build18 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.2.1-0xneon+22.04+jammy+release+build17 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.1-0xneon+22.04+jammy+release+build16 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.0-0xneon+22.04+jammy+release+build15 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.25.5-0xneon+22.04+jammy+release+build14 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.25.5-0xneon+22.04+jammy+release+build12 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.24.6-0ubuntu0.1 500
            500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
            4:5.24.4-0ubuntu1 500
            500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

            paul@paul-virtualbox:~$ apt policy kwin-wayland-backend-wayland
            kwin-wayland-backend-wayland:
            Installed: (none)
            Candidate: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
            Version table:
            4:5.26.2.1-0xneon+22.04+jammy+release+build18 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.2.1-0xneon+22.04+jammy+release+build17 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.1-0xneon+22.04+jammy+release+build16 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.0-0xneon+22.04+jammy+release+build15 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.25.5-0xneon+22.04+jammy+release+build14 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.25.5-0xneon+22.04+jammy+release+build12 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.24.6-0ubuntu0.1 500
            500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
            4:5.24.4-0ubuntu1 500
            500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

            paul@paul-virtualbox:~$ apt policy kwin-wayland-backend-virtual
            kwin-wayland-backend-virtual:
            Installed: (none)
            Candidate: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
            Version table:
            4:5.26.2.1-0xneon+22.04+jammy+release+build18 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.2.1-0xneon+22.04+jammy+release+build17 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.1-0xneon+22.04+jammy+release+build16 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.0-0xneon+22.04+jammy+release+build15 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.25.5-0xneon+22.04+jammy+release+build14 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.25.5-0xneon+22.04+jammy+release+build12 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.24.6-0ubuntu0.1 500
            500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
            4:5.24.4-0ubuntu1 500
            500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages

            paul@paul-virtualbox:~$ apt policy kwin-wayland-backend-fbdev
            kwin-wayland-backend-fbdev:
            Installed: (none)
            Candidate: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
            Version table:
            4:5.26.2.1-0xneon+22.04+jammy+release+build18 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.2.1-0xneon+22.04+jammy+release+build17 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.1-0xneon+22.04+jammy+release+build16 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.26.0-0xneon+22.04+jammy+release+build15 500
            500 http://archive.neon.kde.org/user jammy/main amd64 Packages
            4:5.24.6-0ubuntu0.1 500
            500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
            4:5.24.4-0ubuntu1 500
            500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
            paul@paul-virtualbox:~$
            apt-rdepends -r
            paul@paul-virtualbox:~$ apt-rdepends -r kwin-wayland-backend-x11
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            kwin-wayland-backend-x11
            Reverse Depends: kwin-wayland (= 4:5.24.4-0ubuntu1)
            kwin-wayland
            Reverse Depends: kwin-wayland-dbgsym (= 4:5.26.2.1-0xneon+22.04+jammy+release+build18)
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)
            Reverse Depends: plasma-workspace-wayland (>= 4:5.24.6-0ubuntu0.1)
            kwin-wayland-dbgsym
            plasma-phone
            plasma-workspace-wayland
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)

            paul@paul-virtualbox:~$ apt-rdepends -r kwin-wayland-backend-wayland
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            kwin-wayland-backend-wayland
            Reverse Depends: kwin-wayland (= 4:5.24.4-0ubuntu1)
            kwin-wayland
            Reverse Depends: kwin-wayland-dbgsym (= 4:5.26.2.1-0xneon+22.04+jammy+release+build18)
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)
            Reverse Depends: plasma-workspace-wayland (>= 4:5.24.6-0ubuntu0.1)
            kwin-wayland-dbgsym
            plasma-phone
            plasma-workspace-wayland
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)

            paul@paul-virtualbox:~$ apt-rdepends -r kwin-wayland-backend-virtual
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            kwin-wayland-backend-virtual
            Reverse Depends: kwin-wayland (= 4:5.24.4-0ubuntu1)
            kwin-wayland
            Reverse Depends: kwin-wayland-dbgsym (= 4:5.26.2.1-0xneon+22.04+jammy+release+build18)
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)
            Reverse Depends: plasma-workspace-wayland (>= 4:5.24.6-0ubuntu0.1)
            kwin-wayland-dbgsym
            plasma-phone
            plasma-workspace-wayland
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)

            paul@paul-virtualbox:~$ apt-rdepends -r kwin-wayland-backend-fbdev
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            kwin-wayland-backend-fbdev
            Reverse Depends: kwin-wayland (= 4:5.24.4-0ubuntu1)
            kwin-wayland
            Reverse Depends: kwin-wayland-dbgsym (= 4:5.26.2.1-0xneon+22.04+jammy+release+build18)
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)
            Reverse Depends: plasma-workspace-wayland (>= 4:5.24.6-0ubuntu0.1)
            kwin-wayland-dbgsym
            plasma-phone
            plasma-workspace-wayland
            Reverse Depends: plasma-phone (51+p22.04+trelease+git20221025.1553)
            paul@paul-virtualbox:~$

            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #21
              Originally posted by Snowhog View Post
              Code:
              The following packages have been kept back: grub-efi-amd64-bin grub-efi-amd64-signed gwenview kwin-common kwin-data kwin-wayland kwin-wayland-backend-drm kwin-x11 libkf5filemetadata-bin libokular5core10 libqt5webengine-data libqt5webengine5 libqt5webenginecore5 libqt5webenginewidgets5 okular okular-backends
              Oddly I keep ignoring or not noticing all the extra held packages in that post-- these are not all on the phased package list. Are you still seeing these, particularly the ones not involving grub? or did they clear themselves up? Those grub ones definitely are phased: https://people.canonical.com/~ubuntu...d-updates.html


              What is odd is that these 4 loopy packages are marked as not installed, yet get marked for autoremoval.
              I wonder if a database is corrupt or something similar?

              What shows for these packages in /var/lib/dpkg/status, if anything?

              Comment


                #22
                It's extremely difficult (for me) to have to type using only one arm due to the cast. Grrrrr!

                First, the looping issue is no more. I don't 'think' I saw it today, but I could be wrong. Now, I'm just seeing:
                The following packages have been kept back:
                grub-efi-amd64-bin grub-efi-amd64-signed kwin-common kwin-data kwin-wayland kwin-wayland-backend-drm kwin-x11 libkf5filemetadata-bin libqt5webengine-data libqt5webengine5 libqt5webenginecore5 libqt5webenginewidgets5
                0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.


                I did purge okular and gwenview before running the ucare script. Both were in the identified held back packages.
                Using Kubuntu Linux since March 23, 2007
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #23
                  Originally posted by Snowhog View Post
                  It's extremely difficult (for me) to have to type using only one arm due to the cast. Grrrrr!
                  See if I can keep it to copy-paste

                  So we need to see why these packages are held back, so we will try to install one of them manually
                  Example:
                  Code:
                  apt policy kwin-x11
                  kwin-x11:
                  Installed: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
                  Candidate: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
                  Version table:
                  *** 4:5.26.2.1-0xneon+22.04+jammy+release+build18 500
                  ​<snipped>
                  Looking to install the Candidate version, mine happens to be fine your will be different.

                  Code:
                  sudo apt install kwin-x11=4:5.26.2.1-0xneon+22.04+jammy+release+build18
                  And see the dependency errors, hopefully it is something obvious.

                  Also paste the output of the contents of the dir /etc/apt/preferences.d/ (don't worry if the formatting is off)

                  Code:
                  ls -la /etc/apt/preferences.d/
                  I want to compare pin files, maybe there is something there, Can dig in to actual contents if needed. But extra files are what I am looking for, I think.

                  Comment


                    #24
                    As requested.

                    paul@paul-virtualbox:~$ apt policy kwin-x11
                    kwin-x11:
                    Installed: 4:5.25.5-0xneon+22.04+jammy+release+build14
                    Candidate: 4:5.26.2.1-0xneon+22.04+jammy+release+build18
                    Version table:
                    4:5.26.2.1-0xneon+22.04+jammy+release+build18 500
                    500 http://archive.neon.kde.org/user jammy/main amd64 Packages
                    4:5.26.2.1-0xneon+22.04+jammy+release+build17 500
                    500 http://archive.neon.kde.org/user jammy/main amd64 Packages
                    4:5.26.1-0xneon+22.04+jammy+release+build16 500
                    500 http://archive.neon.kde.org/user jammy/main amd64 Packages
                    4:5.26.0-0xneon+22.04+jammy+release+build15 500
                    500 http://archive.neon.kde.org/user jammy/main amd64 Packages
                    *** 4:5.25.5-0xneon+22.04+jammy+release+build14 100
                    100 /var/lib/dpkg/status
                    4:5.24.6-0ubuntu0.1 500
                    500 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
                    4:5.24.4-0ubuntu1 500
                    500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
                    pa

                    Originally posted by claydoh View Post
                    Also paste the output of the contents of the dir /etc/apt/preferences.d/ (don't worry if the formatting is off)
                    paul@paul-virtualbox:~$list /etc/apt/preferences.d/
                    total 28
                    drwxr-xr-x 1 root root 262 Nov 1 13:24 .
                    drwxr-xr-x 1 root root 306 Oct 30 16:17 ..
                    -rw-r--r-- 1 root root 791 Aug 6 06:27 50-neon-ubuntu-release-upgrader
                    -rw-r--r-- 1 root root 6860 Sep 14 09:38 98-jammy-overrides
                    -rw-r--r-- 1 root root 5682 Nov 1 07:10 99-jammy-overrides
                    -rw-r--r-- 1 root root 212 Aug 6 06:27 99-neon-base-files
                    -rw-r--r-- 1 root root 370 Oct 15 19:46 org-kde-neon-net-launchpad-ppa-mozillateam-pin

                    paul@paul-virtualbox:~$ cat /etc/apt/preferences.d/org-kde-neon-net-launchpad-ppa-mozillateam-pin
                    # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
                    # SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>

                    Package: firefox
                    Pin: release o=LP-PPA-mozillateam
                    Pin-Priority: 550

                    Package: firefox-*
                    Pin: release o=LP-PPA-mozillateam
                    Pin-Priority: 550

                    Package: firefox-locale-*
                    Pin: release o=LP-PPA-mozillateam
                    Pin-Priority: 550


                    paul@paul-virtualbox:~$ cat /etc/apt/preferences.d/98-jammy-overrides
                    # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
                    # SPDX-FileCopyrightText: 2022 Jonathan Esk-Riddell <jr@jriddell.org>

                    Package: libqtav1
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: assimp-testmodels
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: assimp-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cec-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-curses-gui
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-data
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-qt-gui
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: fuse
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: fuse3
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: gir1.2-poppler-0.18
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: gir1.2-xmlb-2.0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: gpgme-json
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: gwenhywfar-tools
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: highway-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: labplot
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: labplot-data
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libaccounts-qt5-1
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libaccounts-qt5-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libaccounts-qt-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libassimp5
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libassimp-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libassimp-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libcec6
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libcec-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libfuse3-3
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libfuse3-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgme11
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgme-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgmepp6
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgmepp-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgmepp-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-fox16-79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-fox16-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-gtk3-79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-gtk3-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-qt5-79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-qt5-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar-core-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar-data
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libhwy0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libhwy-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-driver-mysql
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-driver-postgresql
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-driver-sqlite
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb-data
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: liblcms2-2
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: liblcms2-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: liblcms2-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: liblitehtml0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: liblitehtml-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c-html0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c-html0-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-cpp0v5
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-cpp-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-glib8
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-glib-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-glib-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-private-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-qt5-1
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libpoppler-qt5-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqgpgme7
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqofono-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqofono-qt5-0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqt5feedback5
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libseccomp2
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libseccomp-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-bin
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-client0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-cursor0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-egl1
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-egl-backend-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libwayland-server0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxcvt0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxcvt-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxmlb2
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxmlb-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxmlb-tests
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libyuv-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: meson
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: poppler-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-cec
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-gpg
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-pyassimp
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-seccomp
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: qml-module-ofono
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: qml-module-qtfeedback
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: qtfeedback5-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: seccomp
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqca-qt5-2-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqca-qt5-2-plugins
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqca-qt5-2
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: qca-qt5-2-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100


                    paul@paul-virtualbox:~$ cat /etc/apt/preferences.d/99-jammy-overrides
                    # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
                    # SPDX-FileCopyrightText: 2022 Jonathan Esk-Riddell <jr@jriddell.org>

                    Package: libqtav1
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: assimp-testmodels
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: assimp-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cec-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-curses-gui
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-data
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: cmake-qt-gui
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: fuse
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: fuse3
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: gir1.2-xmlb-2.0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: gpgme-json
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: gwenhywfar-tools
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: highway-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libaccounts-qt5-1
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libaccounts-qt5-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libaccounts-qt-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libassimp5
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libassimp-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libassimp-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libcec6
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libcec-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libfuse3-3
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libfuse3-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgme11
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgme-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgmepp6
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgmepp-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgpgmepp-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-fox16-79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-fox16-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-gtk3-79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-gtk3-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-qt5-79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwengui-qt5-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar79
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar-core-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar-data
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libgwenhywfar-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libhwy0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libhwy-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-driver-mysql
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-driver-postgresql
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb3-driver-sqlite
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libkdb-data
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: liblitehtml0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: liblitehtml-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c-html0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libmd4c-html0-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqgpgme7
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqofono-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqofono-qt5-0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libseccomp2
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libseccomp-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxcvt0
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxcvt-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxmlb2
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxmlb-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libxmlb-tests
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libyuv-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-cec
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-gpg
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-pyassimp
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: python3-seccomp
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: qml-module-ofono
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: seccomp
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqca-qt5-2-dev
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqca-qt5-2-plugins
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqca-qt5-2
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: qca-qt5-2-utils
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    Package: libqca2-doc
                    Pin: release o=Ubuntu
                    Pin-Priority: 1100

                    # Debian ships an unstable higher version kbibtex

                    Package: kbibtex
                    Pin: origin "archive.neon.kde.org"
                    Pin-Priority: 1100

                    Package: kbibtex-data
                    Pin: origin "archive.neon.kde.org"
                    Pin-Priority: 1100

                    # Neon focal shipped qtfeedback with 5.15 while jammy has 5.0

                    Package: libqt5feedback5
                    Pin: release a=jammy
                    Pin-Priority: 1100

                    Package: qml-module-qtfeedback
                    Pin: release a=jammy
                    Pin-Priority: 1100

                    Package: qtfeedback5-dev
                    Pin: release a=jammy
                    Pin-Priority: 1100

                    Package: qtfeedback5-examples
                    Pin: release a=jammy
                    Pin-Priority: 1100

                    Package: qt6
                    Pin: release a=jammy
                    Pin-Priority: 1100

                    Package: mygnuhealth
                    Pin: release a=jammy
                    Pin-Priority: 1100


                    paul@paul-virtualbox:~$ cat /etc/apt/preferences.d/99-neon-base-files
                    # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
                    # SPDX-FileCopyrightText: 2019 Jonathan Riddell <jr@jriddell.org>

                    Package: base-files
                    Pin: origin "archive.neon.kde.org"
                    Pin-Priority: 1100


                    paul@paul-virtualbox:~$ cat /etc/apt/preferences.d/50-neon-ubuntu-release-upgrader
                    # SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
                    # SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org>

                    # Pin ubuntu-release-upgrader. There's no reason we'd ever want to use the
                    # upgrader from ubuntu since it's not adjusted to neon. So, same as with
                    # base-files we'll want to stick to our version even when there's a new
                    # version from ubuntu available. The new version will be merged in due time.

                    Package: python3-distupgrade
                    Pin: origin "archive.neon.kde.org"
                    Pin-Priority: 1100

                    Package: ubuntu-release-upgrader-core
                    Pin: origin "archive.neon.kde.org"
                    Pin-Priority: 1100

                    Package: ubuntu-release-upgrader-gtk
                    Pin: origin "archive.neon.kde.org"
                    Pin-Priority: 1100

                    Package: ubuntu-release-upgrader-qt
                    Pin: origin "archive.neon.kde.org"
                    Pin-Priority: 1100


                    Using Kubuntu Linux since March 23, 2007
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment


                      #25
                      I think we have a winner:

                      Code:
                      -rw-r--r-- 1 root root 6860 Sep 14 09:38 98-jammy-overrides
                      -rw-r--r-- 1 root root 5682 Nov 1 07:10 99-jammy-overrides​
                      There should only be the 99-jammy-overrides file
                      I have not looked at the differences, but they are not the same size.
                      I'd suggest (re)moving the 98-jammy-overrides file and seeing what happens......

                      Comment


                        #26
                        Originally posted by claydoh View Post
                        There should only be the 99-jammy-overrides file
                        Removed 98-jammy-overrides then logged out/back in and ran the ucare script.
                        .
                        .
                        .
                        Starting pkgProblemResolver with broken count: 3
                        Starting 2 pkgProblemResolver with broken count: 3
                        Investigating (0) grub-efi-amd64-signed:amd64 < 1.180+2.06-2ubuntu7 -> 1.182~22.04.1+2.06-2ubuntu10 @ii umU Ib >
                        Broken grub-efi-amd64-signed:amd64 Depends on grub-efi-amd64-bin:amd64 < 2.06-2ubuntu7 | 2.06-2ubuntu10 @ii pumH > (= 2.06-2ubuntu10)
                        Considering grub-efi-amd64-bin:amd64 10001 as a solution to grub-efi-amd64-signed:amd64 102
                        Holding Back grub-efi-amd64-signed:amd64 rather than change grub-efi-amd64-bin:amd64
                        Investigating (0) libkwinglutils14:amd64 < none -> 4:5.26.2.1-0xneon+22.04+jammy+release+build18 @un uN Ib >
                        Broken libkwinglutils14:amd64 Breaks on libkwinglutils13:amd64 < 4:5.25.5-0xneon+22.04+jammy+release+build14 @ii mK >
                        Considering libkwinglutils13:amd64 -2 as a solution to libkwinglutils14:amd64 17
                        Added libkwinglutils13:amd64 to the remove list
                        Conflicts//Breaks against version 4:5.24.6-0ubuntu0.1 for libkwinglutils13 but that is not InstVer, ignoring
                        Conflicts//Breaks against version 4:5.24.4-0ubuntu1 for libkwinglutils13 but that is not InstVer, ignoring
                        Fixing libkwinglutils14:amd64 via remove of libkwinglutils13:amd64
                        Investigating (0) libkwineffects14:amd64 < none -> 4:5.26.2.1-0xneon+22.04+jammy+release+build18 @un uN Ib >
                        Broken libkwineffects14:amd64 Breaks on libkwineffects13:amd64 < 4:5.25.5-0xneon+22.04+jammy+release+build14 @ii mK Ib >
                        Considering libkwineffects13:amd64 -3 as a solution to libkwineffects14:amd64 14
                        Added libkwineffects13:amd64 to the remove list
                        Conflicts//Breaks against version 4:5.24.6-0ubuntu0.1 for libkwineffects13 but that is not InstVer, ignoring
                        Conflicts//Breaks against version 4:5.24.4-0ubuntu1 for libkwineffects13 but that is not InstVer, ignoring
                        Fixing libkwineffects14:amd64 via remove of libkwineffects13:amd64
                        Try to Re-Instate (1) grub-efi-amd64-signed:amd64
                        Done
                        Calculating upgrade... Done
                        The following packages were automatically installed and are no longer required:
                        kwin-wayland-backend-drm libkwinxrenderutils13 libpoppler118
                        Use 'sudo apt autoremove' to remove them.
                        The following packages will be REMOVED:
                        libkwineffects13 libkwinglutils13
                        The following NEW packages will be installed:
                        libkwineffects14 libkwinglutils14 libpoppler124
                        The following packages have been kept back:
                        grub-efi-amd64-bin grub-efi-amd64-signed
                        The following packages will be upgraded:
                        kwin-common kwin-data kwin-wayland kwin-wayland-backend-drm kwin-x11 libkf5filemetadata-bin liblcms2-2 liblcms2-utils libpoppler-cpp0v5 libpoppler-glib8 libpoppler-qt5-1 libqt5webengine-data libqt5webengine5 libqt5webenginecore5 libqt5webenginewidgets5 libwayland-client0
                        libwayland-cursor0 libwayland-egl1 libwayland-server0 poppler-utils
                        20 upgraded, 3 newly installed, 2 to remove and 2 not upgraded.
                        .
                        .
                        .
                        Preparing to unpack .../kwin-x11_4%3a5.26.2.1-0xneon+22.04+jammy+release+build18_amd64.deb ...
                        Unpacking kwin-x11 (4:5.26.2.1-0xneon+22.04+jammy+release+build18) over (4:5.25.5-0xneon+22.04+jammy+release+build14) ...
                        Preparing to unpack .../kwin-wayland_4%3a5.26.2.1-0xneon+22.04+jammy+release+build18_amd64.deb ...
                        Unpacking kwin-wayland (4:5.26.2.1-0xneon+22.04+jammy+release+build18) over (4:5.25.5-0xneon+22.04+jammy+release+build14) ...
                        dpkg: libkwineffects13: dependency problems, but removing anyway as you requested:
                        kwin-common depends on libkwineffects13 (= 4:5.25.5-0xneon+22.04+jammy+release+build14).

                        (Reading database ... 206033 files and directories currently installed.)
                        Removing libkwineffects13 (4:5.25.5-0xneon+22.04+jammy+release+build14) ...
                        dpkg: libkwinglutils13: dependency problems, but removing anyway as you requested:
                        kwin-wayland-backend-drm depends on libkwinglutils13.
                        kwin-common depends on libkwinglutils13.

                        Removing libkwinglutils13 (4:5.25.5-0xneon+22.04+jammy+release+build14) ...
                        .
                        .
                        .
                        ###############################################
                        Finished updating packages and system libraries
                        ###############################################

                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done
                        Starting pkgProblemResolver with broken count: 0
                        Starting 2 pkgProblemResolver with broken count: 0
                        Done
                        The following packages will be REMOVED:
                        kwin-wayland-backend-drm* libkwinxrenderutils13* libpoppler118*
                        0 upgraded, 0 newly installed, 3 to remove and 2 not upgraded.
                        After this operation, 3,705 kB disk space will be freed.
                        (Reading database ... 206035 files and directories currently installed.)
                        Removing kwin-wayland-backend-drm (4:5.26.2.1-0xneon+22.04+jammy+release+build18) ...
                        Removing libkwinxrenderutils13 (4:5.25.5-0xneon+22.04+jammy+release+build14) ...
                        Removing libpoppler118:amd64 (22.02.0-2ubuntu0.1) ...
                        Processing triggers for libc-bin (2.35-0ubuntu3.1) ...

                        ###################################
                        Finished removing unneeded packages
                        ###################################
                        .
                        .
                        .
                        #####################################
                        Finished removing unused config files
                        #####################################

                        Reading package lists... Done
                        Building dependency tree... Done
                        Reading state information... Done

                        ######################################
                        Cleaned downloaded temporary packages
                        ######################################


                        #########################################
                        Checking to see if a reboot is required
                        #########################################



                        #########################
                        Done
                        #########################
                        Much better. How/why did I end up with two files (98-jammy-overrides and 99-jammy-overrides)?
                        Using Kubuntu Linux since March 23, 2007
                        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                        Comment


                          #27
                          Originally posted by Snowhog View Post
                          Much better. How/why did I end up with two files (98-jammy-overrides and 99-jammy-overrides)?
                          early pre-official upgrade guinea pig action

                          Comment


                            #28
                            Originally posted by claydoh View Post
                            early pre-official upgrade guinea pig action

                            Using Kubuntu Linux since March 23, 2007
                            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                            Comment


                              #29
                              To be honest I probably should have caught this earlier, I kinda sorta knew your upgrade was an early one.

                              Comment


                                #30
                                System updates are now looking as they should. What is reported with the update I just ran.
                                Reading package lists... Done
                                Building dependency tree... Done
                                Reading state information... Done
                                4 packages can be upgraded. Run 'apt list --upgradable' to see them.

                                ###############################
                                Finished updating package lists
                                ###############################
                                Reading package lists... Done
                                Building dependency tree... Done
                                Reading state information... Done
                                Starting pkgProblemResolver with broken count: 1
                                Starting 2 pkgProblemResolver with broken count: 1
                                Investigating (0) grub-efi-amd64-signed:amd64 < 1.180+2.06-2ubuntu7 -> 1.182~22.04.1+2.06-2ubuntu10 @ii umU Ib >
                                Broken grub-efi-amd64-signed:amd64 Depends on grub-efi-amd64-bin:amd64 < 2.06-2ubuntu7 | 2.06-2ubuntu10 @ii pumH > (= 2.06-2ubuntu10)
                                Considering grub-efi-amd64-bin:amd64 10001 as a solution to grub-efi-amd64-signed:amd64 102
                                Holding Back grub-efi-amd64-signed:amd64 rather than change grub-efi-amd64-bin:amd64
                                Try to Re-Instate (1) grub-efi-amd64-signed:amd64
                                Done
                                Calculating upgrade... Done
                                The following packages have been kept back:
                                grub-efi-amd64-bin grub-efi-amd64-signed
                                The following packages will be upgraded:
                                libntfs-3g89 ntfs-3g
                                2 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
                                Using Kubuntu Linux since March 23, 2007
                                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                                Comment

                                Working...
                                X