I’m thinking of choosing Debian instead. I’m a student, low on budget, and wanna play with linux and laptops, and I think Arch or Cachy OS need updates or distro upgrades(?) weekly or something?

Solved: up to date Arch can last for 2 decades on my cheap laptop, and use Flatpak for older versions of software.

  • Pommes_für_dein_Balg@feddit.org
    link
    fedilink
    arrow-up
    16
    ·
    1 month ago

    This isn’t like a phone OS where they add ressource-draining new features every 6 months.
    If your computer can run the OS at installation, it’ll be able to run it for a long time.
    One good reason not to use Arch is if you have a limited internet connection.
    Updates are often 1 GB or more per week, depending on what you have installed.
    So if that’s an issue, Debian is the better choice.

    • CarlLandry357@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      1 month ago

      “If your computer can run the OS at installation, it’ll be able to run it for a long time.”

      but what if I have a cheap laptop? Arch will force me to download the latest, and using xfce feels not enough.

      • Telorand@reddthat.com
        link
        fedilink
        arrow-up
        10
        ·
        1 month ago

        You’re still in the mindset of Microsoft/Apple. “The latest” doesn’t mean software bloat. Hell, I just updated my packages last night, and the space they took up went down. Package updates typically bring improvements, and I’m always excited to see what optimizations they’ve added. Sometimes, major version changes (e.g. 5.4 to 6.0) bring big changes you might not want or need, but…

        …nobody is forcing anything. You get to decide what gets upgraded and when. Arch/Debian isn’t some overarching company dictating when updates happen and what gets updated. It’s a community-driven project, mostly by hobbyists, and updates happen in a piecemeal fashion as individual package maintainers make improvements.

        It sounds to me like you should try out both options in a VM. And if you’re planning on Debian, be sure to give PikaOS a try, too.

        • jorigicoku@lemmy.world
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          1 month ago

          With Arch partial upgrades are explicitly not supported. You either upgrade all packages to the current version or you upgrade nothing. With Debian that’s different, you can upgrade a single package (with its dependencies) just fine. Technically you can do whatever you want of course.

          That said, I wouldn’t really worry about upgrades, even on old hardware. Choosing a desktop environment is much more impactful if you worry about performance.

          • Telorand@reddthat.com
            link
            fedilink
            arrow-up
            2
            ·
            1 month ago

            I’m not sure what you mean. There’s a specific section in /etc/pacman.conf for ignoring specific or group/meta packages. You absolutely can ignore specific packages and run a typical pacman -Syu to update everything else just fine.

            ETA: and you can upgrade a single package with pacman -Sy <package name>

            • jorigicoku@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              30 days ago

              You can if you know what you’re doing, but you shouldn’t. In the context of this question holding back an Arch package is not a feature of Arch OP should rely on in every day use. In Debian this is supported (up to a point).

              • Telorand@reddthat.com
                link
                fedilink
                arrow-up
                1
                ·
                30 days ago

                I would agree with that wisdom in general. I don’t think any package manager would prefer a user piecemeal updates like that.

        • CarlLandry357@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          If latest release doesnt add bloat, what the software available is only the newest and bloated, for example the latest GIMP? What if you need older Photoshop version or something for ram or ssd?

          • Telorand@reddthat.com
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            You would run Windows software with Wine (Bottles is great for this). If you can find an older installer, you would (in theory) install it in a specific directory structured for Wine (called a wine prefix).

            If software is too big or heavy, there’s ways to manually install a specific package version on Arch, or you can tell pacman not to upgrade a package you have already installed by noting it should be ignored via a specific section of your pacman.conf

      • ranzispa@mander.xyz
        link
        fedilink
        arrow-up
        7
        ·
        1 month ago

        I run arch on a 2007 laptop. It was a cheap laptop at the time. Still runs very fine. Unless you want to keep the laptop running for the next 40 years I wouldn’t worry too much.

        • CarlLandry357@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          I think I can see it, codes added to the latest release is unnoticeable, but are you forced to use the heaviest software? or are you able to choose the older ones?

          • ranzispa@mander.xyz
            link
            fedilink
            arrow-up
            2
            ·
            1 month ago

            If you install from repositores you are forced to use the latest version. You can use older versions through appimages. In general, there’s no real reason to use older versions unless you need to reproduce something specific which was done in the past doing it in the same way.

          • Brgor@lemmy.zip
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 month ago

            The beauty of Arch is you only have to install the software you actually want.

  • Bonje@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    1 month ago

    With Arch-likes its ever so slightly harder to roll back package versions but still doable.

    Considering kernel maintainers are only now removing support for i486 and i586 you will be fine for a long time with anything from the past 2 decades.

    And push comes to shove you can just tell your package manager to not update something and not worry about it.

    Like mentioned though, there are a lot of upgrades and they are constant so if bandwidth is a problem, a Debian-like might be more for you.

    • CarlLandry357@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      1 month ago

      “Considering kernel maintainers are only now removing support for i486 and i586 you will be fine for a long time with anything from the past 2 decades.”

      That sounds great, but still you need to download the latest release, and the newest software.

      • Bonje@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        1 month ago

        That's the neat part, you don't

        That’s the neat part, you don’t need to. You can just install any Linux distro and not upgrade. Obviously bad for security but you aren’t forced to upgrade ever.

        My server is running a Debian-like and I’ve found release updates to be the most nerve racking process ever. Updating package repos and waiting for the whole system to refresh all the packages and fussing over what needs backports because a package is not in the new release repo… I dread it every year.

        For arch I just have a snapper pacman hook to automatically create snapshots for my btrfs system so I can roll back if an update is just not working. Then just wait a few days and try again.

        • Telorand@reddthat.com
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          For arch I just have a snapper pacman hook to automatically create snapshots for my btrfs system so I can roll back if an update is just not working.

          And if they go with CachyOS and choose Limine as the bootloader, it will be set up automatically! You can also install after the fact, as I did, but I agree that having hooks before and after package updates is very helpful and has come in handy a couple of times.

          • Bonje@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            Slightly worried for my use was because I have ukify images with dracut and sbctl. It generates the boot entries with that long id so I’ll maybe need to do some manual pacman hooks to modify the limine boot entries.

            The thing might be simpler than a skim through tells me but I’ll need to set aside some time to get it right. Thanks for the call out, would be super neat if this works.

  • ranzispa@mander.xyz
    link
    fedilink
    arrow-up
    6
    ·
    1 month ago

    Both the system have updates which are often rolled out. You can choose not to update, or can set the system to update automatically. You shouldn’t be worried about updates. The os will keep on working on your laptop regardless of how many updates it receives.

    Unless by low budget you mean a 2010 cheap laptop, you won’t have problems with either of the systems.

    • Telorand@reddthat.com
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      Can confirm. I have an old 2015 laptop running Bazzite, and it still updates and runs like a champ (and though that’s Fedora, it should be functionally identical to Arch or Debian for most things).

  • KssioAug@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 month ago

    As others have mentioned, you’re not forced to. But Debian is indeed way more conservative in that regard if you use their stable release. Particularly I think you won’t have issues with either regarding hardware compatibility or performance. But for what reason would you want Arch or Cachy OS if you don’t mind me asking?

    Just so you know, if you install Distrobox you can run pretty much any app from any distro (except drivers), regardless if you choose Debian or Arch. So if I were you, I’d choose Debian if you’re worried about stability, and choose Arch/CachyOS if you want to keep up to date features and drivers. Then use Flatpak and Distrobox to download pretty much any app you want.

    I particularly use CachyOS and have zero issues with it with my Asus Vivobook with a Ryzen 5825U released on 2023.