Skip to content

Commit

Permalink
Korean translation for package-manager.md (#1979)
Browse files Browse the repository at this point in the history
This PR fixes some missing Korean translations in #1832.
Ref:nodejs/nodejs-ko#763
  • Loading branch information
taggon authored and Maledong committed Feb 3, 2019
1 parent 0442ad5 commit f0c1874
Showing 1 changed file with 50 additions and 13 deletions.
63 changes: 50 additions & 13 deletions locale/ko/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,24 @@ title: 패키지 매니저로 Node.js 설치하기

----------------------------

* [Android](#android)
* [안드로이드](#android)
* [Arch Linux](#arch-linux)
* [Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
* [데비안과 우분투 기반 리눅스 배포판. 엔터프라이즈 리눅스/페도라와 Snap 패키지](#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
* [FreeBSD](#freebsd)
* [Gentoo](#gentoo)
* [NetBSD](#netbsd)
* [nvm](#nvm)
* [OpenBSD](#openbsd)
* [openSUSE와 SLE](#opensuse-sle)
* [openSUSE와 SLE](#opensuse-and-sle)
* [macOS](#macos)
* [SmartOS와 illumos](#smartos-illumos)
* [SmartOS와 illumos](#smartos-and-illumos)
* [Solus](#solus)
* [Void Linux](#void-linux)
* [Windows](#windows)

----------------------------

<!--
## Android
Android support is still experimental in Node.js, so precompiled binaries are not yet provided by Node.js developers.
Expand All @@ -62,7 +64,18 @@ pkg install nodejs
```
Currently, Termux Node.js binaries are compiled without Inspector support and linked against `system-icu` (depending on `libicu` package).
-->
<h2>안드로이드<a name="android" class="anchor" href="#android"></a></h2>

Node.js의 안드로이드 지원은 현재 시험 단계에 있기 때문에 Node.js 개발자들이 제공하는 미리 컴파일된 바이너리가 아직 없습니다.

하지만 몇 가지 서드파티는 존재합니다. 일례로 [Termux](https://termux.com/) 커뮤니티는 안드로이드를 위한 터미널 에뮬레이터와 리눅스 환경을 제공하는데, 고유한 패키지 매니저와 다수의 [미리 컴파일된 애플리케이션 패키지]((https://github.com/termux/termux-packages)도 함께 제공하고 있습니다. Termux 앱에서 다음 명령어를 사용하면 최신 Node.js 버전을 설치합니다.

```bash
pkg install nodejs
```

현재 Termux Node.js 바이너리는 Inspector 지원이 빠진 채 컴파일 되어 있으며, `libicu` 패키지에 의존하는 `system-icu`에 링크되어 있습니다.

<!--
## Arch Linux
Expand All @@ -81,18 +94,20 @@ pacman -S nodejs npm
pacman -S nodejs npm
```


<!--
## Debian and Ubuntu based Linux distributions, Enterprise Linux/Fedora and Snap packages
[Official Node.js binary distributions](https://github.com/nodesource/distributions/blob/master/README.md) are provided by NodeSource.
-->
<h2>데비안과 우분투 기반 리눅스 배포판. 엔터프라이즈 리눅스/페도라와 Snap 패키지<a name="debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages" class="anchor" href="#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages"></a></h2>

[공식 Node.js 바이너리 배포판](https://github.com/nodesource/distributions/blob/master/README.md)은 NodeSource가 제공합니다.

<!--
## FreeBSD
The most recent release of Node.js is available via the [www/node](http://freshports.org/www/node) port.
The most recent release of Node.js is available via the [www/node](http://freshports.org/www/node) port.
Install a binary package via [pkg](https://www.freebsd.org/cgi/man.cgi?pkg):
```bash
Expand All @@ -108,15 +123,15 @@ cd /usr/ports/www/node && make install
-->
## FreeBSD

The most recent release of Node.js is available via the [www/node](http://freshports.org/www/node) port.
Node.js의 최신 릴리스는 [www/node](http://freshports.org/www/node) 포트를 통해 사용할 수 있습니다.

Install a binary package via [pkg](https://www.freebsd.org/cgi/man.cgi?pkg):
바이너리 패키지는 다음과 같이 [pkg](https://www.freebsd.org/cgi/man.cgi?pkg)를 통해 설치할 수 있습니다.

```bash
pkg install node
```

Or compile it on your own using [ports](https://www.freebsd.org/cgi/man.cgi?ports):
또는 다음과 같이 [ports](https://www.freebsd.org/cgi/man.cgi?ports)를 사용해 컴파일 할 수도 있습니다.

```bash
cd /usr/ports/www/node && make install
Expand Down Expand Up @@ -223,6 +238,7 @@ $ nvm use 8
$ nvm uninstall 8
```

<!--
## OpenBSD
Node.js is available through the ports system.
Expand All @@ -233,6 +249,20 @@ Node.js is available through the ports system.
Using [pkg_add](http://man.openbsd.org/OpenBSD-current/man1/pkg_add.1) on OpenBSD:
```bash
pkg_add node
```
-->
## OpenBSD

다음과 같이 ports 시스템을 통해 Node.js를 사용할 수 있습니다.

```bash
/usr/ports/lang/node
```

OpenBSD 환경에서 [pkg_add](http://man.openbsd.org/OpenBSD-current/man1/pkg_add.1)를 사용하는 방법도 있습니다.

```bash
pkg_add node
```
Expand All @@ -254,7 +284,7 @@ zypper install nodejs4
```
-->

## openSUSE와 SLE
<h2>openSUSE와 SLE<a name="opensuse-and-sle" class="anchor" href="#opensuse-and-sle"></a></h2>

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

Expand Down Expand Up @@ -368,7 +398,7 @@ Or build manually from pkgsrc:
cd pkgsrc/lang/nodejs && bmake install
```
-->
## SmartOS와 illumos
<h2>SmartOS와 illumoss<a name="smartos-and-illumos" class="anchor" href="#smartos-and-illumos"></a></h2>

SmartOS 이미지에는 미리 설치된 pkgsrc가 포함되어 있습니다. illumos 배포판에서는 먼저
**[pkgsrc](https://pkgsrc.joyent.com/install-on-illumos/)**를 설치하고 평소처럼
Expand All @@ -384,15 +414,22 @@ pkgsrc에서 수동으로 빌드할 수도 있습니다.
cd pkgsrc/lang/nodejs && bmake install
```


<!--
## Solus
Solus provides node.js in its main repository.
```bash
sudo eopkg install nodejs
```
-->
## Solus

Solus는 메인 저장소에서 node.js를 제공합니다.

```bash
sudo eopkg install nodejs
```

<!--
## Void Linux
Expand Down

0 comments on commit f0c1874

Please sign in to comment.