Skip to content

Commit aeb8963

Browse files
committed
es/ja: Add missing Android/Solus (untranslated)
1 parent 95b9b93 commit aeb8963

2 files changed

Lines changed: 46 additions & 0 deletions

File tree

locale/es/download/package-manager.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ title: Instalando Node.js usando un gestor de paquetes
99

1010
----------------------------
1111

12+
* [Android](#android)
1213
* [Arch Linux](#arch-linux)
1314
* [Distribuciones de Linux basadas en Debian y Ubuntu, Enterprise Linux/Fedora y Snap](#distribuciones-de-linux-basadas-en-debian-y-ubuntu-enterprise-linux-fedora-y-snap)
1415
* [FreeBSD y OpenBSD](#freebsd-y-openbsd)
@@ -17,11 +18,24 @@ title: Instalando Node.js usando un gestor de paquetes
1718
* [openSUSE y SLE](#opensuse-y-sle)
1819
* [macOS](#macos)
1920
* [SmartOS y illumos](#smartos-y-illumos)
21+
* [Solus](#solus)
2022
* [Void Linux](#void-linux)
2123
* [Windows](#windows)
2224

2325
----------------------------
2426

27+
## Android
28+
29+
Android support is still experimental in Node.js, so precompiled binaries are not yet provided by Node.js developers.
30+
31+
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:
32+
33+
```bash
34+
pkg install nodejs
35+
```
36+
37+
Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
38+
2539
## Arch Linux
2640

2741
Paquetes para Node.js y npm están disponibles en el repositorio de la comunidad.
@@ -164,6 +178,15 @@ cd pkgsrc/lang/nodejs && bmake install
164178
```
165179

166180

181+
## Solus
182+
183+
Solus provides node.js in its main repository.
184+
185+
```bash
186+
sudo eopkg install nodejs
187+
```
188+
189+
167190
## Void Linux
168191

169192
Void Linux incluye node.js estable en el repositorio principal.

locale/ja/download/package-manager.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ title: パッケージマネージャを利用した Node.js のインストー
1111

1212
----------------------------
1313

14+
* [Android](#android)
1415
* [Arch Linux](#arch-linux)
1516
* [Debian と Ubuntu ベースの Linux ディストリビューション、エンタープライズ Linux/Fedora と Snap パッケージ](#debian-ubuntu-linux-linux-fedora-snap)
1617
* [FreeBSD と OpenBSD](#freebsd-openbsd)
@@ -19,11 +20,24 @@ title: パッケージマネージャを利用した Node.js のインストー
1920
* [openSUSE と SLE](#opensuse-sle)
2021
* [macOS](#macos)
2122
* [SmartOS と illumos](#smartos-illumos)
23+
* [Solus](#solus)
2224
* [Void Linux](#void-linux)
2325
* [Windows](#windows)
2426

2527
----------------------------
2628

29+
## Android
30+
31+
Android support is still experimental in Node.js, so precompiled binaries are not yet provided by Node.js developers.
32+
33+
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:
34+
35+
```bash
36+
pkg install nodejs
37+
```
38+
39+
Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
40+
2741
## Arch Linux
2842

2943
<!-- Node.js and npm packages are available in the Community Repository. -->
@@ -188,6 +202,15 @@ cd pkgsrc/lang/nodejs && bmake install
188202
```
189203

190204

205+
## Solus
206+
207+
Solus provides node.js in its main repository.
208+
209+
```bash
210+
sudo eopkg install nodejs
211+
```
212+
213+
191214
## Void Linux
192215

193216
<!-- Void Linux ships node.js stable in the main repository. -->

0 commit comments

Comments
 (0)