I am currently using EndeavourOS, but am annoyed by the constant daily updates of 1GB and pacman not installing important dependencies automatically (ex: spell checker for document editor). I like the way Fedora works: you update whenever, important dependencies are downloaded automatically, and packages are recent-ish, but I don’t like that it takes forever to run dnf. I don’t want to use Manjaro (apparently it breaks quickly?), and the distro needs to support KDE. I know about Flatpak, but I don’t want to download 1GB of data for each app. Are there any good options?

(Yes, I can probably deal with Fedora, but dnf is slower than apt, and I don’t want to deal with external repositories for non-free software.)

EDIT: I do not want to tweak or edit configuration files, I just need something that has up to date packages and “just works”.

  • Yardy Sardley
    link
    fedilink
    295 months ago

    There’s openSUSE tumbleweed. It’s rpm based like fedora and it’s rolling-release like arch. I don’t know what the 3rd party/nonfree software situation is like. Maybe someone else can chime in on that front.

    I will add, as an arch user, I think you could easily tweak your current system to be less annoying with the updates, but I realize that’s not the question you’re asking so feel free to disregard that.

    • @leopold
      link
      English
      9
      edit-2
      5 months ago

      OP is complaining about dnf being too slow. I’ve heard zypper is even worse.

      • TurboWafflz
        link
        fedilink
        65 months ago

        Yeah I love opensuse but zypper is the slowest thing in the world. It takes it several minutes just to refresh repositories a lot of the time

          • TurboWafflz
            link
            fedilink
            15 months ago

            I love using opensuse, don’t worry I have tried to make packages with obs and it did not go well. But then again I’m bad at making packages for most things.

  • @Nibodhika@lemmy.world
    link
    fedilink
    255 months ago

    Important is subjective, do you consider Spanish spell checker important for your document editor? How about Arabic or Chinese? Why would you want all of that bloat installed by default? Better than whoever needs spell checker in a specific language installs that.

    When you install a program Pacman lists the optional dependencies for it, just install the ones you want and that’s it.

    As for daily updates you don’t need to update daily, just weekly or monthly is good enough, just because there are updates available doesn’t mean you should install them asap.

  • @think1984@lemmy.ml
    link
    fedilink
    English
    175 months ago

    To speed up DNF:

    /etc/dnf/dnf.conf  
    ...
    max_parallel_downloads=5
    max_parallel_connections=20
    

    I have found that RHEL/Rocky/Alma are very much faster at updating using DNF than Fedora, though I don’t know why.

  • Bob
    link
    fedilink
    175 months ago

    Fedora should ship with DNF5 pretty soon now, and it is supposed to be a lot faster than the current DNF4

    • @Trashboat@lemmy.blahaj.zone
      link
      fedilink
      25 months ago

      Fedora 41 specifically is when it’s planned to be introduced, which would release towards the end of the year. It was initially planned for 39 but got delayed sadly, though I think there’s a way to swap to it for testing? But yeah, hopefully DNF can shirk the obvious “did not finish” joke because it really is slow

  • Aniki 🌱🌿
    link
    fedilink
    English
    15
    edit-2
    5 months ago

    With a rolling release you don’t need to install every update every single day. You just need to remember to occasionally update to the latest. Updating every day on a rolling release is actually kinda dangerous. I wouldn’t recommend that in practice. Why not configure an auto-install script? You could probably make a systemd unit file that does a pacman -Syu overnight, if it can.

    Here – someone did it already - its in aur -

    https://aur.archlinux.org/packages/autoupdate

      • Melmi
        link
        fedilink
        English
        45 months ago

        You should ideally be updating manually so you can handle any issues as they arise and you don’t wake up to a silently broken system. Manual intervention is occasionally required. Usually it’s associated with a breaking change that’s announced on the mailing list, but sometimes it’ll just happen.

      • @CalicoJack@lemmy.dbzer0.com
        link
        fedilink
        25 months ago

        Automating updates is generally frowned upon, that’s when things can break. But waiting to run updates until you feel like it (instead of daily) is totally fine. I’ve been using Arch and its forks for years, and have always updated once a week unless something was wrong.

      • Aniki 🌱🌿
        link
        fedilink
        English
        3
        edit-2
        5 months ago

        Because minor patches are not always worth installing. If there’s a new exploit you should update immediately but you dont need to give a shit that every python package has a minor update. The point of a rolling release is to give you the option to use the latest and greatest.

        • @poinck@lemm.ee
          link
          fedilink
          05 months ago

          That does not explain the dangerous part.

          I would argue, that on Arch I can get a fancy update with a bug even if I only update every week, and I may have to live with it longer if I stick to weekly updates.

          With this logic, it is always dangerous to update Arch, if you don’t look what is coming in. I know, that Arch is not that unstable it used to be. But people seem to warn about Arch updates, still. I wonder how the situation really is. I will never know for my self, because I will not install Arch again, anytime soon.

          And I don’t agree that updating a rolling distro daily is per se dangerous. You can do that with Gentoo if you don’t unmask unstable (~arch) keywords and follow the news provided with eselect. I can even mask stable updates if I am not ready to deal with them yet.

          • @EuroNutellaMan@lemmy.world
            link
            fedilink
            3
            edit-2
            5 months ago

            If you update daily you will have a higher chance of running into bugs and shit that can break things due to doing more minor updates. Of course it also depends on how much stuff you got from the AUR.

            With this logic, it is always dangerous to update Arch, if you don’t look what is coming in

            Yes, it is. It’s why I never recommend arch and arch-based things to newbies, and certainly not without that disclaimer. Mind you I found it to still be incredibly stable provided you do the weekly updates.

            Also, frankly, you’re wasting your time , disk space and internet updating every day. Granted not a lot usually but not needed.

  • AwkwardLookMonkeyPuppet
    link
    fedilink
    95 months ago

    Doesn’t

    sudo pacman -S package_name

    Install packages along with their dependencies?

    sudo pacman -Syu

    Will synchronize the database and update all packages, including their dependencies.

    • @leopold
      link
      English
      125 months ago

      It doesn’t install any optional dependencies, is the problem the user seems to have.

      • AwkwardLookMonkeyPuppet
        link
        fedilink
        85 months ago

        That’s because Arch is all about user control, and they want you to pick which optional ones you want. I agree though that it would be useful to have a flag that just installed everything.

        • @Nibodhika@lemmy.world
          link
          fedilink
          115 months ago

          That’s a bad idea, even going back to his question, he wants spell checker, should it install every single language? It’s likely a bad idea to do that, you’ll get a lot of things you don’t need. Not to mention optional dependencies might contradict each-other if several of them perform the same service, e.g. video playback backend

          • AwkwardLookMonkeyPuppet
            link
            fedilink
            15 months ago

            Yeah, I think what they really want is an installer. Pop!_OS is a pretty great option. I’ve never had issues with their Pop! Shop.

    • chi-chan~
      link
      fedilink
      4
      edit-2
      5 months ago

      Do

      sudo pacman -S --needed <package-name>

      instead.

  • @blackstrat@lemmy.fwgx.uk
    link
    fedilink
    English
    9
    edit-2
    5 months ago

    Try using yay with EndeavourOS. It’s much easier than pacman for most standard stuff but if you have to you can use pacman too as yay is basically a wrapper around pacman.

    To do a full update you literally just type yay. To install something it’s yay and then you’re given a list of possibilities including your related sub packages and can make multiple selections at once.

    • tester1121 (moved)OP
      link
      fedilink
      English
      15 months ago

      Kinoite probably won’t work for me, but distrobox sounds cool. I’ll check it out.

  • @Joker@discuss.tchncs.de
    link
    fedilink
    45 months ago

    Check out ublue. They have Silverblue/Kinoite images with some extras to make it a more usable without having to layer it yourself. It updates in the background and you get the new version whenever you decide to reboot. It keeps a few snapshots so you can rollback right in the grub menu. You can even run an Arch container on top of Kinoite with distrobox and get apps from there. Or you can fork their image and make your own immutable OS.

    • @MalReynolds@slrpnk.net
      link
      fedilink
      English
      25 months ago

      ^This. I run ublue-kinoite with Arch distroboxes for dev. Rock solid, implicitly rollback-able main OS with the AUR in your pocket. What’s not to love?

  • lemmyreader
    link
    fedilink
    05 months ago

    Manjaro, even though not loved by most, does this, Arch based but few updates per time unit.