Skip to content

Commit 4288d92

Browse files
ThePrezMaledong
authored andcommitted
add 'IBM i' to package manager page (#2223)
Node 12 is available from IBM, so add it into the doc.
1 parent 3b02bff commit 4288d92

6 files changed

Lines changed: 99 additions & 3 deletions

File tree

locale/ar/download/package-manager.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: Installing Node.js via package manager
1414
* [التوزيعات المبنية على ديبيان أو اوبنتو، لينكس للمؤسسات / فيدورا و حزم سناب](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
1515
* [FreeBSD](#freebsd)
1616
* [Gentoo](#gentoo)
17+
* [IBM i](#ibm-i)
1718
* [NetBSD](#netbsd)
1819
* [nvm](#nvm)
1920
* [OpenBSD](#openbsd)
@@ -73,6 +74,18 @@ cd /usr/ports/www/node && make install
7374
emerge nodejs
7475
```
7576

77+
## IBM i
78+
79+
نسخ LTS لـNode.js متوفرة من IBM و متوفرة عبر [مدير الحزمة الـ'yum'](http://ibm.biz/ibmi-rpms). إسم الحزمة هو `nodejs` متبوعا برقم الإصدار الرائد (مثلا، `nodejs8`، `nodejs10`، `nodejs12`، إلخ
80+
81+
لتثبيت Node.js 12.x باستخدام سطر الأوامر، شغل الامر التالي كمستخدم مع سلطة *ALLOBJ الخاصة :
82+
83+
```bash
84+
yum install nodejs12
85+
```
86+
87+
يمكن أيضًا تثبيت Node.js مع منتج IBM i الخاص بحلول وصول العملاء. انظر [وثيقة الدعم هذه](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619) لتفاصيل أكثر
88+
7689
## NetBSD
7790

7891
النود جي اس متوفر في pkgsrc tree:

locale/en/download/package-manager.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: Installing Node.js via package manager
1414
* [Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
1515
* [FreeBSD](#freebsd)
1616
* [Gentoo](#gentoo)
17+
* [IBM i](#ibm-i)
1718
* [NetBSD](#netbsd)
1819
* [nvm](#nvm)
1920
* [OpenBSD](#openbsd)
@@ -74,6 +75,18 @@ Node.js is available in the portage tree.
7475
emerge nodejs
7576
```
7677

78+
## IBM i
79+
80+
LTS versions of Node.js are available from IBM, and are available via [the 'yum' package manager](http://ibm.biz/ibmi-rpms). The package name is `nodejs` followed by the major version number (for instance, `nodejs8`, `nodejs10`, `nodejs12`, etc)
81+
82+
To install Node.js 12.x from the command line, run the following as a user with \*ALLOBJ special authority:
83+
84+
```bash
85+
yum install nodejs12
86+
```
87+
88+
Node.js can also be installed with the IBM i Access Client Solutions product. See [this support document](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619) for more details
89+
7790
## NetBSD
7891

7992
Node.js is available in the pkgsrc tree:

locale/ja/download/package-manager.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ title: パッケージマネージャを利用した Node.js のインストー
1616
* [Debian と Ubuntu ベースの Linux ディストリビューション、エンタープライズ Linux/Fedora と Snap パッケージ](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
1717
* [FreeBSD と OpenBSD](#freebsd-openbsd)
1818
* [Gentoo](#gentoo)
19+
* [IBM i](#ibm-i)
1920
* [NetBSD](#netbsd)
2021
* [openSUSE と SLE](#opensuse-and-sle)
2122
* [macOS](#macos)
@@ -101,6 +102,23 @@ Node.js は Portageツリー で利用可能です。
101102
emerge nodejs
102103
```
103104

105+
## IBM i
106+
107+
<!-- LTS versions of Node.js are available from IBM, and are available via [the 'yum' package manager](http://ibm.biz/ibmi-rpms). The package name is `nodejs` followed by the major version number (for instance, `nodejs8`, `nodejs10`, `nodejs12`, etc) -->
108+
109+
Node.js の LTS バージョンは IBM から ['yum' パッケージマネージャ](http://ibm.biz/ibmi-rpms) で利用可能です。パッケージの名前は `nodejs` の後にメジャーバージョンの数字が付きます(例えば `nodejs8`, `nodejs10`, `nodejs12`, など)
110+
111+
<!-- To install Node.js 12.x from the command line, run the following as a user with \*ALLOBJ special authority: -->
112+
113+
Node.js 12.x をコマンドラインからインストールするには、以下のコマンドを \*ALLOBJ 権限のユーザで実行します
114+
115+
```bash
116+
yum install nodejs12
117+
```
118+
119+
<!-- Node.js can also be installed with the IBM i Access Client Solutions product. See [this support document](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619) for more details -->
120+
121+
Node.js は IBM i Access Client Solutions と一緒にインストールすることもできます。[こちらのサポートドキュメント(英語)](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619)に詳細があります。
104122

105123
## NetBSD
106124

locale/ko/download/package-manager.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ title: 패키지 매니저로 Node.js 설치하기
1515
* [Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
1616
* [FreeBSD](#freebsd)
1717
* [Gentoo](#gentoo)
18+
* [IBM i](#ibm-i)
1819
* [NetBSD](#netbsd)
1920
* [nvm](#nvm)
2021
* [OpenBSD](#openbsd)
@@ -40,6 +41,7 @@ title: 패키지 매니저로 Node.js 설치하기
4041
* [데비안과 우분투 기반 리눅스 배포판. 엔터프라이즈 리눅스/페도라와 Snap 패키지](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
4142
* [FreeBSD](#freebsd)
4243
* [Gentoo](#gentoo)
44+
* [IBM i](#ibm-i)
4345
* [NetBSD](#netbsd)
4446
* [nvm](#nvm)
4547
* [OpenBSD](#openbsd)
@@ -154,6 +156,33 @@ Node.js는 portage를 사용할 수 있습니다.
154156
emerge nodejs
155157
```
156158

159+
<!--
160+
## IBM i
161+
162+
LTS versions of Node.js are available from IBM, and are available via [the 'yum' package manager](http://ibm.biz/ibmi-rpms). The package name is `nodejs` followed by the major version number (for instance, `nodejs8`, `nodejs10`, `nodejs12`, etc)
163+
164+
To install Node.js 12.x from the command line, run the following as a user with \*ALLOBJ special authority:
165+
166+
```bash
167+
yum install nodejs12
168+
```
169+
170+
Node.js can also be installed with the IBM i Access Client Solutions product. See [this support document](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619) for more details
171+
-->
172+
## IBM i
173+
174+
IBM에서 ['yum' 패키지 매니저](http://ibm.biz/ibmi-rpms)를 통해 Node.js의 LTS 버전을 사용할 수 있습니다.
175+
패키지 이름은 `nodejs` 뒤에 주 버전 숫자를 붙이면 됩니다(`nodejs8`, `nodejs10`, `nodejs12` 등).
176+
177+
커맨드 라인에서 Node.js 12.x를 설치하려면 \*ALLOBJ 특수 권한을 가진 사용자로 다음 명령을 실행하세요.
178+
179+
```bash
180+
yum install nodejs12
181+
```
182+
183+
IBM i Access Client 솔루션 제품을 통해 Node.js를 설치할 수도 있습니다.
184+
자세한 사항은 [지원 문서](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619)를 참조하세요.
185+
157186
<!--
158187
## NetBSD
159188
@@ -171,7 +200,7 @@ pkgin -y install nodejs
171200
-->
172201
## NetBSD
173202

174-
pkgsrc에서 Node.js를 설치할 수 있습니다
203+
pkgsrc에서 Node.js를 설치할 수 있습니다.
175204

176205
```bash
177206
cd /usr/pkgsrc/lang/nodejs && make install
@@ -277,14 +306,15 @@ Node.js is available in the main repositories under the following packages:
277306
* **openSUSE Tumbleweed**: `nodejs4`, `nodejs6`, `nodejs8`
278307
* **SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
279308
(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).)
309+
280310
For example, to install Node.js 4.x on openSUSE Leap 42.2, run the following as root:
281311
282312
```bash
283313
zypper install nodejs4
284314
```
285315
-->
286316

287-
## <!--opensuse-and-sle-->openSUSE 와 SLE
317+
## <!--opensuse-and-sle-->openSUSE와 SLE
288318

289319
다음 패키지 아래 주 저장소에서 Node.js를 사용할 수 있습니다.
290320

@@ -398,7 +428,7 @@ Or build manually from pkgsrc:
398428
cd pkgsrc/lang/nodejs && bmake install
399429
```
400430
-->
401-
## <!--smartos-and-illumos-->SmartOS 와 illumoss
431+
## <!--smartos-and-illumos-->SmartOS와 illumoss
402432

403433
SmartOS 이미지에는 미리 설치된 pkgsrc가 포함되어 있습니다. illumos 배포판에서는 먼저
404434
**[pkgsrc](https://pkgsrc.joyent.com/install-on-illumos/)**를 설치하고 평소처럼

locale/zh-cn/download/package-manager.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: 通过包管理器安装 Node.js
1414
* [基于 Linux 的 Debian 和 Ubuntu 发行版,Enterprise Linux/Fedora 和 Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
1515
* [FreeBSD](#freebsd)
1616
* [Gentoo](#gentoo)
17+
* [IBM i](#ibm-i)
1718
* [NetBSD](#netbsd)
1819
* [nvm](#nvm)
1920
* [OpenBSD](#openbsd)
@@ -80,6 +81,15 @@ cd /usr/ports/www/node && make install
8081
emerge nodejs
8182
```
8283

84+
## IBM i
85+
86+
Node.js 长期支持版(LTS)各类版本可以通过 IBM 处获得,使用 ['yum' 包管理器](http://ibm.biz/ibmi-rpms)。包名字的组成是 `nodejs` 加上一个主版本号(举个例子,`nodejs8``nodejs10``nodejs12` 等)。
87+
88+
如果你要通过命令行安装 Node.js 12.x,请以\*ALLOBJ 特殊权限方式进行:
89+
```bash
90+
yum install nodejs12
91+
```
92+
Node.js 也可以通过客户端访问解决方案产品(IBM i Access Client Solutions)安装。具体参考 [支持文档](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619)
8393

8494
## NetBSD
8595

locale/zh-tw/download/package-manager.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ title: 透過套件管理安裝 Node.js
1414
* [Debian 及 Ubuntu 系列發行版,企業版 Linux/Fedora 和 Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
1515
* [FreeBSD](#freebsd)
1616
* [Gentoo](#gentoo)
17+
* [IBM i](#ibm-i)
1718
* [NetBSD](#netbsd)
1819
* [nvm](#nvm)
1920
* [OpenBSD](#openbsd)
@@ -77,6 +78,17 @@ Node.js 可透過 portage 樹取得:
7778
emerge nodejs
7879
```
7980

81+
## IBM i
82+
83+
IBM 提供了 Node.js 的長期支援版(LTS)並可透過 [yum 套件管理器](http://ibm.biz/ibmi-rpms)取得。套件命名規則為 `nodejs` 附加一個主版本號(如:`nodejs8``nodejs10``nodejs12` 等)。
84+
85+
若想於命令列安裝 Node.js 12.x,請以擁有 \*ALLOBJ 特殊權限的帳戶執行下列指令:
86+
87+
```bash
88+
yum install nodejs12
89+
```
90+
91+
Node.js 也可以透過 IBM i Access Client Solutions 產品來安裝,詳情請參閱[支援文件](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619)
8092

8193
## NetBSD
8294

0 commit comments

Comments
 (0)