-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Closed
Labels
Type: QuestionIndicates that an issue or pull request needs more informationIndicates that an issue or pull request needs more information
Description
after running the installation command, I got log like following:
$ bash docker/scripts/install_docker.sh
++ uname -r
+ sudo apt-get -y install curl linux-image-extra-3.13.0-32-generic linux-image-extra-virtual
?????????... ??
?????????????
????????... ??
linux-image-extra-3.13.0-32-generic is already the newest version.
linux-image-extra-3.13.0-32-generic ?????????
????????????:
libcurl3 linux-generic linux-headers-3.13.0-107
linux-headers-3.13.0-107-generic linux-headers-generic
linux-image-3.13.0-107-generic linux-image-extra-3.13.0-107-generic
linux-image-generic
????????:
fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
????????????:
curl linux-headers-3.13.0-107 linux-headers-3.13.0-107-generic
linux-image-3.13.0-107-generic linux-image-extra-3.13.0-107-generic
linux-image-extra-virtual
?????????:
libcurl3 linux-generic linux-headers-generic linux-image-generic
??? 4 ????,???? 6 ????,??? 0 ????,? 228 ?????????
???? 62.0 MB ?????
???????? 273 MB ??????
where my locale is as following:
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN.UTF-8
LC_CTYPE=zh_CN.UTF-8
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
what's wrong with me?
Metadata
Metadata
Assignees
Labels
Type: QuestionIndicates that an issue or pull request needs more informationIndicates that an issue or pull request needs more information