• underscores@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      25 days ago

      That’s literally everything ever that is worth it.

      Imagine saying “I really wanna play piano but I just wish I understood how to play it better. I keep having to look up how to do things”.

    • felbane@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      25 days ago

      I had the same problem trying to use a Windows 11 laptop after running linux at home for years. Turns out the “looking stuff up” part is how you learn how to use it better.

      • CoyoteFacts@piefed.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        25 days ago

        Whoa, do you have something to read up on that? I’d be extremely surprised, since apt-get is supposed to be the script-safe variant, i.e. I’d imagine it’s the more stable of the two.

        • ExtremeDullard@piefed.social
          link
          fedilink
          English
          arrow-up
          0
          ·
          25 days ago

          apt generally downloads more things than apt-get on my Debian machine. apt-get never broke anything, but I tend to eye it suspiciously now.

        • Snot Flickerman@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          25 days ago

          It’s actually just personal experience, but I stopped using apt-get a few years back now because I noticed if I did apt after apt-get there would often be a bunch of packages it missed.

          Edit: looks like it might be because apt-get can’t satisfy dependencies install new packages when upgrading while apt can since apt is a suite of different apt tools rolled into one.

          • boredsquirrel@slrpnk.net
            link
            fedilink
            arrow-up
            0
            ·
            25 days ago

            Wait what.

            apt-get is made for scripting, apt is interactive. Both should resolve dependencies. dpkg does not resolve them.

            But for interactive usage always use apt, guides using apt-get have no idea what they are doing

          • CoyoteFacts@piefed.ca
            link
            fedilink
            English
            arrow-up
            0
            ·
            25 days ago

            Yeah I’m reading a little bit on it, and it seems like apt-get can’t install new packages during an upgrade. On initial reading I was thinking there were specific packages it couldn’t download or something, but this makes sense too. Regardless, this is news to me; I always assumed that apt and apt-get were the same process, just with apt-get having stable text output for awk’ing and apt being human-readable. I’ve been using nala for a long time anyway, but this is very useful knowledge.

      • 9point6@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        25 days ago

        Legitimately didn’t know this and occasionally type apt-get just for a bit of frivolity

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    0
    ·
    25 days ago

    Nach dem Update dann kaputt oder bootet nicht mehr…

    Glorifiziert mal keine Paketbasierten Systeme

    Debian 13 ist gerade hart am strugglen zB

    • Wilmo Bones@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      Gnome Software does this with offline upgrades. It’s optional. Doing sudo dnf upgrade is the same as sudo apt update && upgrade. No reboot. Obviously you should reboot for kernels and certain hooks but otherwise yeah. You can disable gnome software automatic downloads etc

      • MimicJar@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        25 days ago

        I mean technically you did “update” the OS. It wasn’t a particularly useful command by going second, but I bet it was fast.

        • groet@feddit.org
          link
          fedilink
          arrow-up
          0
          ·
          24 days ago

          If you run it like that every day you will always be one day behind in packages. Not realy that big of a problem (unless on an internet facing server)

      • dev_null@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        25 days ago

        It’s fine! You were trying to show how Windows is better because you can’t make a mistake like that and succeeded!

        I’m joking

      • DacoTaco@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        25 days ago

        Op inverted. apt update updates the local package cache of apt so it knows what packages have updates. apt upgrade then installs those updates.

    • Storm@slrpnk.net
      link
      fedilink
      arrow-up
      0
      ·
      25 days ago

      Thank you, I mostly use pacman but have Debian (rasbian?) on raspberry pi and was fully willing to believe I’d been updating it wrong this whole time

    • SmoochyPit@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      25 days ago

      Maybe OP knew all along that they wanted to use the previous package list to upgrade and fetch the new one after! Maybe we’re all actually inverting it…

      (I’m just being silly, I recognize that an old package list would probably cause issues with installing or upgrading packages.)

      • groet@feddit.org
        link
        fedilink
        arrow-up
        0
        ·
        24 days ago

        (I’m just being silly, I recognize that an old package list would probably cause issues with installing or upgrading packages.)

        No problems anywhere you can always install older versions from a repo.

        Upgrade -> update two days ago and then again today will leave me with exactly the same packages as it would if I ran it correctly the first time and then not at all today. Just the state of two days ago.

    • Samskara@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      25 days ago

      That’s the best part of this post. Windows is fully automatic, while on Linux you need to tell apart two terminal commands with confusing naming.

      • Catoblepas@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        25 days ago

        On Mint I set up an automatic update schedule and have been double checking it when I think to. All GUI, no terminal commands. So far it’s been seamless. (Knock on wood)

      • eta@feddit.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        25 days ago

        Not necessarily. On Arch it’s just “sudo pacman -Syu” and on Fedora it’s just “sudo dnf update”.

          • DaTingGoBrrr@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            25 days ago

            If you’re too stupid to remember one or two commands there are GUI applications available where you can click “a button” to update your system.

            Or make an alias with the update command and name it “update”. This works on every distro.

              • DaTingGoBrrr@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                25 days ago

                If you can’t remember one or two commands then you are in fact stupid. With that said, Linux is for everyone.

                There are distros that have auto updates as a feature they ship (Linux Mint comes to mind). There are distros that are basically impossible to break and there are distros where you are responsible for building your own system and keeping it functioning. It all depends on your own needs. Linux gives you the freedom to choose and there are more than one way to do things.

      • moobythegoldensock@infosec.pub
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        25 days ago

        On linux, you can do what you wish. You can use a desktop environment with a GUI software center that pops up a notification that prompts you to install updates. Or update by opening the software center and selecting the ones you want. Or use the terminal commands. Or write an alias so you can type “update” and have it execute all your commands in the right order. Or script it to run silently in the background on an automated schedule.

        And you can use your computer during updates, there’s no mandatory update during shutdown/boot.

        • primrosepathspeedrun@anarchist.nexus
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          25 days ago

          If I try to update my GPU while I’m running a game sometimes it falls back to integrated graphics and gets slow+warm til I restart. That’s a fuckup I just couldn’t make on windows. Sorry, checkmate fosscommie.

            • missfrizzle@discuss.tchncs.de
              link
              fedilink
              arrow-up
              0
              ·
              25 days ago

              fun fact: GPU drivers on Windows run in userspace, because MS got fed up with all the blue screens they caused and kicked them out of the kernel. if the GPU driver crashes, the screen will go dark for a second and then flick back on. if the GPU driver can’t restart then Windows will fall back to software rendering.

              • DacoTaco@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                25 days ago

                Which is what you see happening when updating or reinstalling a gpu driver.

                Funny thing is, gpu drivers can still cause a bsod by causing fuckups in the directx driver, which ive seen happen :')

      • DacoTaco@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        25 days ago

        You think ive touched the apt commands in linux…?
        I mean, youre right, but thats because i like to be hands on. But i dont have to if i wanted :p

  • dysprosium@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    24 days ago

    Enough of these dumb memes already. Do we really so desperately need to boost our self esteem that fucking much? Yes Linux has it’s cool benefits over Windows. We fucking know.

    • toy_boat_toy_boat@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      24 days ago

      I agree. Enough with these simple memes - we need full-on propaganda!

      You know what my OS doesn’t do? Yeah, exactly. That’s the better question now.

      PS I love you

  • alecsargent@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    25 days ago

    Last week my brother had to use my laptop and install Rstudio(for some University project) because his Mac was too old and slow. I was out of home so I had to instruct him through the phone and I could hear his awe while he explained how easy was to install the program. He told me laughing that he could see the pacman and started to cheer for it, this made my day.