Skip to content

Commit d78185c

Browse files
AdamMajernschonni
authored andcommitted
Update openSUSE and SUSE package availability
1 parent 569445a commit d78185c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

locale/en/download/package-manager.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,18 +301,21 @@ pkg_add node
301301

302302
Node.js is available in the main repositories under the following packages:
303303

304-
* **openSUSE Leap 42.2**: `nodejs4`
305-
* **openSUSE Leap 42.3**: `nodejs4`, `nodejs6`
306-
* **openSUSE Tumbleweed**: `nodejs4`, `nodejs6`, `nodejs8`
307-
* **SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
308-
(The "Web and Scripting Module" must be [added before installing](https://www.suse.com/documentation/sles-12/book_sle_deployment/data/sec_add-ons_extensions.html).)
304+
* **openSUSE Leap 15.2**: `nodejs10`, `nodejs12`, `nodejs14`
305+
* **openSUSE Tumbleweed**: `nodejs16`
306+
* **SUSE Linux Enterprise Server (SLES) 12**: `nodejs10`, `nodejs12`, and `nodejs14`
307+
(The "Web and Scripting Module" must be [enabled](https://www.suse.com/releasenotes/x86_64/SUSE-SLES/12-SP5/#intro-modulesExtensionsRelated).)
308+
* **SUSE Linux Enterprise Server (SLES) 15 SP2**: `nodejs10`, `nodejs12`, and `nodejs14`
309+
(The "Web and Scripting Module" must be [enabled](https://www.suse.com/releasenotes/x86_64/SUSE-SLES/15/#Intro.Module).)
309310

310-
For example, to install Node.js 4.x on openSUSE Leap 42.2, run the following as root:
311+
For example, to install Node.js 14.x on openSUSE Leap 15.2, run the following as root:
311312

312313
```bash
313-
zypper install nodejs4
314+
zypper install nodejs14
314315
```
315316

317+
Different major versions of Node can be installed and used concurrently.
318+
316319
## SmartOS and illumos
317320

318321
SmartOS images come with pkgsrc pre-installed. On other illumos distributions, first install **[pkgsrc](https://pkgsrc.joyent.com/install-on-illumos/)**, then you may install the binary package as normal:

0 commit comments

Comments
 (0)