Announcement

Collapse
No announcement yet.

Discover system upgrades failing for a few days now...

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

    [Post-Install] Discover system upgrades failing for a few days now...

    I've run into an issue with Discover over the last week or so. It queues up a system upgrade, but always fails. Below is the error message. Is this something I need to fix myself, or is this a driver mismatch on Ubuntu's end? I'm running an Nvidia RTX 4070 with the "Using NVIDIA driver (open kernel) metapackage from nvidia-driver-580-open (proprietary, tested)" option selected in the driver manager tool.

    <html>Dependency resolution failed:<br/><br/>The following packages have unmet dependencies:
    linux-modules-nvidia-580-open-6.14.0-32-generic: Depends: nvidia-kernel-common-580 (&lt;= 580.65.06-1) but 580.95.05-0ubuntu0.25.04.1 is to be installed
    </html>​

    Thank you for your time.

    #2
    Try using apt:

    Code:
    sudo apt update
    
    sudo apt upgrade
    If you see the same error, try using
    Code:
    sudo apt full-upgrade
    I'm wondering if Ubuntu's phased updates are getting in the way here. I've seen a couple of similar instances of this, though one was KDE neon, and the other was 24.04.

    But in any case, the few packages being phased this week didn't seem to be related to kernel modules and nvidia, even with many layers of dependencies.

    Ubuntu's phased updates are a bit randomized at the system level, but using Discover vs apt, one can sometimes be seen as phased, and the other as not phased. The neon user having the same error had success when using apt.

    If you still get the error, post more of the output, particularly the lines just above this.


    Last edited by claydoh; Oct 19, 2025, 04:14 PM.

    Comment

    Users Viewing This Topic

    Collapse

    There are 0 users viewing this topic.

    Working...
    X