I have started using linux for 6 months since I leave Windows and already tried ubuntu, arch and liked mint besides arch AUR be so useful, but because I have had some issues with rolling release I choose mint, and I sometimes need latest package, there is somehow to install without being though appimage and tarball?

  • theshatterstone54@feddit.uk
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Your only option is universal formats like Flatpak and AppImage. I would recommend against random deb packages or compiling from source unless it’s some very tiny obscure utility that will not need any updates in the foreseeable future (so something like j4-dmenu-desktop or a fetch script).

  • dark_stang@beehaw.org
    link
    fedilink
    arrow-up
    5
    ·
    1 year ago

    Flatpak is good for user things that need to be bleeding edge. If I need to work with a server that’s bleeding edge, containers are the way to go.

    • Max-P@lemmy.max-p.me
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Yeah if they want to update system packages it’s where things end up in dependency hell. You want newer X, it needs newer Y, it needs newer Z and it’s a a library half the packages of the system depends on and the rest of the system goes boom.

      It’s actually why I went to Arch, I need to hold back packages way more rarely than I want newer everything else.

  • joey@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    If it’s cli, use toolbox or distrobox. You can pull in an arch image and get the stuff from AUR.

      • joey@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        That’s awesome then. I had some trouble with an electron app so i thought it’s complicated.