• @foggy@lemmy.world
    link
    fedilink
    2681 year ago

    Well the solution here is to just use the superior distro, naturally.

    This post will surely upset nobody.

    • @xeekei@lemm.ee
      link
      fedilink
      English
      491 year ago

      You’re right! If a deb file exists then surely it’s in the AUR. ABS will repackage it seamlessly for you and then install it directly with Pacman.

    • Neko the gamerOP
      link
      fedilink
      61 year ago

      is there a way to make it work like a rolling release of sorts? i’d want to use debian, but i don’t want to stay with old packages and wait 2 years for an update

      • @Wulff@sh.itjust.works
        link
        fedilink
        12
        edit-2
        1 year ago

        You could use debian testing. It’s a somewhat “rolling-release” model. You will get more up to date packages with more stability too.

        You could also use unstable, but I wouldn’t recommend it personally.

        Edit: if you really need the most up to date version of some packages, you can pin them to use the unstable repo. This would be a pretty reasonable solution.

      • @lwe@feddit.de
        link
        fedilink
        71 year ago

        You could just go with Debian unstable. I rarely ran into issues while running it in a rolling release style.

        Debian testing might also work for you. But it will have a freeze window before each release.

        • this_is_router
          link
          fedilink
          21 year ago

          As will have debian unstable. That’s the way it goes, for a few months every few years it slows down until the new stable gets released. Testing is just 10 days after unstable to avoid the biggest bugs.

          Never had big problems with debian unstable in 15 years though, as long as you use apt-listbugs

  • f00f/eris
    link
    fedilink
    English
    801 year ago

    Even worse: the .deb file’s dependences are only available in a specific version of Ubuntu LTS or with PPAs.

  • @penquin@lemm.ee
    link
    fedilink
    711 year ago

    That’s where the AUR comes in. Some neckbeard somewhere has already made an AUR package of that.

  • arthurpizza
    link
    fedilink
    English
    661 year ago

    Nothing Distrobox can’t fix. I can run AUR, RPM, and even those deb files that only run on Ubuntu for some damn reason on my Debiain system.

    It’s probably already in your default repos too.

    • Neko the gamerOP
      link
      fedilink
      131 year ago

      even those deb files that only run on Ubuntu for some damn reason on my Debiain system.

      FUCK i understand now! the software i wanted to install had a .deb but its website said it was for ubuntu 20.04, no wonder it didn’t work on a debian container!

      i’ll try this RIGHT NOW, hope it works!

      • Neko the gamerOP
        link
        fedilink
        41 year ago

        it didn’t work, but i soon found out by looking at it’s entry on the AUR that the package is itself broken, not the distro environment it’s supposed to be installed on

      • @littlecolt@lemm.ee
        link
        fedilink
        21 year ago

        It’s seriously frustrating. I had this happen just last night, but fortunately I was able to get the app I needed another way.

    • @jasondj@ttrpg.network
      link
      fedilink
      31 year ago

      Just switched a couple of my systems from Pop and Fedora (gnome) to Debian 12 w/ KDE Plasma.

      All in l I like it. I don’t like where Canonical or RedHat are moving, for the FOSS consumer. Canonical is making huge strides as an enterprise distro but for home use I’ve really moved away from it since Unity.

      Originally I went Fedora because my office was a RHEL shop but we’re moving towards Ubuntu.

      • Subverb
        link
        fedilink
        11 year ago

        I’m a light Linux user with windows 11 on my work dev machine.

        I started using Linux Mint and it’s the right speed for me. Switched to Mint LMDE 6. It’s smooth.

      • @OneCardboardBox@lemmy.sdf.org
        link
        fedilink
        English
        32
        edit-2
        1 year ago

        distrobox: Tool for creating one-off containers of a different Linux distro.

        container: A virtual OS environment that runs on your computer, but doesn’t know that it’s running in your computer. It’s not the same as a VM or emulator.

        flatpak: A tool designed by RedHat for running sandboxed Linux programs in any environment. Flatpak can either refer to the system as a whole (eg: “You need to install flatpak on your machine to use our tools”) or an individual program packaged for the flatpak system (eg: “You must download the latest flatpak of Firefox”).

        AUR: The Arch User Repository. A collection of installation scripts to add software to Arch Linux. These scripts are not owned or maintained by anyone officially affiliated with Arch, so you can find AUR packages for almost anything.

        So, the comment becomes: Stick it in a dedicated environment designed to run Debian. Then package it so anyone can run it. Then make it easy for anyone running Arch Linux to install it.

        • halva
          link
          fedilink
          101 year ago

          flatpak… is unrelated to redhat, at least at the moment

          it was initially made as a side project by a person who worked at red hat on containers, nowadays it’s developed by freedesktop.org

  • Dizzy Devil Ducky
    link
    fedilink
    English
    281 year ago

    I don’t know what the Linux community’s consensus on appimages are, but I wouldn’t mind if people made more appimages because, for the few distros I’ve used, appimages just usually work.

    • @airbussy@lemmy.one
      link
      fedilink
      English
      211 year ago

      AppImages are definitely convient to use. However the two issues I have with them are that there’s no easy way to find them (eg flathub) and they’re not automatically integrated with the DE. Requiring a tool that manages AppImages to make it easier.

      • setVeryLoud(true);
        link
        fedilink
        121 year ago

        Appimages are supposed to be distributed the same way Windows and Mac software is distributed, that’s kind of the point.

        As for management, I agree distros should ship with an appimage manager.

  • @kttnpunk@lemmy.world
    link
    fedilink
    English
    201 year ago

    Debtap is suprisingly easy to use after switching to arch (highly recommend), but i actually love .deb files. Obviously it’s a slight risk to the user in the similar way dot EXE’s can be for windows , but they really do simplify package management for when you’re newer to linux.

  • @bigdog_00@lemmy.world
    link
    fedilink
    181 year ago

    BlendOS Will let you install virtually any package format through containerization, but it shows up just as if it was a native app. It’s pretty neat to see and I hope more distros adopt this