- 우분투16 lsyncd 설치
1 확인[]
Console
Copy
jmnote@zetawiki:~$ lsyncd -version
-bash: lsyncd: command not found
Console
Copy
jmnote@zetawiki:~$ apt list lsyncd
Listing... Done
lsyncd/xenial 2.1.5-2 amd64
2 설치[]
Console
Copy
jmnote@zetawiki:~$ sudo apt install lsyncd
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
lua5.1
The following NEW packages will be installed:
lsyncd lua5.1
0 upgraded, 2 newly installed, 0 to remove and 42 not upgraded.
Need to get 148 kB of archives.
After this operation, 557 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Console
Copy
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/universe amd64 lua5.1 amd64 5.1.5-8ubuntu1 [90.8 kB]
Get:2 http://kr.archive.ubuntu.com/ubuntu xenial/universe amd64 lsyncd amd64 2.1.5-2 [56.8 kB]
Fetched 148 kB in 9s (15.3 kB/s)
Selecting previously unselected package lua5.1.
(Reading database ... 147167 files and directories currently installed.)
Preparing to unpack .../lua5.1_5.1.5-8ubuntu1_amd64.deb ...
Unpacking lua5.1 (5.1.5-8ubuntu1) .......................................................]
Selecting previously unselected package lsyncd...........................................]
Preparing to unpack .../lsyncd_2.1.5-2_amd64.deb ...
Unpacking lsyncd (2.1.5-2) ...##############.............................................]
Processing triggers for man-db (2.7.5-1) ...#############................................]
Processing triggers for systemd (229-4ubuntu17) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up lua5.1 (5.1.5-8ubuntu1) ...
update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode
update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode
Setting up lsyncd (2.1.5-2) ...#######################################...................]
Processing triggers for systemd (229-4ubuntu17) ...################################......]
Processing triggers for ureadahead (0.100.0-19) ...
3 확인 2[]
Console
Copy
jmnote@zetawiki:~$ apt list lsyncd
Listing... Done
lsyncd/xenial,now 2.1.5-2 amd64 [installed]
Console
Copy
jmnote@zetawiki:~$ lsyncd -version
Version: 2.1.5
4 같이 보기[]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.