File tree 1 file changed +18
-0
lines changed
ko/documentation/installation
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ ruby -v
34
34
35
35
* [ 패키지 관리 시스템] ( #package-management-systems )
36
36
* [ Debian, Ubuntu] ( #apt )
37
+ * [ Windows WSL Ubuntu] ( #apt-wsl )
37
38
* [ CentOS, Fedora, RHEL] ( #yum )
38
39
* [ Snap] ( #snap )
39
40
* [ Gentoo] ( #portage )
@@ -78,6 +79,23 @@ Debian GNU/Linux와 Ubuntu는 apt 패키지 관리 시스템을 사용합니다.
78
79
$ sudo apt-get install ruby-full
79
80
{% endhighlight %}
80
81
82
+ ### apt (Windows WSL Ubuntu)
83
+ {: #apt-wsl}
84
+
85
+ Windows 10을 사용 중이라면 WSL을 통해 Linux Ubuntu OS를 사용할 수 있습니다.
86
+ 또한 apt를 통해 루비를 사용할 수 있습니다.
87
+
88
+ 다음 페이지에서 WSL을 설치하는 방법에 대해 알아보세요.
89
+
90
+ [ Windows Subsystem for Linux Installation Guide for Windows 10] ( https://docs.microsoft.com/ko-kr/windows/wsl/install-win10 )
91
+
92
+ 다음과 같이 Linux OS와 동일하게 apt를 사용할 수 있습니다.
93
+
94
+ {% highlight sh %}
95
+ $ sudo apt-get install ruby-full
96
+ {% endhighlight %}
97
+
98
+ WSL에서 rbenv와 같은 루비 관리자를 사용하는 것도 가능합니다.
81
99
82
100
### yum (CentOS, Fedora, RHEL)
83
101
{: #yum}
You can’t perform that action at this time.
0 commit comments