Results 1 to 9 of 9

Thread: Cannot Upgrade From 23.04 to 23.10

  1. #1
    Join Date
    May 2006
    Beans
    81

    Exclamation Cannot Upgrade From 23.04 to 23.10

    Whenever I try to upgrade from 23.04 to 23.10 I get this error:
    Error during update

    A problem occurred during the update. This is usually some sort of
    network problem, please check your network connection and retry.
    I don't have an internet problem. In fact, the upgrade process downloads stuff before it gets to this point.

    I have tried both "Software Updater" and the CLI command sudo do-release-upgrade (with -d and -c ,not both at the same time)

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,447
    Distro
    Xubuntu

    Re: Cannot Upgrade From 23.04 to 23.10

    Was this the first upgrade attempt? Are there other error messages?

    Please show us your sources list:

    Code:
    cat /etc/apt/sources.list

  3. #3
    Join Date
    May 2006
    Beans
    81

    Re: Cannot Upgrade From 23.04 to 23.10

    Sources list:
    When I run the upgrade I get thismessage about the vivaldi repo even though I have disabled it:
    Ign https://repo.vivaldi.com/archive/deb stable InRelease
    Get:1 https://repo.vivaldi.com/archive/deb stable Release [3,840 B]
    Get:2 https://repo.vivaldi.com/archive/deb stable Release.gpg [833 B]
    Err https://repo.vivaldi.com/archive/deb stable Release.gpg
    The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 62993C724218647E

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Cannot Upgrade From 23.04 to 23.10

    Please show the results of this posted within CODE Tags:
    Code:
    ls /etc/apt/sources.list.d/* | xargs -I {} sh -c "grep . {}" | grep -v "#"

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  5. #5
    Join Date
    May 2006
    Beans
    81

    Re: Cannot Upgrade From 23.04 to 23.10

    deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=amd64] https://repo.vivaldi.com/archive/deb/ stable main
    deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=amd64] https://repo.vivaldi.com/archive/deb/ stable main
    deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=amd64] https://repo.vivaldi.com/archive/deb/ stable main
    Types: deb
    URIs: https://dl.winehq.org/wine-builds/ubuntu
    Suites: kinetic
    Components: main
    Architectures: amd64 i386
    Signed-By: /etc/apt/keyrings/winehq-archive.key
    Enabled: no
    Types: deb
    URIs: https://dl.winehq.org/wine-builds/ubuntu
    Suites: kinetic
    Components: main
    Architectures: amd64 i386
    Signed-By: /etc/apt/keyrings/winehq-archive.key
    Enabled: no
    Types: deb
    URIs: https://dl.winehq.org/wine-builds/ubuntu
    Suites: lunar
    Components: main
    Architectures: amd64 i386
    Signed-By: /etc/apt/keyrings/winehq-archive.key
    Enabled: no
    Types: deb
    URIs: https://dl.winehq.org/wine-builds/ubuntu
    Suites: lunar
    Components: main
    Architectures: amd64 i386
    Signed-By: /etc/apt/keyrings/winehq-archive.key
    Enabled: no

  6. #6
    Join Date
    May 2010
    Beans
    3,268

    Re: Cannot Upgrade From 23.04 to 23.10


  7. #7
    Join Date
    May 2010
    Beans
    3,268

    Re: Cannot Upgrade From 23.04 to 23.10

    Code:
    wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg
    Source:
    https://forum.vivaldi.net/topic/8280...key-missing/10

  8. #8
    Join Date
    May 2006
    Beans
    81

    Re: Cannot Upgrade From 23.04 to 23.10

    Thank you guys! That did the trick.
    I really appreciate you taking the time to help me,
    Keith

  9. #9
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Cannot Upgrade From 23.04 to 23.10

    That fixed "that" error, but you potentially have more errors to prevent.

    Number 1 rule for PPA and Upgrading a release version is to disable your PPA's "before" you attempt a go-release-upgrade... From the output which I asked for, you still have many PPA, and external repo's to disable before you are ready for that...

    The easiest way to do that, is to start up the "Software & Updates" app > Software tab > write down all the ones that are checked (currently)... Important. After you do that, uncheck them all.

    Do your release upgrade.

    After it is through... Start That app back up, and check those written down checkboxes again. Close the app.

    Then open a terminal...
    Code:
    sudo apt update ## <--- Do not do the second command if you have errors with this
    sudo apt upgrade
    Check the output for errors... Why? >>> Because some PPA's and repo's may end at a certain release version, like where you were at before the release upgrade.

    If you get an error with a message something like: "missing release file"... Then that is the case. Go back to that app, and uncheck the box for whatever that was. Wash, rinse, repeat until you have no errors.

    The second command will see the release is newer, ad update the packages from that PPA or Repo.
    Last edited by MAFoElffen; November 8th, 2023 at 02:37 AM.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •