CentOS Lua 설치

Jmnote (토론 | 기여)님의 2014년 8월 10일 (일) 19:58 판 (새 문서: ;리눅스 Lua 설치 ==확인== <source lang='dos'> [root@jmnote ~]# rpm -qa | grep lua [root@jmnote ~]# lua -v -bash: lua: command not found </source> ==epel 저장소 추가== {{...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
리눅스 Lua 설치

1 확인

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

2 epel 저장소 추가

3 설치

[root@jmnote ~]# 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@jmnote ~]# rpm -qa | grep lua
lua-5.1.4-4.el5
lua-5.1.4-4.el5
[root@jmnote ~]# lua -v
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio

5 같이 보기

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