"우분투18 Lua 설치"의 두 판 사이의 차이

(새 문서: ==개요== ;우분투 lua 설치 ;우분투18 lua 설치 <source lang='console'> testuser@localhost:~$ lua hello.lua Command 'lua' not found, but can be installed with: apt install...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 6개는 보이지 않습니다)
3번째 줄: 3번째 줄:
;우분투18 lua 설치
;우분투18 lua 설치


<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ lua hello.lua
testuser@localhost:~$ lua hello.lua


13번째 줄: 13번째 줄:


Ask your administrator to install one of them.
Ask your administrator to install one of them.
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# lua -v
root@localhost:~# lua -v


22번째 줄: 22번째 줄:
apt install lua5.2
apt install lua5.2
apt install lua50
apt install lua50
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# apt install lua5.1
root@localhost:~# apt install lua5.1
Reading package lists... Done
Reading package lists... Done
39번째 줄: 39번째 줄:
update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
root@localhost:~# lua -v
root@localhost:~# lua -v
Lua 5.1.5  Copyright (C) 1994-2012 Lua.org, PUC-Rio
Lua 5.1.5  Copyright (C) 1994-2012 Lua.org, PUC-Rio
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[lua]]
* [[lua]]
* [[우분투16 Lua 설치]]
* [[CentOS lua 설치]]


[[분류: apt install]]
[[분류: apt install]]
[[분류: lua]]
[[분류: lua]]

2020년 11월 2일 (월) 02:55 기준 최신판

1 개요[ | ]

우분투 lua 설치
우분투18 lua 설치
testuser@localhost:~$ lua hello.lua

Command 'lua' not found, but can be installed with:

apt install lua5.1
apt install lua5.2
apt install lua50

Ask your administrator to install one of them.
root@localhost:~# lua -v

Command 'lua' not found, but can be installed with:

apt install lua5.1
apt install lua5.2
apt install lua50
root@localhost:~# apt install lua5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  lua5.1
0 upgraded, 1 newly installed, 0 to remove and 83 not upgraded.
Need to get 93.2 kB of archives.
After this operation, 330 kB of additional disk space will be used.
... (생략)
update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lua.1.gz because associated file /usr/share/man/man1/lua5.1.1.gz (of link group lua-interpreter) doesn't exist
update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
root@localhost:~# lua -v
Lua 5.1.5  Copyright (C) 1994-2012 Lua.org, PUC-Rio

2 같이 보기[ | ]

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