✔️ 우분투 16에서 테스트하였습니다.
개요
- 우분투 python3-swiftclient 설치
- ucloud storage 2.0 대응
확인
root@zetawiki:~# swift --version
The program 'swift' can be found in the following packages:
* python-swiftclient
* python3-swiftclient
Try: apt install <selected package>
설치
root@zetawiki:~# apt install python3-swiftclient
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
docutils-common ieee-data libjbig0 liblcms2-2 libpaper-utils libpaper1 libtiff5
libwebp5 libwebpmux1 python-babel-localedata python3-babel python3-bs4
python3-crypto python3-debtcollector python3-docutils python3-funcsigs
python3-html5lib python3-iso8601 python3-keyring python3-keystoneauth1
python3-keystoneclient python3-lxml python3-monotonic python3-msgpack
python3-netaddr python3-netifaces python3-oslo.config python3-oslo.i18n
python3-oslo.serialization python3-oslo.utils python3-pbr python3-pil
python3-positional python3-prettytable python3-pygments python3-roman
python3-secretstorage python3-stevedore python3-tz python3-wrapt
Suggested packages:
liblcms2-utils python3-crypto-dbg python-crypto-doc python-debtcollector-doc
texlive-latex-recommended texlive-latex-base texlive-lang-french
fonts-linuxlibertine | ttf-linux-libertine docutils-doc python-funcsigs-doc
python3-genshi gir1.2-gnomekeyring-1.0 python3-pykde4 python-keystoneauth1-doc
python3-requests-kerberos python3-lxml-dbg python-lxml-doc ipython3
python-netaddr-docs python-pil-doc python3-pil-dbg python-positional-doc
ttf-bitstream-vera gnome-keyring python-secretstorage-doc
The following NEW packages will be installed:
docutils-common ieee-data libjbig0 liblcms2-2 libpaper-utils libpaper1 libtiff5
libwebp5 libwebpmux1 python-babel-localedata python3-babel python3-bs4
python3-crypto python3-debtcollector python3-docutils python3-funcsigs
python3-html5lib python3-iso8601 python3-keyring python3-keystoneauth1
python3-keystoneclient python3-lxml python3-monotonic python3-msgpack
python3-netaddr python3-netifaces python3-oslo.config python3-oslo.i18n
python3-oslo.serialization python3-oslo.utils python3-pbr python3-pil
python3-positional python3-prettytable python3-pygments python3-roman
python3-secretstorage python3-stevedore python3-swiftclient python3-tz
python3-wrapt
0 upgraded, 41 newly installed, 0 to remove and 160 not upgraded.
Need to get 6,798 kB of archives.
After this operation, 33.3 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 python3-wrapt amd64 1.8.0-5build2 [25.5 kB]
Get:3 http://kr.archive.ubuntu.com/ubuntu xenial/main amd64 libjbig0 amd64 2.1-3.1 [26.6 kB]
... (생략)
update-alternatives: using /usr/bin/python3-keystone to provide /usr/bin/keystone (keystone) in auto mode
Setting up python3-swiftclient (1:3.0.0-0ubuntu1) ...
update-alternatives: using /usr/bin/python3-swift to provide /usr/bin/swift (swift) in auto mode
Processing triggers for libc-bin (2.23-0ubuntu9) ...
확인 2
root@zetawiki:~# swift --version
python-swiftclient 3.0.0
root@zetawiki:~# which swift
/usr/bin/swift