Welp, I made a similar thread yesterday regarding Manjaro but I decided to swap to Fedora as my daily driver for stability purposes. Unfortunately since fedora is yet another non Debian distro I need help finding a Syncterm replacement.

I’m my previous thread it was pointed out to me that syncterm has a docker option which I can run on Fedora, but I’d prefer running an app locally if possible.

I tried the Syncterm snap package which boots inside bash, but it doesn’t have ANSI support (which is the entire point of using Syncterm) since I assume it’s simply piggy backing off of bash- hence the 1.5* review on the snap store.

Looking for options… if anyone can help a Linux noob I’m all ears. I tried Alien to convert deb to rpm and fell on my face.

  • Corroded
    link
    fedilink
    English
    72
    edit-2
    6 months ago

    If you are looking for something a little more stable than Manjaro but still Arch based and beginner friendly EndeavorOS is a good option.

    Not an answer to your question or suggesting you jump from Fedora just putting it out there.

      • Corroded
        link
        fedilink
        English
        2
        edit-2
        6 months ago

        Good to hear. Thanks for the link. I’ll have to test it out in a VM

    • @fxdave@lemmy.ml
      link
      fedilink
      12
      edit-2
      6 months ago

      My brother had that OS. It worked fine until it got a bug that the computer froze when he enabled the wifi, and the only way to stop it was pressing the power button. I couldn’t figure out the cause, and there was many unnecessary things coming with the OS, so I helped him to install Arch instead. Now, it works well and feels clean.

      EDIT: based on the comments, the issue happened with arch too.

      • @null@slrpnk.net
        link
        fedilink
        116 months ago

        Odds are it would have come up on a regular Arch install too, and simply reinstalling is what fixed it.

        EndeavourOS is essentially just a GUI installer for Arch with some defaults changed.

        • @sailingbythelee@lemmy.world
          link
          fedilink
          36 months ago

          I was wondering this, too. I’m too new to Manjaro to have any opinion about its long-term stability, but it doesn’t make intuitive sense to me that Manjaro would be less stable than a distro that is based solely on the AUR.

          I wonder if Arch newbies choose Manjaro initially, improve their knowledge of Linux, then switch to Arch if their installation fails. After that, having reached Linux’s final boss, they know that all further problems in Arch are just part of the experience.

          Or is it maybe that Arch installations are often more minimalist than Manjaro and so are less likely to have conflicts? By way of example, and going from memory, the base EndevourOS install is around 900 packages, while the base Manjaro install is over 14,000 packages.

          I really like my Manjaro installations, so as you can imagine, I’m hoping it isn’t an inherently flawed distro.

          • CubitOom
            link
            English
            56 months ago

            I’ve been running Manjaro for about 6 years. I’ve only had self induced issues.

            • I restarted during a GPU driver update
            • I only used pacman to do system updates and it kept failing. I needed to use pamac for those round of updates instead.

            Arch is a better OS in that you have more control of exactly what it will do. But Manjaro also provides a great experience out of the box with all the major DEs. It really comes down to how much convenience are you willing to trade for control.

            For what it’s worth, I’ve only noticed the slower Manjaro repo helping me once when steam fonts broke on the arch repo. So I basically had a warning and was able to switch to the beta version of the steam client to avoid that issue. So the slower Manjaro repo is not a selling point IMO, but the DE tweaks and configurations are.

      • @HatFullOfSky@lemmy.world
        link
        fedilink
        56 months ago

        If this was a recent occurrence, it may have been from the 6.6.5 kernel. There was a WiFi regression in that version that did exactly that, slowed the system to an absolute crawl. I got hit by it on my PC and ended up hosing my whole install (because I panicked and botched things up), but my laptop was fine. I finally got things reinstalled a couple days later when 6.6.6 was released, which fixed the regression anyway.

      • Corroded
        link
        fedilink
        English
        3
        edit-2
        6 months ago

        I get it but that sounds like a bit of a niche problem and I don’t know if OP, as a beginner, would have much luck setting up Arch on their own without running into some weird issue of a similar caliber.

      • @myersguy@lemmy.simpl.website
        link
        fedilink
        26 months ago

        Isn’t it just an installer, welcome app, theming, and maybe an Nvidia driver helper?

        I don’t think Endeavour really adds that much, but maybe my perception has been wrong this whole time 🤷

        • @LeFantome@programming.dev
          link
          fedilink
          16 months ago

          No, you are right. EndeavourOS is about two-dozen packages on top of the Arch repos and AUR ( 80,000 packages ). Most of the additional packages are just nice-to-have utilities you can enjoy or avoid.

          EOS ( EndeavourOS ) is more of an opinionated Arch installer than a stand-alone distribution. Other than theming, almost everything in a fresh EOS install comes from the Arch repos. Even the kernel is native Arch.

          I happen to like the way EOS sets up the system, including that it installs yay by default which makes the AUR available right away.

          You can disable the EOS repos in EndeavourOS if you want. It really is just Arch.

        • @null@slrpnk.net
          link
          fedilink
          16 months ago

          That’s exactly what makes Endeavor a great option over Manjaro. You just end up with more-or-less normal Arch instead of the jank of Manjaro.

          • @myersguy@lemmy.simpl.website
            link
            fedilink
            26 months ago

            Oh, for sure. I was responding to the guy saying “I couldn’t figure out the cause, and there was many unnecessary things coming with the OS”

            Doesn’t seem like there’s that much extra with Endeavour vs Arch.

      • @LeFantome@programming.dev
        link
        fedilink
        16 months ago

        Since EndeavourOS uses the Arch packages and the Arch kernel, there is nothing in EndeavoyrOS that could impact WiFi that would not be the same in Maeve Arch.

    • @nieceandtows@programming.dev
      link
      fedilink
      16 months ago

      My 6800xt desktop regularly froze on endeavour, but on nobara it hasn’t frozen nearly as frequently. Also, i encountered an update issue that broke most of the packages, and I spent an absurd amount of time fixing it. It happened again after a couple of months. I managed to fix it quicker this time, but endeavour os (and arch) is not as stable as the experienced arch users make it to be. I’m not an arch newbie btw. I’ve been using arch, Manjaro, and endeavour for close to 10 years now. Just recently switched to nobara. (distrohopped frequently since Ubuntu 5.04, but I just want a maintenance free distro these days)

    • @saddlebag@lemmy.world
      link
      fedilink
      16 months ago

      I really wanted to love Endeavour. I run it for about 2 days then it broke when systemd updated, literally couldn’t get past bios (thread here for the interested reader). The combination of Dracut and Systemd isn’t as stable as on arch. And then the recovery steps don’t seem to work so I just started again with arch.

      Just a cautionary tale for arch based distros and their stability.

      • @LeFantome@programming.dev
        link
        fedilink
        16 months ago

        You must have tried EOS recently. They only just moved to Dracut. Most of my EndeavoyrOS machines pre-date that change and it does not force it on you when you update. It would still be possible to use an older installer to avoid Dracut I suppose.

        I only have Dracut on one laptop actually. That machine boots super fast though and I was considering moving to Dracut elsewhere. Interesting to hear that it might be less stable. I will have to look into that now. Thanks for the heads up.

  • @kuneho@lemmy.world
    link
    fedilink
    276 months ago

    if you feel comfortable with Debian based distros (or at least, to my understanding), why not use… Debian? or a Debian based system?

    • Brayd
      link
      fedilink
      English
      16 months ago

      I loooove Debian and I don’t mind having older packages for better stability. However the only reason for me for not using Debian is actually KDE Plasma. I don’t want to miss out on new Plasma released and have to wait forever until I receive them.

  • @Shatur@lemmy.ml
    link
    fedilink
    21
    edit-2
    6 months ago

    Have you considered using Arch on which Manjaro is based?

    This way you won’t have issues with AUR. It’s not hard to install, you can use archinstall helper if you want, it’s available in the default installation media.

    • @Flaky@iusearchlinux.fyi
      link
      fedilink
      English
      31
      edit-2
      6 months ago

      If they want a full-fledged system running Arch, then EndeavourOS might be the best bet. Archinstall is great for quickly installing Arch but there’s still quite a lot of set-up required after that, and for some people, they don’t really want to do that. EndeavourOS is essentially a ready-made Arch set up (or as another person said here, a very opinionated Arch install), and is based on Arch’s repos but has its own extra repo for its own software while Manjaro holds the packages back for two weeks (which creates sync problems with, say, the AUR)

      • @LeFantome@programming.dev
        link
        fedilink
        126 months ago

        Uses exactly the Arch repos and kernel. EndeavourOS is more like an opinionated Arch install than a stand-alone distro. This is not a negative comment as I am an enthusiastic EndeavourOS user.

        • @CheshireSnake@iusearchlinux.fyi
          link
          fedilink
          English
          7
          edit-2
          6 months ago

          EndeavourOS is more like an opinionated Arch install

          Fellow EOS user and this is a hilarious yet accurate description. Still have vanilla arch but EOS on my laptop now since I tend to mess with it often.

      • @lseif@sopuli.xyz
        link
        fedilink
        16 months ago

        i too am a satisfied endevouros user. its great if you want something like manjaro, that doesnt break, or something like arch, but easier to get started.

      • @LeFantome@programming.dev
        link
        fedilink
        26 months ago

        You can do this, and I have, but there can be issues during the switch if you are not careful.

        The machine I use as my Jellyfin server used to be Manjaro and is now vanilla Arch ( having migrated it from Manjaro to Arch in place ). It still has a few quirks though. The quirks do not matter for what I use it for ( it is rock solid for Jellyfin ) but anytime I have to reboot or use the desktop, I am reminded. Nothing too serious and nothing I could not fix with a little time of course. That machine is purely functional though and I do not want to spend any time on it. Since my video is all on a second drive, I will probably nuke it and do a fresh EndeavourOS install one of these days. It would be much faster to re-install Jellyfin than to fix all the little warts. The other Manjaro systems I had were replaced with fresh EndeavourOS installs.

  • @mlg@lemmy.world
    link
    fedilink
    English
    13
    edit-2
    6 months ago

    God damn these replies are braindead

    https://forum.puppylinux.com/viewtopic.php?t=5658

    Auto script that builds and installs for both Debian and Fedora.

    Unfortunately, no RPMs exist on repos and COPR, which is Fedora’s AUR.

    spoiler

    Although considering the AUR package hasn’t been updated since June of last year, I doubt having a COPR build will be beneficial.

    Nevertheless, it would be useful to have an available RPM. If I get time, I can submit one to COPR.

    • @SquigglyEmpire@lemmy.world
      link
      fedilink
      46 months ago

      Good god, someone who actually read the OP’s question and replied with information respondent to it instead of just shrieking “how dare you not use the distro I like” at them. I was starting to think that was banned around here :)

  • IsThisLoss [comrade/them]
    link
    fedilink
    English
    106 months ago

    EndeavourOS is probably what you are looking for. Almost vanilla arch with a desktop capable package base, calameres GUI installer, no delayed updates, and some neet build hooks

    • @QuazarOmega@lemy.lol
      link
      fedilink
      106 months ago

      Don’t understand why you’re being downvoted, this is definitely the cleanest solution.
      There’s also a new handy app to manage the containers of distrobox: BoxBuddy, I’ve just noticed it switched to Rust and GTK now and, even better, it’s right there on Flathub!

  • @Luci@lemmy.ca
    link
    fedilink
    English
    86 months ago

    Consider building it from source. A quick websearch for Syncterm Fedora and Syncterm Build had a few tutorials.

    Or try taking a look at the AUR pkgbuild file, it’s basically an install script, might give you clues on how to build it yourself if you want to experiment and learn :)

    • @jezebelley3d@lemmy.zipOP
      link
      fedilink
      English
      26 months ago

      That might be what I have to do. Back when I was on Kubuntu I built it from source using a tutorial for deb based machines. I searched for a similar guide with Fedora’s RPM as the focus but couldn’t find anything. Most Linux guides I see posted are for some flavor of Ubuntu.

  • TheEntity
    link
    fedilink
    86 months ago

    Syncterm seems to be available in nixpkgs. It’s trivial to install Nix (the package manager, not NixOS the system) on top of any system you choose and then add one or two packages you need, in this case just Syncterm.

  • @juli@programming.dev
    link
    fedilink
    66 months ago

    I have no idea what syncterm is, a link would be useful. I can only find scetchy things.

    But you write that it’s available for debian. Then just use distrobox and installl syncterm in a debian image and export it.

    1. Install distrobox https://wiki.archlinux.org/title/Distrobox
    2. Use prefered image https://github.com/toolbx-images/images
    3. Use debians package manager and install package
    4. Export if needed https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-export.md
    5. Enjoy
        • Norah - She/They
          link
          fedilink
          English
          06 months ago

          I’m sorry, but like half the sites for open source tools and programs look like that. Hell, the OpenSSH website doesn’t look that much more legitimate to my eyes.

          • @juli@programming.dev
            link
            fedilink
            26 months ago

            I experienced that for windows 10 years ago but (almost) all projects on linux have adopted a new style over time.

            I gotta agree that there are some very old projects but it just looks scetchy to me because it’s old and just off.

          • @sir_reginald@lemmy.world
            link
            fedilink
            2
            edit-2
            6 months ago

            OpenSSH website looks perfectly legitimate. It’s quite similar to the site of the project that brought it to life, OpenBSD.

            It’s also a very good looking website, no mobile or material-design bullshit where websites look all the same. It’s a very nice classy looking site.

  • @Fizz@lemmy.nz
    link
    fedilink
    66 months ago

    Why do people use the aur on manjaro? I thought they specifically say that the aur is not supported on manjaro.

    • @mex@sopuli.xyz
      link
      fedilink
      146 months ago

      Why use an Arch-based distro if you can’t use the AUR? It’s like one of the most, if not the most defining feature of them

      • @Fizz@lemmy.nz
        link
        fedilink
        66 months ago

        On Arch the AUR is made specifically for arch users so while not supported by the distro Arch is supported by the aur.

    • @bulwark@lemmy.world
      link
      fedilink
      English
      46 months ago

      That’s what I was wondering. Seems like a recipe for disaster having your main system be several versions behind them shoehorning bleeding dependencies for AUR programs into the mix.

    • @teawrecks@sopuli.xyz
      link
      fedilink
      26 months ago

      They have an option in their own pamac GUI to enable the AUR. IMO if they want to send the message that it will cause issues and it shouldn’t be used, they shouldn’t make it so easy to enable. Or if they do want to make it that easy, display a clear disclaimer about the issues you can expect to run into if you try it.

  • Kid_Thunder
    link
    fedilink
    6
    edit-2
    6 months ago

    You can just install Arch in a distrobox if you want or a debian + children in a distrobox, install the app and it should launch from your launcher like any other app you use. Distrobox is fantastic.

    When I need to install something from the AUR, I just enter my Arch distrobox and do it, same for Ubuntu and stuff.

    Edit:

    I forgot to mention that you’ll need to use the distrobox-export command to make it so you can launch an app like any other easily from your launcher.

    • @LeFantome@programming.dev
      link
      fedilink
      16 months ago

      I have started using Distrobox + Arch as well to get the AUR in other systems. I quite like Chimera Linux for example but it has few packages at the point. Distrobox + Arch / AUR solves that perfectly.

  • @coolmojo@lemmy.world
    link
    fedilink
    56 months ago

    If you don’t want to use Nix packages or DistroBox, you can try an alternative which is in the fedora repository, like Qodem

  • TunaCowboy
    link
    fedilink
    46 months ago

    It’s trivial to set up a fairly solid up to date rolling release on debian if that’s what you prefer, stable isn’t the only release debian offers.