Skip Navigation
138 comments
  • AUR is really not that great? Who moves to Arch for it? It's been my main OS for I don't even know how long but AUR has been my primary pain point. PKGBUILD is cool and useful useful. AUR however, is untrusted (or rather shouldn't be trusted), often out of date, sometimes requires compilation, and doesn't even have any good pacman wrappers since yaourt (that I'm aware of).

    Am I missing something?

  • Arch is special 😁

    • @jcb2016 @InternetPirate I I have never tried one. What's the most difference between Arch and Ubuntu? 🤔

      • The goals each one is trying to achieve.

        Arch is build it yourself. You are presented with a CLI (command-line interface) installer, and you decide what do you want to have on your system.

        Another thing Arch is trying to achieve is the principal of KISS, keep it simple. The software should do what is was meant to do, and that's it.

        Ubuntu's 'goal' is to give the user experience of 'it just works'.

        Pros to Arch - you know exactly what you have on your system, and you have more control.

        Cons to Arch - you are in cotrol, so you need to be careful not mess things up (if something happened, it's the user fault).

        Pros to Ubuntu - you have a lot of software installed, and you don't need to set up a lot. So it's very easy for new users.

        Cons to Ubuntu - you have a lot of software installed. Some of them you might not use, at all (some would say it's a bloatware).

      • Different distros. Arch is bleeding edge and Debian is more stable. You can rely on it not having bugs and it just working l!

  • What's so special about it? Isn't it just a repository? Or am I missing something? If it's just a repo, Ubuntu has PPAs and everyone and their mother is creating PPAs.

    • PPAs and the AUR are very different. Where as PPAs contain prebuilt .deb packages, the AUR hosts PkgBuild scripts that typically pull from a git repo and compile a program for you.

      I understand the confusion though, because they accomplish the same goal of installing software that is not in the main repos, but in different ways.

    • It's a single, central, community space for build plans, which are extremely easy for anyone to create and submit.

      Edit: And easier to audit than prebuilt packages

  • The AUR is nice and all, but the reality is that most people will be served just fine (if not better) by the more curated repositories. Fedora's bundled repositories are more than enough for my dev work - and thanks to Flatpak and AppImage, closing any gaps is pretty easy.

138 comments