
Snapcraft
Flatpak
FLATHUB
Homebrew
AppImageKit
Linux kernel
Chocolatey
NixOS
pkgsrc
Conda
Homebrew
Yay
Portage
Nix
Docker
BBEdit
Snapcraft
pkgsrcBased on our record, Snapcraft should be more popular than pkgsrc. It has been mentiond 91 times since March 2021. 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 do not recommend using earlier versions of GForth or the Snap version. Snap runs programs in a confined environment, so the current directory and paths may not match what the shell session expects. This breaks commands like new and packages.get. - Source: dev.to / 2 months ago
Extremely easy to deploy either just downloading the binary and starting it as a service or using Docker or snap with more options coming in the future. - Source: dev.to / about 1 year ago
Electron is horrid, but as a user, I prefer bloated "apps" to no support at all. As for your second point: [1] 1: https://snapcraft.io/. - Source: Hacker News / about 1 year ago
Back in the day, I used snapd, which is similar to Mac's Homebrew. - Source: dev.to / about 2 years ago
Hopping from one distro to another with a different package manager might require some time to adapt. Using a package manager that can be installed on most distro is one way to help you get to work faster. Flatpak is one of them; other alternative are Snap, Nix or Homebrew. Flatpak is a good starter, and if you have a bunch of free time, I suggest trying Nix. - Source: dev.to / over 2 years 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
Flatpak - Flatpak is the new framework for desktop applications on Linux
Conda - Binary package manager with support for environments.
FLATHUB - Apps for Linux, right here
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.
AppImageKit - Linux apps that run anywhere