I have 3 machines I’ve switched to Linux: an old laptop with Mint, and my primary laptop and PC runing Ubuntu Studio. I use Protonvpn on all 3.

Today I had my app manager on Mint and Discover on Ubuntu showing new updates. I installed Mint’s first, via the manager and Proton was an update. It mentioned it would uninstall a few proton things so I figured it had to uninstall them in order to install the new update. Protonvpn stopped working after, it looked uninstalled but my killswitch was still active (so no internet at all and no access to open the vpn app). I had to find out how to kill the network processes via ncmli (good new info to learn!) and do a roundabout uninstall through a process I found in an old Proton post as just uninstalling it with normal commands didn’t work, restart the laptop then reinstall Protonvpn.

So on my laptop and PC, I updated via terminal instead, using sudo apt update/upgrade. All smooth and no issues.

Was my Mint problem a one-off glitch or is there a real difference when updating via update manager vs the terminal?

Edit: Thanks guys, seems the general consensus is yes, but some of ya’s say no haha. I knew going into the question that having Mint screw up with manager and Ubuntu Studio work with terminal opens a lot of os possibilities beyond simply manager vs terminal.

Next Proton update, I’m going to try the terminal on Mint instead of manager, and the manager on my Ubuntu Studio laptop instead of terminal and see if anything screws up.

  • sodalite@slrpnk.net
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    15 hours ago

    on my manjaro machine updating via terminal doesn’t cover some updates. Opening the software manager reveals missed updates. stuff like gear level and freedesktop.org. couldn’t tell ya why.

    on my fedora kde machine, it misses stuff from Discover. also not sure why.

    on mint, terminal covers everything. same on debian.

    • Mîm@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      7 hours ago

      Are the missing updates from the AUR? Because if so, most terminal tools don’t check those.

    • azimir@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      9 hours ago

      The Linux Mint GUI updater is an interesting bit of code, or at least it was about 5 years ago. I looked at updating it a bit with a status bar for a stage I thought could use it.

      I opened up the code…Python that just uses a shell call to apt. No muss, no library calls. Okay, that’ll do.

      It was a functional wrapper on the command line calls, exactly as you’d hope for a tool.

    • Fizz@lemmy.nz
      link
      fedilink
      arrow-up
      2
      ·
      9 hours ago

      What command are you using to update on the terminal? If its pacman then it will miss KDE store and flatpak updates. You can add a hook in I think.