You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/ar/download/package-manager.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ title: Installing Node.js via package manager
14
14
*[التوزيعات المبنية على ديبيان أو اوبنتو، لينكس للمؤسسات / فيدورا و حزم سناب](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
15
15
*[FreeBSD](#freebsd)
16
16
*[Gentoo](#gentoo)
17
+
*[IBM i](#ibm-i)
17
18
*[NetBSD](#netbsd)
18
19
*[nvm](#nvm)
19
20
*[OpenBSD](#openbsd)
@@ -73,6 +74,18 @@ cd /usr/ports/www/node && make install
73
74
emerge nodejs
74
75
```
75
76
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) لتفاصيل أكثر
Copy file name to clipboardExpand all lines: locale/en/download/package-manager.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ title: Installing Node.js via package manager
14
14
*[Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
15
15
*[FreeBSD](#freebsd)
16
16
*[Gentoo](#gentoo)
17
+
*[IBM i](#ibm-i)
17
18
*[NetBSD](#netbsd)
18
19
*[nvm](#nvm)
19
20
*[OpenBSD](#openbsd)
@@ -74,6 +75,18 @@ Node.js is available in the portage tree.
74
75
emerge nodejs
75
76
```
76
77
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
<!-- 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) -->
<!-- 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)に詳細があります。
Copy file name to clipboardExpand all lines: locale/ko/download/package-manager.md
+33-3Lines changed: 33 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ title: 패키지 매니저로 Node.js 설치하기
15
15
* [Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
16
16
* [FreeBSD](#freebsd)
17
17
* [Gentoo](#gentoo)
18
+
* [IBM i](#ibm-i)
18
19
* [NetBSD](#netbsd)
19
20
* [nvm](#nvm)
20
21
* [OpenBSD](#openbsd)
@@ -40,6 +41,7 @@ title: 패키지 매니저로 Node.js 설치하기
40
41
*[데비안과 우분투 기반 리눅스 배포판. 엔터프라이즈 리눅스/페도라와 Snap 패키지](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
41
42
*[FreeBSD](#freebsd)
42
43
*[Gentoo](#gentoo)
44
+
*[IBM i](#ibm-i)
43
45
*[NetBSD](#netbsd)
44
46
*[nvm](#nvm)
45
47
*[OpenBSD](#openbsd)
@@ -154,6 +156,33 @@ Node.js는 portage를 사용할 수 있습니다.
154
156
emerge nodejs
155
157
```
156
158
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
+
157
186
<!--
158
187
## NetBSD
159
188
@@ -171,7 +200,7 @@ pkgin -y install nodejs
171
200
-->
172
201
## NetBSD
173
202
174
-
pkgsrc에서 Node.js를 설치할 수 있습니다
203
+
pkgsrc에서 Node.js를 설치할 수 있습니다.
175
204
176
205
```bash
177
206
cd /usr/pkgsrc/lang/nodejs && make install
@@ -277,14 +306,15 @@ Node.js is available in the main repositories under the following packages:
* **SUSE Linux Enterprise Server (SLES) 12**: `nodejs4`, `nodejs6`
279
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).)
309
+
280
310
For example, to install Node.js 4.x on openSUSE Leap 42.2, run the following as root:
281
311
282
312
```bash
283
313
zypper install nodejs4
284
314
```
285
315
-->
286
316
287
-
## <!--opensuse-and-sle-->openSUSE 와 SLE
317
+
## <!--opensuse-and-sle-->openSUSE와 SLE
288
318
289
319
다음 패키지 아래 주 저장소에서 Node.js를 사용할 수 있습니다.
290
320
@@ -398,7 +428,7 @@ Or build manually from pkgsrc:
398
428
cd pkgsrc/lang/nodejs && bmake install
399
429
```
400
430
-->
401
-
## <!--smartos-and-illumos-->SmartOS 와 illumoss
431
+
## <!--smartos-and-illumos-->SmartOS와 illumoss
402
432
403
433
SmartOS 이미지에는 미리 설치된 pkgsrc가 포함되어 있습니다. illumos 배포판에서는 먼저
404
434
**[pkgsrc](https://pkgsrc.joyent.com/install-on-illumos/)**를 설치하고 평소처럼
0 commit comments