this post was submitted on 08 Dec 2023
237 points (94.4% liked)

linuxmemes

19842 readers
969 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PrefersAwkward@lemmy.world 17 points 7 months ago* (last edited 7 months ago) (2 children)

Ideally, you should use Pamac (if you're doing CLI), not Pacman, to update Manjaro. Haven't used Manjaro in a while, but this is gospel most of the time.

EDIT: clarity

[–] TerminalLover@programming.dev 9 points 7 months ago* (last edited 7 months ago) (1 children)

Is it because of the offset between the main packages and the AUR? Man, that's such a bad decision.

Edit: they seem to be using yay as the package manager.

[–] taladar@sh.itjust.works 6 points 7 months ago (1 children)

From the Gentoo user and Debian/RedHat server admin perspective the whole AUR mess with its 20 package managers just for that and its different way to install stuff compared to the main distro packages has always made me stop Arch-based distros whenever I gave them a try. Why can't they do what Gentoo and Debian and RedHat distros do and have one unified packaging system for all packages?

[–] YerbaYerba@lemm.ee 6 points 7 months ago (1 children)

You can use pacman and makepkg for everything if you want. Alternative tools are for convenience.

[–] taladar@sh.itjust.works 1 points 7 months ago

On the other binary distros I don't have to compile third party packages myself though. And on Gentoo I use ebuilds for everything and they are super-easy to write, especially if you have a similar package as a starting point.