"CentOS Lua 설치"의 두 판 사이의 차이

(새 문서: ;리눅스 Lua 설치 ==확인== <source lang='dos'> [root@jmnote ~]# rpm -qa | grep lua [root@jmnote ~]# lua -v -bash: lua: command not found </source> ==epel 저장소 추가== {{...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
1번째 줄: 1번째 줄:
{{다른뜻|우분투 Lua 설치}}
;리눅스 Lua 설치
;리눅스 Lua 설치
;CentOS Lua 설치


==확인==
==확인==
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# rpm -qa | grep lua
[root@zetawiki ~]# rpm -qa | grep lua
[root@jmnote ~]# lua -v
[root@zetawiki ~]# lua -v
-bash: lua: command not found
-bash: lua: command not found
</source>
</syntaxhighlight>


==epel 저장소 추가==
==epel 저장소 추가==
12번째 줄: 14번째 줄:


==설치==
==설치==
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# yum install lua
[root@zetawiki ~]# yum install lua
... (생략)
... (생략)
================================================================
================================================================
29번째 줄: 31번째 줄:
Total download size: 457 k
Total download size: 457 k
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</syntaxhighlight>
<source lang='dos'>
<syntaxhighlight lang='console'>
... (생략)
... (생략)
Installed:
Installed:
36번째 줄: 38번째 줄:


Complete!
Complete!
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# rpm -qa | grep lua
[root@zetawiki ~]# rpm -qa | grep lua
lua-5.1.4-4.el5
lua-5.1.4-4.el5
lua-5.1.4-4.el5
lua-5.1.4-4.el5
</source>
</syntaxhighlight>
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# lua -v
[root@zetawiki ~]# lua -v
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[리눅스 LuaSandbox 설치]]
*[[리눅스 Lua 버전 확인]]
*[[Lua]]
*[[Lua]]
*[[리눅스 Lua 버전 확인]]


[[분류: yum 설치]]
[[분류: yum 설치]]

2021년 9월 24일 (금) 23:25 기준 최신판

  다른 뜻에 대해서는 우분투 Lua 설치 문서를 참조하십시오.
리눅스 Lua 설치
CentOS Lua 설치

1 확인[ | ]

[root@zetawiki ~]# rpm -qa | grep lua
[root@zetawiki ~]# lua -v
-bash: lua: command not found

2 epel 저장소 추가[ | ]

3 설치[ | ]

[root@zetawiki ~]# yum install lua
... (생략)
================================================================
 Package    Arch          Version             Repository   Size
================================================================
Installing:
 lua        i386          5.1.4-4.el5         epel        228 k
 lua        x86_64        5.1.4-4.el5         epel        229 k

Transaction Summary
================================================================
Install       2 Package(s)
Upgrade       0 Package(s)

Total download size: 457 k
Is this ok [y/N]: y
... (생략)
Installed:
  lua.i386 0:5.1.4-4.el5        lua.x86_64 0:5.1.4-4.el5       

Complete!

4 확인 2[ | ]

[root@zetawiki ~]# rpm -qa | grep lua
lua-5.1.4-4.el5
lua-5.1.4-4.el5
[root@zetawiki ~]# lua -v
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}