hi,

sorry for my ignorance, I am new in the adventure of Linux. But is it smart to wait a couple of weeks before installing brand new Linux/Ubuntu releases? I was on Ubuntu 24 but 26.02 is like a trainwreck. Missing Nvidia drivers, Python not compatible with software like Proton VPN. Everything that worked on 24 is not working on 26.02. A but disapointing honestly.

I am on a 2018 PC, but it’s not that old.

My pc is not welcome in the new Ubuntu world :’(

  • TheCornCollector@piefed.zip
    link
    fedilink
    English
    arrow-up
    5
    ·
    6 hours ago

    Don’t know about Ubuntu specifically but for all software I actually want to work, I wait for the first point release upon a major release.

  • WuxinGoat@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    7 hours ago

    I always wait for the first service pack release before i upgrade, 26.04.01, should be out in summer, (but i’ll probably move to Debian this time anyway).

  • Stefen Auris@pawb.social
    link
    fedilink
    English
    arrow-up
    9
    ·
    12 hours ago

    In general it’s best to take a wait and see approach whenever anything new is released. Upgrades from 24.04 to 26.04 usually wait until 26’s first point release which should happen sometime this summer

  • BrightCandle@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    12 hours ago

    Definitely worth waiting a few weeks and letting the post release patches roll through. I tend to start looking at it for my server upgrade about a month after its officially released, anything earlier is usually under heavy updates. IIRC do-release-upgrade on the server releases typically doesn’t even allow upgrades for at least a month.

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    11 hours ago

    24.04 to 26.04 is a big version jump and sadly they can’t check every combination of hardware and software. Some people don’t go through the upgrade process and just back up their user data and reinstall when they want to upgrade to a new major release. In my experience, the automatic upgrader is usually fine but occasionally requires me to tweak something on my system.

    Missing Nvidia drivers

    Ubuntu has a “driver manager” software in the settings which should allow you to install recommended drivers.

    Python not compatible with software like Proton VPN

    What version are you using and how did you install it? You might be using an older version of their app and the issues are fixed in the latest versions. If you really can’t get their app to work, you can go to https://account.protonvpn.com/downloads#openvpn-configuration-files and download an OpenVPN file which you can import in your network settings. It doesn’t have all the bells and whistles as their app, but it still allows you to VPN your traffic.

    My pc is not welcome in the new Ubuntu world :’(

    I mean, isn’t Windows notorious for breaking things after an update as well? :P Computers in general are brittle and don’t handle change well.

    • HrMoon@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      Thank you for all the replies! I will bunker in and wait it out. For the nvidia problems, it’s Steam recommending me drivers which were pre installed on Ubuntu 24, but on 26.02 the were nuked :( I still want to be social and play some games with my friends

      sudo apt install nvidia-driver-550-open

      Gives all all these errors with dependencies.

      Proton VPN I installed from official command lines from their website:

      sudo apt install proton-vpn-gnome-desktop

      `Error: Unable to satisfy dependencies. Reached two conflicting assignments:

      1. python3-proton-vpn-api-core:amd64=5.0.1 is selected for install because:
        1. proton-vpn-gnome-desktop:amd64=0.10.1 is selected for install
        2. proton-vpn-gnome-desktop:amd64=0.10.1 Depends python3-proton-vpn-api-core (>= 4.14.0) [selected proton-vpn-gnome-desktop:amd64=0.10.1] For context, additional choices that could not be installed:
        • In proton-vpn-gnome-desktop:amd64=0.10.1 Depends python3-proton-vpn-api-core (>= 4.14.0):
          • python3-proton-vpn-api-core:amd64=4.19.1 is not selected for install
          • python3-proton-vpn-api-core:amd64=4.18.0 is not selected for install
          • python3-proton-vpn-api-core:amd64=4.17.2 is not selected for install
          • python3-proton-vpn-api-core:amd64=4.16.0 is not selected for install
          • python3-proton-vpn-api-core:amd64=4.15.2 is not selected for install
          • python3-proton-vpn-api-core:amd64=4.14.3 is not selected for install
          • python3-proton-vpn-api-core:amd64=4.14.1 is not selected for install`

      ok back to Ubuntu 24 it is :)