this post was submitted on 12 Jun 2023
36 points (100.0% liked)

unix like operating system lovers

2152 readers
1 users here now

This is a community that is only for nerds jk. everyone who doesn't scare when seeing UNIX terminal welcome! rules:

  1. don't make comments that branch out from the main topic too much, at least please somehow relate to it.
  2. retro operating systems, e.g. discussion about them, is strictly forbidden, please make a retro community instead.
  3. please be nice for others.

founded 1 year ago
MODERATORS
 

My favorite is pacman because it is fast af but it has really weird syntax's

you are viewing a single comment's thread
view the rest of the comments
[–] sjmulder@lemmy.sdf.org 3 points 1 year ago (1 children)

I’d like to put in my 2 cents for pkgsrc

It’s not the sexiest, fastest or most full-featured but having a package manager that can bootstrap on anything even remotely smelling of Unix is awesome. And it sits cleanly next to whatever native package manager may exist.

pkgsrc drew me into NetBSD and becoming an official developer was a proud and happy moment.

[–] TwinTurbo@lemmy.world 2 points 1 year ago (1 children)

Hey, thanks for suggesting pkgsrc! Do you have any experience using it on systems where you don't have root access, i.e. you need to install software in your home directory? Is it a good fit for such scenarios?

[–] sjmulder@lemmy.sdf.org 1 points 1 year ago

Yes! You’ll have to use pkgsrc from source. The bootstrap script has an unprivileged flag.

See: https://netbsd.org/docs/pkgsrc/platforms.html