Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

75% Positive

Analyzed from 252 words in the discussion.

Trending Topics

#aur#distro#something#user#model#repo#pkgbuild#don#namespace#isn

Discussion (12 Comments)Read Original on HackerNews

AshamedCaptain29 minutes ago
I'll note that OpenSuse also has Packman which a shitton of people enable (for codecs), has also 'one namespace only' an looser policies than the main distro.

I do not think this something you can escape by switching distro.

cqz3 minutes ago
Yes, the only reason this isn't happening in other distros is simply popularity.

Namespacing is the solution, and as mentioned in the article some ditros do indeed have namespaced user repos, like Fedora's Copr. The trust model of a flat namespace user repo is completely broken when the maintaining user can change at any moment.

rvz36 minutes ago
Who still uses Arch btw after this?
rcxdude3 minutes ago
The AUR has consistently had warnings around it of 'verify the PKGBUILD', far more so than any other package manager that allows anyone to sign up.
anagram66624 minutes ago
If you want something from the AUR, just don't be lazy, read the pkgbuild.
segfalt_21 minutes ago
I do, I'm just choosy about aur packages I use
giancarlostoro32 minutes ago
I still do, I just don't touch AURs anymore.
akerl_33 minutes ago
Is there another distro that has an equivalent of the AUR with handling you think is preferable?
orbital-decay16 minutes ago
AUR is fast and loose and doesn't do much "handling" by design, so it's hard to find any equivalent repo. But there's always a tradeoff between fresh (nixpkgs unstable, might be the closest) and tested (Debian).
akerl_8 minutes ago
AUR isn't just "the testing repo of Arch"; it's explicitly just an open spot where anybody can put up "here's a PKGBUILD for folks". I don't see how it's like either the Nix or Debian examples.
guilhas12 minutes ago
Gentoo

But let's hope we get this solved, like peer review model, vouch, or something

It is very good to be able to find build/install files for everything

akerl_5 minutes ago
Gentoo's model appears to be basically the same? Like the AUR, anybody can submit basically anything they want. The requirements amount to containing valid packages, having a bugzilla account, and putting your package definitions in VCS somewhere.