jpikl / pm

Package manager wrapper (supports: pacman, paru, yay, apt, dnf, zypper, apk, brew, scoop)
MIT License
6 stars 0 forks source link

Please add `apk` support (Alpine linux) #1

Open PEMessage opened 1 month ago

jpikl commented 1 month ago

Yeah, that's something I planed to add.

Done in the latest commit 6eef5c504c225eb98dd910c0efe48a7ceeb461d7

Could you test if it's working for you?

PEMessage commented 1 month ago

This works great for me! Thanks! I have only one small problem: it seems like the BusyBox built-in xargs doesn't support the -o option. Considering how widely Alpine Linux is used in Docker, maybe it would be a good idea to bypass this?

jpikl commented 1 month ago

It looks like there is a workaround for xargs -o. I will try to implement it.

jpikl commented 1 week ago

Should be fixed by bb54d6bbbf9c1a1baf253dfc8107f70863a8df81

Does this work for you?