From 8b7ac46a0f66272c77317e39a44d573b37d81c90 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 12 Nov 2020 16:18:40 +0000 Subject: [PATCH] Break out Snaps in the package manager page Creation of Node.js snaps on the Snap store has been moved into the nodejs org. Move it into its own section and reference as an alternative method for CentOS/Fedora/RHEL/Debian/Ubuntu. --- locale/en/download/package-manager.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/locale/en/download/package-manager.md b/locale/en/download/package-manager.md index 8083ef9e2e4ec..327c7f0cf2587 100644 --- a/locale/en/download/package-manager.md +++ b/locale/en/download/package-manager.md @@ -12,7 +12,7 @@ title: Installing Node.js via package manager * [Android](#android) * [Arch Linux](#arch-linux) * [CentOS, Fedora and Red Hat Enterprise Linux](#centos-fedora-and-red-hat-enterprise-linux) -* [Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages) +* [Debian and Ubuntu based Linux distributions](#debian-and-ubuntu-based-linux-distributions) * [FreeBSD](#freebsd) * [Gentoo](#gentoo) * [IBM i](#ibm-i) @@ -23,6 +23,7 @@ title: Installing Node.js via package manager * [OpenBSD](#openbsd) * [openSUSE and SLE](#opensuse-and-sle) * [SmartOS and illumos](#smartos-and-illumos) +* [Snap](#snap) * [Solus](#solus) * [Void Linux](#void-linux) * [Windows](#windows) @@ -72,10 +73,20 @@ dnf module install nodejs:12 For CentOS/RHEL 7 Node.js is available via [Software Collections](https://www.softwarecollections.org/en/scls/?search=NodeJS). -## Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages +### Alternatives + +These resources provide packages compatible with CentOS, Fedora, and RHEL. +* [Node.js snaps](#snap) maintained and supported at https://github.com/nodejs/snap +* [Node.js binary distributions](#debian-and-ubuntu-based-linux-distributions) maintained and supported by [NodeSource](https://github.com/nodesource/distributions) + +## Debian and Ubuntu based Linux distributions [Node.js binary distributions](https://github.com/nodesource/distributions/blob/master/README.md) are available from NodeSource. +### Alternatives + +Packages compatible with Debian and Ubuntu based Linux distributions are available via [Node.js snaps](#snap). + ## FreeBSD The most recent release of Node.js is available via the [www/node](https://www.freshports.org/www/node) port. @@ -244,6 +255,10 @@ Or build manually from pkgsrc: cd pkgsrc/lang/nodejs && bmake install ``` +## Snap + +[Node.js snaps](https://github.com/nodejs/snap) are available as [`node`](https://snapcraft.io/node) on the Snap store. + ## Solus Solus provides Node.js in its main repository.