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.

  • jezebelley3d@lemmy.zipOP
    link
    fedilink
    English
    arrow-up
    5
    ·
    7 months ago

    Ha! Touché. TBF this isn’t a common problem as this is a particularly niche piece of software. Everything else I needed was easily installed via the Fedora package manager- click install and done. Turns out BBS emulators aren’t plentiful in 2023 (⌐■_■)

    • The_Pete@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      7 months ago

      As a note, when you can’t find a package, go find the source, you can usually build and install in a couple commands. Its nice to use the package management of the distro, but most of the time, you could just install the deps and compile and be done with it.