I’ve been using a lot of Debian based distributions recently after half a year on Arch. The main thing I miss a lot is the AUR. The convenience of having all my packaged in one format is a huge reason why I use Arch. Is there anything like it for the AUR?

I also think that things like Flatpaks and Snaps could be useful, as I don’t really want to have tons of repositories for tons of programs I install.

  • @[email protected]
    link
    fedilink
    English
    111 months ago

    Take a look at the nix package manager. It is a very large and up-to-date package repo.

  • chimay
    link
    fedilink
    English
    111 months ago

    slackware has slackbuild iirc, arch has aur, so why not debianbuild recipes ?

  • @[email protected]
    link
    fedilink
    English
    1
    edit-2
    11 months ago

    Not the answer you are looking for, but you can always compile things yourself.

    “Gus are you bleeping INSA–”

    It’s very easy to compile something after you get the hang of it. The experience varies from typing three commands (./configure, make and sudo make install) to just one. (sudo make install). And you can find out the package dependencies by reading the README file… or by just taking a look at the project directory. Or even at the Makefile file (which is a some sort of “installer” that you can edit and change to whatever you want.)

  • @jim_stark
    link
    English
    1
    edit-2
    11 months ago

    AUR like stuff is simply not for Debian. You are expected to only use software in the official repos.

    If you want AUR you should really use Arch Linux or a easier alternative like EndeavourOS.

    If you really want AUR (like thing) on Debian I recommend the nix package manager. It will do it’s own thing without messing with the host OS.