Skip to content

Commit fe6fae6

Browse files
vsemozhetbytfhemberger
authored andcommitted
doc: update info about Node.js installation on Android via Termux
As of termux/termux-packages@5b08d52 `nodejs-current` package is disabled and `nodejs` package, previously corresponded to the LTS, corresponds to the last available release. As of termux/termux-packages@9612920 `nodejs` package is built with `system-icu` support. Refs: termux/termux-packages#2210
1 parent 9f95cf9 commit fe6fae6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

locale/en/download/package-manager.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ title: Installing Node.js via package manager
3131

3232
Android support is still experimental in Node.js, so precompiled binaries are not yet provided by Node.js developers.
3333

34-
However, there are some third-party solutions. For example, [Termux](https://termux.com/) community provides terminal emulator and Linux environment for Android, as well as own package manager and [extensive collection](https://github.com/termux/termux-packages) of many precompiled applications. These commands in Termux app will install the last LTS or a current Node.js version respectively:
34+
However, there are some third-party solutions. For example, [Termux](https://termux.com/) community provides terminal emulator and Linux environment for Android, as well as own package manager and [extensive collection](https://github.com/termux/termux-packages) of many precompiled applications. This command in Termux app will install the last available Node.js version:
3535

3636
```bash
3737
pkg install nodejs
38-
pkg install nodejs-current
3938
```
4039

41-
Currently, Termux Node.js binaries are compiled without ICU and Inspector support.
40+
Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
4241

4342
## Arch Linux
4443

@@ -230,7 +229,7 @@ Additionally, versions of **CentOS** and **Scientific Linux** corresponding to t
230229
* **Fedora 27** (i686/x86_64/armv7hl/aarch64/ppc64/ppc64le/s390x)
231230
* **Fedora 26** (i686/x86_64/armv7hl/aarch64/ppc64/ppc64le)
232231

233-
## FreeBSD
232+
## FreeBSD
234233

235234
The most recent release of Node.js is available via the [www/node](http://freshports.org/www/node) port.
236235

@@ -317,7 +316,7 @@ Node.js is available in the main repositories under the following packages:
317316
* **openSUSE Leap 42.2**: `nodejs4`
318317
* **openSUSE Leap 42.3**: `nodejs4`, `nodejs6`
319318
* **openSUSE Tumbleweed**: `nodejs4`, `nodejs6`, `nodejs8`
320-
* **SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
319+
* **SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
321320
(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).)
322321

323322
For example, to install Node.js 4.x on openSUSE Leap 42.2, run the following as root:

0 commit comments

Comments
 (0)