
Nix
Conda
Portage
Homebrew
Docker
Yay
DPKG (Debian Package Manager)
pacman (package manager)
pkgsrc
Conda
Homebrew
Yay
Portage
Docker
BBEdit
iTerm2
pkgsrcBased on our record, pkgsrc seems to be a lot more popular than Nix. While we know about 11 links to pkgsrc, we've tracked only 1 mention of Nix. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I've used this to build nine tools that are live at nix.tech:. - Source: dev.to / about 2 months ago
> Most open source software packages are also compiled for BSD variants, they switched to 64 bit time_t a long time ago and reported back upstream any problems. * NetBSD in 2012: https://www.netbsd.org/releases/formal-6/NetBSD-6.0.html * OpenBSD in 2014: http://www.openbsd.org/55.html For packaging, NetBSD uses their (multi-platform) Pkgsrc, which has 29,000 packages, which probably covers a large swath of... - Source: Hacker News / 12 months ago
> https://pkgsrc.smartos.org/install-on-macos/ Note that Pkgsrc is a NetBSD-derived project. * https://pkgsrc.org The Joyent folks leveraged it to allow their customers, who were perhaps not as familiar with Solaris/SmartOS, a larger pool of packages. Pkgsrc was running on Solaris before Joyent, Joyent built on top of it. - Source: Hacker News / almost 2 years ago
Https://pkgsrc.org/ from netbsd runs on many systems. - Source: Hacker News / about 2 years ago
It seems according to pkgsrc.org that pkgin might follow the PKG_PATH environment variable. You're supposed to set PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/", and according to uname(1), -p gives the processor architecture and -r gives the operating system [kernel] release. Source: over 3 years ago
It seems like pkgsrc.org hasnโt got the news yet. Source: over 3 years ago
Conda - Binary package manager with support for environments.
Portage - Portage is source-based package manager used by Gentoo and its descendants. It controls all process from fetching source through building it, installing into clean environment to "merging" with already installed software.
Homebrew - The missing package manager for macOS
Yay - Yay is an AUR helper written in go, based on the design of yaourt, apacman and pacaur.
Docker - Docker is an open platform that enables developers and system administrators to create distributed applications.
DPKG (Debian Package Manager) - dpkg is the core of package management in Debian-based Linux distributions. it has multiple front ends like apt or aptitude that extend dpkgs usability and features