Pacman v7.0.0 released (gitlab.archlinux.org)
from federino@programming.dev to linux@lemmy.ml on 19 Jul 2024 21:27
https://programming.dev/post/17088751

#linux

threaded - newest

Telorand@reddthat.com on 19 Jul 2024 21:32 next collapse

Damn, that game’s still going, eh? (/j)

federino@programming.dev on 19 Jul 2024 21:38 next collapse

going full open source 😎

bionicjoey@lemmy.ca on 19 Jul 2024 22:20 next collapse

Originally it was called puckman, but they changed it because it would have been too easy to vandalize people’s arch installations

Telorand@reddthat.com on 19 Jul 2024 22:31 collapse

You win!

thingsiplay@beehaw.org on 19 Jul 2024 22:33 collapse

pacman is my favorite game on Arch.

cirdanlunae@lemmy.blahaj.zone on 19 Jul 2024 21:44 next collapse

This is exciting! Can’t wait to kill my install by trying to upgrade!

BrianTheeBiscuiteer@lemmy.world on 19 Jul 2024 22:46 next collapse

You can run pacman on Windows?

russjr08@bitforged.space on 20 Jul 2024 01:00 next collapse

Kinda. One of the Linux “wrappers” (I’m a bit tired and can’t think of the correct term here, bear with me) that lets you utilize some Linux utilities on Windows, maybe it was mingw or cygwin, actually uses pacman as their package manager IIRC.

vort3@lemmy.ml on 20 Jul 2024 07:36 collapse

msys2.

russjr08@bitforged.space on 20 Jul 2024 11:05 collapse

Yep that’s the one, thanks!

radivojevic@discuss.online on 20 Jul 2024 02:05 next collapse

It’s called Ms. PacMan over there

jinwk00@lemm.ee on 20 Jul 2024 20:12 collapse

Clever.

Alawami@lemmy.ml on 20 Jul 2024 07:59 collapse

yes (msys2) except it will never bork your windows install unlike on arch.

muhyb@programming.dev on 19 Jul 2024 23:22 next collapse

I mean you don’t really use Arch if you don’t bork it once in a while. :)

radivojevic@discuss.online on 20 Jul 2024 02:09 next collapse

That’s a very pleasant word for a horrible experience I keep doing to myself.

30p87@feddit.de on 20 Jul 2024 06:33 collapse

NVidia borks my installation sometimes. Then my stupidity to choose the non-dkms beta driver from the AUR. But all in all, my non-NVidia-devices (server, workstation and laptop) run fine on arch testing, updated every time I use one of those devices.

dinckelman@lemmy.world on 19 Jul 2024 23:24 collapse

If anything, i would expect packagekit frontends to break. If you use pacman as intended, you’ll be just fine

thingsiplay@beehaw.org on 19 Jul 2024 22:34 next collapse

  • On Linux systems, ensure the download process does not write outside the download directory

What does that mean “On Linux systems”? Pacman is available for non Linux systems?

unique_hemp@discuss.tchncs.de on 19 Jul 2024 22:39 next collapse

The MSYS2 environment on Windows uses pacman as well.

thurstylark@lemm.ee on 20 Jul 2024 07:39 collapse

Pacman was birthed from the Arch ecosystem, but it’s built to be generalized so any project can use it if they choose.

tetris11@lemmy.ml on 20 Jul 2024 19:05 collapse

arch = base.tarball[0] + pacman
 
[0] 90% similar to all other linux tarballs
thurstylark@lemm.ee on 20 Jul 2024 23:30 collapse

I’m genuinely not sure what you’re saying here…

tetris11@lemmy.ml on 21 Jul 2024 13:21 collapse

The base tarball that separates Arch from Debian or Gentoo differ in very minor structural ways, but the difference is the way they fetch, parse, and install packages is huge.

Given this small difference in base tarballs, one can make the case the Arch codebase is the pacman codebase.

thurstylark@lemm.ee on 21 Jul 2024 14:31 collapse

I mean… Yeah…? It’s not all that controversial to say that any distro is essentially just glue between several pieces of software…

What’s your point?

tetris11@lemmy.ml on 21 Jul 2024 20:27 collapse

(not quite sure where the hostility is coming from, but) if you agree that the base tarball of the distro is inconsequential, then one could argue that the package manager is the actual distro.

That is, using pacman on Windows is akin to an Arch installation on windows.

thurstylark@lemm.ee on 21 Jul 2024 21:55 collapse

Apologies, hostility wasn’t my intention, only seeking understanding.

Ya know, in the context of the software in a vacuum, sure. But I think I’ll ammend what I said earlier about what constitutes a distro:

IMO, It’s not just software that glues other existing software together into a contiguous OS, but also a staff, a community, a philosophy cast on that collection of software. A way of doing things and thinking about them. Decisions and the rationale for them, a history of iteration, user needs and how those needs are filled. Us soft squishy humans that make, maintain, modify, administer, use, and complain about the software.

Because I think that reducing a distro to only the software it produces or uses fails to paint the whole picture. The mechanisms used for managing the collection of software on any specific machine is only one part of a larger system.

Pacman isn’t the only part of Arch, and Arch isn’t just pacman. The same is true if you s/Arch/MSYS2/g on that statement.

tetris11@lemmy.ml on 22 Jul 2024 08:06 collapse

I hear what you’re saying but I try my best to divorce a piece of art from its art fans and curators, because ultimately I don’t want to be sold into a doctrine on how I should see something, I just want to enjoy it.

I do agree that Arch is much bigger than its codebase (I just sometimes wish it wasn’t, with the sole exception of the Arch Wiki)

ColdWater@lemmy.ca on 20 Jul 2024 04:02 next collapse

[- - - - - - - - - - - -C o o o o o o o o o]

Gjolin@lemmy.ml on 20 Jul 2024 07:05 collapse

The moment I installed it, yay broke. To fix it, if any of you need this: do an ln -s to the .so that is being requested. This allows yay to work again. Use yay to upgrade yay. Finally remove the symbolic link.

thevoidzero@lemmy.world on 20 Jul 2024 16:19 collapse

Can you do makepkg in the clone of yay PKGBUILD from aur? That seems like a better solution than symlinking…

CrayCray@lemmy.world on 20 Jul 2024 20:12 next collapse

This is the correct thing to do when it breaks, recompile and link against the new libs. Otherwise you could see funny behaviour.

IsoSpandy@lemm.ee on 21 Jul 2024 00:00 collapse

I did this. And it worked like a charm

thevoidzero@lemmy.world on 21 Jul 2024 00:57 collapse

That’s how you’re supposed to use AUR, I think. All yay, paru, etc do is make it convenient to do that while also helping with searching and upgrading them.