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

 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
3번째 줄: 3번째 줄:
==확인==
==확인==
<source lang='console'>
<source lang='console'>
root@zetawiki:~# asciinema -v
root@zetawiki:~# asciinema --version
asciinema: command not found
asciinema: command not found
</source>
</source>
35번째 줄: 35번째 줄:
==설치==
==설치==
<source lang='console'>
<source lang='console'>
root@zetaknow:~# apt-get install asciinema
root@zetawiki:~# apt-get install asciinema
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Building dependency tree       
55번째 줄: 55번째 줄:


==확인 2==
==확인 2==
<source lang='console'>
root@zetawiki:~# asciinema --version
asciinema 1.3.0
</source>


==같이 보기==
==같이 보기==
61번째 줄: 65번째 줄:


[[분류: apt-get]]
[[분류: apt-get]]
[[분류: asciinema]]

2017년 3월 27일 (월) 11:46 기준 최신판

우분투 asciinema 설치

1 확인[ | ]

root@zetawiki:~# asciinema --version
asciinema: command not found

2 APT 저장소 추가[ | ]

root@zetawiki:~# apt-add-repository ppa:zanchey/asciinema
 
 More info: https://launchpad.net/~zanchey/+archive/ubuntu/asciinema
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmpc1vmyghi/secring.gpg' created
gpg: keyring `/tmp/tmpc1vmyghi/pubring.gpg' created
gpg: requesting key 0F833EAD from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpc1vmyghi/trustdb.gpg: trustdb created
gpg: key 0F833EAD: public key "Launchpad PPA for David Adam" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
root@zetawiki:~# apt-get update
... (생략)
Ign http://us.archive.ubuntu.com trusty/universe Translation-en_US
100% [Working]                                                     15.7 MB/s                                                                            Fetched 3,417 kB in 19s (175 kB/s)
Reading package lists... Done

3 설치[ | ]

root@zetawiki:~# apt-get install asciinema
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  asciinema
0 upgraded, 1 newly installed, 0 to remove and 197 not upgraded.
Need to get 13.8 kB of archives.
After this operation, 96.3 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/zanchey/asciinema/ubuntu/ trusty/main asciinema all 1.3.0-1 [13.8 kB]
Fetched 13.8 kB in 0s (24.1 kB/s)    
Selecting previously unselected package asciinema.
(Reading database ... 107115 files and directories currently installed.)
Preparing to unpack .../asciinema_1.3.0-1_all.deb ...
Unpacking asciinema (1.3.0-1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up asciinema (1.3.0-1) ...

4 확인 2[ | ]

root@zetawiki:~# asciinema --version
asciinema 1.3.0

5 같이 보기[ | ]

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