우분투16 awscli 설치 (apt)

(우분투16 aws CLI 설치 (apt)에서 넘어옴)
우분투16 aws CLI 설치 (apt)
apt install awscli

1 확인[ | ]

root@zetawiki:~# aws --version
The program 'aws' is currently not installed. You can install it by typing:
apt install awscli

2 설치[ | ]

root@zetawiki:~# apt install awscli
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  docutils-common libjbig0 liblcms2-2 libpaper-utils libpaper1 libtiff5 libwebp5
  libwebpmux1 python3-botocore python3-colorama python3-dateutil python3-docutils
  python3-jmespath python3-pil python3-pyasn1 python3-pygments python3-roman python3-rsa
  python3-s3transfer
Suggested packages:
  liblcms2-utils texlive-latex-recommended texlive-latex-base texlive-lang-french
  fonts-linuxlibertine | ttf-linux-libertine docutils-doc python-pil-doc python3-pil-dbg
  doc-base ttf-bitstream-vera
The following NEW packages will be installed:
  awscli docutils-common libjbig0 liblcms2-2 libpaper-utils libpaper1 libtiff5 libwebp5
  libwebpmux1 python3-botocore python3-colorama python3-dateutil python3-docutils
  python3-jmespath python3-pil python3-pyasn1 python3-pygments python3-roman python3-rsa
  python3-s3transfer
0 upgraded, 20 newly installed, 0 to remove and 158 not upgraded.
Need to get 3,463 kB of archives.
After this operation, 29.4 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 liblcms2-2 amd64 2.6-3ubuntu2 [137 kB]
Get:2 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB]
Get:3 http://kr.archive.ubuntu.com/ubuntu xenial/universe amd64 python3-dateutil all 2.4.2-1 [39.1 kB]
... (생략)
Setting up python3-s3transfer (0.1.9-1~16.04.0) ...###################################...] 
Setting up awscli (1.11.13-1ubuntu1~16.04.0) ...#######################################..] 
Processing triggers for libc-bin (2.23-0ubuntu10) ...####################################]

3 확인 2[ | ]

root@zetawiki:~# aws --version
aws-cli/1.11.13 Python/3.5.2 Linux/4.4.0-119-generic botocore/1.4.70

4 같이 보기[ | ]

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