• SmoochyPit@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      5 months 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
        1
        ·
        5 months 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
      ·
      5 months 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.

      • eta@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 months 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
            1
            ·
            5 months 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
                1
                ·
                5 months 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
        1
        ·
        5 months 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.

  • ohshit604@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    5 months ago

    Be me -

    Gets the Ok from IT to switch to a Linux Distro for my work desktop.

    Gets the Ok from my direct manager.

    Gets the Ok from our contracts manager who used to be in my direct managers position before.

    Direct manager reaches out to lead developer, who happens to be a windows fanboy, for the web app we use to ensure “compatibility”, gets told to be careful of what I do and our cybersecurity insurance won’t cover it.

    Be me, looking around at all the minuscule pieces of hardware connected to the internet likely running some form of Linux or Unix.

    • ByteOnBikes@discuss.online
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      It’s a fucking web app. Make sure it works for a browser. You suck as a web developer if your shit web app needs to work on a specific OS.

      And those are fighting words because I build web apps.

      • Technus@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        I’ve started noticing websites just to refuse to work on Linux:

        • Xfinity
        • Microsoft
        • United Airlines
        • American Airlines

        It’s not like some weird script error either. It’s straight up a 403 Forbidden on certain routes. Works perfectly fine if I switch to my Windows laptop. It’s like it took one look at my user agent string and decided I was a bot.

        • ChunkMcHorkle@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          arrow-down
          1
          ·
          5 months ago

          Not saying you’re wrong, but if you’re running a VPN it could be that as well. More and more sites are demanding CAPTCHA tests and verification holds or just returning 403 for VPN access no matter what OS you are running.

    • Infernal_pizza@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      Install Windows - does updates as part of the installation process. Get to desktop and check for updates - more updates to install. Reboot and check for updates again - yet more updates.

        • Arthur Besse@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 months ago

          sudo apt --update --autoremove upgrade -y

          note

          this doesn’t actually do the same thing as the previous comment running autoremove afterwards does; the former will remove things which were rendered removable by the upgrade while the latter will only remove things which were already autoremovable prior the upgrade.