Announcement

Collapse
No announcement yet.

Update failed (to 25.10)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Software] Update failed (to 25.10)

    When I try to upgrade my Kubuntu 25.04 to 25.10, I get a window that says "Upgrade failed with the following output:" but nothing is written (see screenshot). What can I do?

    You may only view thumbnails in this gallery. This gallery has 1 photos.

    #2
    Don't use Discover.

    Open Konsole. Type: sudo apt update && sudo apt full-upgrade to ensure that everything is 'up to date'. If any packages are reported as being held (phased), you won't/shouldn't attempt to upgrade to 25.10 yet.

    If you aren't told any packages are being held, then type: sudo do-release-upgrade
    Windows no longer obstruct my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Originally posted by Snowhog View Post
      Don't use Discover.

      Open Konsole. Type: sudo apt update && sudo apt full-upgrade to ensure that everything is 'up to date'. If any packages are reported as being held (phased), you won't/shouldn't attempt to upgrade to 25.10 yet.

      If you aren't told any packages are being held, then type: sudo do-release-upgrade
      Two packages appear to be upgradable, even though everything is up to date on discover. With sudo apt full-upgrade it tells me "Not yet updated due to staggering:
      fwupd libfwupd3"​ How can I update them?

      Click image for larger version

Name:	Schermata_20251030_180731.png
Views:	0
Size:	150.3 KB
ID:	689039
      Last edited by checco; Today, 11:19 AM.

      Comment


        #4
        You can bypass the phasing hold on these two packages by running sudo apt -o APT::Get::Always-Include-Phased-Updates=true install fwupd libfwupd3​ If the packages update without any issue (no ERRORS), you can run the sudo do-release-upgrade command.
        Windows no longer obstruct my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Originally posted by Snowhog View Post
          You can bypass the phasing hold on these two packages by running sudo apt -o APT::Get::Always-Include-Phased-Updates=true install fwupd libfwupd3​ If the packages update without any issue (no ERRORS), you can run the sudo do-release-upgrade command.
          Everything seems to have gone well, the packages are up to date. Tomorrow I'll try to launch the upgrade with the command 'sudo do-release-upgrade'. I'll let you know...for now, thanks.

          You may only view thumbnails in this gallery. This gallery has 1 photos.

          Comment


            #6
            I have experienced the same problem. The output of
            sudo apt full-upgrade
            shows me that
            fwupd libfwupd3
            ​are not upgrading yet due to phasing.
            When I try
            sudo apt -o APT::Get::Always-Include-Phased-Updates=true install fwupd libfwupd3
            ​the output states
            Error: Unable to locate package libfwupd3

            It seems like "fwupd libfwupd3" have been phase-delayed for a very long time compared to other previous phasing delays.
            Should I continue to wait on this? Or is this a problem with my system not performing correctly?

            My nearly daily update regimen is:
            sudo apt update
            sudo apt list --upgradable
            sudo apt full-upgrade
            sudo apt autoremove


            Here is the most recent operation and output of that regimen:
            <user>@<hostname>~$ sudo apt update
            [sudo] password for <user>:
            Hit:1 http://us.archive.ubuntu.com/ubuntu plucky InRelease
            Hit:2 http://us.archive.ubuntu.com/ubuntu plucky-updates InRelease
            Hit:3 http://us.archive.ubuntu.com/ubuntu plucky-backports InRelease
            Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease
            Hit:5 http://security.ubuntu.com/ubuntu plucky-security InRelease
            2 packages can be upgraded. Run 'apt list --upgradable' to see them.
            Notice: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://dl.google.com/linux/chrome/deb stable InRelease' doesn't support architecture 'i386'
            <user>@<hostname>:~$ sudo apt list --upgradable
            fwupd/plucky-updates 2.0.13-1~25.04.1 amd64 [upgradable from: 2.0.7-1]
            libfwupd3/plucky-updates 2.0.13-1~25.04.1 amd64 [upgradable from: 2.0.7-1]
            <user>@<hostname>:~$ sudo apt full-upgrade
            Not upgrading yet due to phasing:
            fwupd libfwupd3

            Summary:
            Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 2
            <user>@<hostname>:~$ sudo apt autoremove
            Summary:
            Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 2


            ​Am I doing something wrong?

            Comment


              #7
              https://bugs.launchpad.net/ubuntu/+s...r/+bug/2130246

              Comment

              Users Viewing This Topic

              Collapse

              There are 0 users viewing this topic.

              Working...
              X