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