当前位置: 首页 > news >正文

20221226编译Toybrick的TB-RK3588X开发板的Android12系统1-编译环境配置

20221226编译Toybrick的TB-RK3588X开发板的Android12系统1-编译环境配置
2022/12/26 16:14


编译服务器:Ubuntu18.04
http://releases.ubuntu.com/18.04/
ubuntu-18.04.6-desktop-amd64.iso    2021-09-15 20:42    2.3G    Desktop image for 64-bit PC (AMD64) computers (standard download)
http://releases.ubuntu.com/18.04/ubuntu-18.04.6-desktop-amd64.iso

具体安装步骤参考Firefly的官网。


注意:安装完成之后,还需要编译安装最新的lz4!


参考资料:
https://t.rock-chips.com/wiki/CN/tb-rk3588x/
Welcome to TB-RK3588X’s documentation!


https://t.rock-chips.com/wiki.php?filename=%E6%9D%BF%E7%BA%A7%E6%8C%87%E5%8D%97/TB-RK3588X
TB-RK3588X


https://wiki.t-firefly.com/zh_CN/Core-3588J/android_prepare_compile_android.html
2. 编译环境搭建
2.1. 准备工作
编译 Android 对机器的配置要求较高:
64 位 CPU
16GB 物理内存+交换内存
250GB 空闲的磁盘空间
建议使用 Ubuntu 18.04 操作系统或更高版本
Ubuntu 16.04 或 18.04 软件包安装参考:

sudo apt-get update

sudo apt-get install git gnupg flex bison gperf libsdl1.2-dev \
libesd-java libwxgtk3.0-dev squashfs-tools build-essential zip curl \
libncurses5-dev zlib1g-dev pngcrush schedtool libxml2 libxml2-utils \
xsltproc lzop libc6-dev schedtool g++-multilib lib32z1-dev lib32ncurses5-dev \
lib32readline-dev gcc-multilib libswitch-perl libssl-dev unzip zip device-tree-compiler \
liblz4-tool python-pyelftools python3-pyelftools -y 


sudo apt-get install git
sudo apt-get install gnupg
sudo apt-get install flex
sudo apt-get install bison
sudo apt-get install gperf
sudo apt-get install libsdl1.2-dev

sudo apt-get install libesd-java
sudo apt-get install libwxgtk3.0-dev
sudo apt-get install squashfs-tools
sudo apt-get install build-essential
sudo apt-get install zip
sudo apt-get install curl

sudo apt-get install libncurses5-dev
sudo apt-get install zlib1g-dev
sudo apt-get install pngcrush
sudo apt-get install schedtool
sudo apt-get install libxml2
sudo apt-get install libxml2-utils

sudo apt-get install xsltproc
sudo apt-get install lzop
sudo apt-get install libc6-dev
sudo apt-get install schedtool
sudo apt-get install g++-multilib
sudo apt-get install lib32z1-dev
sudo apt-get install lib32ncurses5-dev

sudo apt-get install lib32readline-dev
sudo apt-get install gcc-multilib
sudo apt-get install libswitch-perl
sudo apt-get install libssl-dev
sudo apt-get install unzip
sudo apt-get install zip
sudo apt-get install device-tree-compiler

sudo apt-get install liblz4-tool
sudo apt-get install python-pyelftools
sudo apt-get install python3-pyelftools


https://wiki.t-firefly.com/zh_CN/Core-3588J/linux_compile_buildroot.html
Core-3588J产品规格书 立即购买
Core-3588J采用 Rockchip RK3588新一代旗舰级八核64位处理器,最大可配32GB大内存;支持8K视频编解码;拥有丰富的接口,支持多硬盘、千兆网、WiFi6、5G4G扩展和多种视频输入输出;提供多种的供电方式;支持多种操作系统;可适用于ARM PC、边缘计算、云服务器、智能NVR等领域

Docs » 5. 编译 Buildroot 固件View page source
5. 编译 Buildroot 固件
本章介绍 Buildroot 固件的编译流程,推荐在 Ubuntu 18.04 系统环境下进行开发,若使用其它系统版本,可能需要对编译环境做相应调整。

5.1. 准备工作
5.1.1. 搭建编译环境
sudo apt-get install repo git ssh make gcc libssl-dev liblz4-tool \
expect g++ patchelf chrpath gawk texinfo chrpath diffstat binfmt-support \
qemu-user-static live-build bison flex fakeroot cmake gcc-multilib g++-multilib
unzip \
device-tree-compiler ncurses-dev \


sudo apt-get install repo
sudo apt-get install git
sudo apt-get install ssh
sudo apt-get install make
sudo apt-get install gcc
sudo apt-get install libssl-dev
sudo apt-get install liblz4-tool

sudo apt-get install expect
sudo apt-get install g++
sudo apt-get install patchelf
sudo apt-get install chrpath
sudo apt-get install gawk
sudo apt-get install texinfo
sudo apt-get install chrpath
sudo apt-get install diffstat
sudo apt-get install binfmt-support

sudo apt-get install qemu-user-static
sudo apt-get install live-build
sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install fakeroot
sudo apt-get install cmake
sudo apt-get install gcc-multilib
sudo apt-get install g++-multilib

sudo apt-get install unzip

sudo apt-get install device-tree-compiler
sudo apt-get install ncurses-dev

[BEGIN] 2022/12/23 22:13:08
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ ll
total 36465160
drwxr-xr-x 19 rootroot rootroot        4096 12月 23 22:10  ./
drwxr-xr-x  4 root     root            4096 12月 17 22:48  ../
drwxrwxr-x  7 rootroot rootroot        4096 12月 20 07:25  20221220/
-rwxrwxrwx  1 rootroot rootroot 37340118884 12月 23 17:31  android12-rk3588-new_20221223_1721.tgz*
-rw-rw-r--  1 rootroot rootroot       78611 12月 18 08:47  apt1.txt
-rw-------  1 rootroot rootroot         704 12月 22 13:09  .bash_history
-rw-r--r--  1 rootroot rootroot         220 12月 17 22:48  .bash_logout
-rw-r--r--  1 rootroot rootroot        3771 12月 17 22:48  .bashrc
drwx------ 17 rootroot rootroot        4096 12月 23 22:10  .cache/
drwx------ 13 rootroot rootroot        4096 12月 17 23:06  .config/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Desktop/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Documents/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 23:22  Downloads/
-rw-r--r--  1 rootroot rootroot        8980 12月 17 22:48  examples.desktop
drwx------  3 rootroot rootroot        4096 12月 17 23:02  .gnupg/
-rw-------  1 rootroot rootroot        2148 12月 23 22:00  .ICEauthority
drwx------  3 rootroot rootroot        4096 12月 17 22:58  .local/
drwx------  5 rootroot rootroot        4096 12月 17 23:00  .mozilla/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Music/
drwxr-xr-x  2 rootroot rootroot        4096 12月 20 06:30  Pictures/
-rw-r--r--  1 rootroot rootroot         807 12月 17 22:48  .profile
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Public/
drwx------  2 rootroot rootroot        4096 12月 17 23:02  .ssh/
-rw-r--r--  1 rootroot rootroot           0 12月 17 23:03  .sudo_as_admin_successful
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Templates/
drwx------  6 rootroot rootroot        4096 12月 18 08:45  .thunderbird/
-rw-rw-r--  1 rootroot rootroot        2249 12月 20 05:56 'Ubuntu18.04 xiangguan.txt'
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Videos/
drwxrwxr-x  4 rootroot rootroot        4096 12月 18 00:10  wyb/
-rw-------  1 rootroot rootroot          62 12月 23 22:10  .Xauthority
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install samba
[sudo] password for rootroot: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
samba is already the newest version (2:4.7.6+dfsg~ubuntu-0ubuntu2.29).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get update
Hit:1 http://cn.archive.ubuntu.com/ubuntu bionic InRelease                                                  
Hit:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates InRelease                                          
Hit:3 http://cn.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ ll
ls: cannot access '.gvfs': Permission denied
total 65546324
drwxr-xr-x 21 rootroot rootroot        4096 12月 23 22:21  ./
drwxr-xr-x  4 root     root            4096 12月 17 22:48  ../
drwxrwxr-x  7 rootroot rootroot        4096 12月 20 07:25  20221220/
-rwxrwxrwx  1 rootroot rootroot 37340118884 12月 23 17:31  android12-rk3588-new_20221223_1721.tgz*
-rw-rw-r--  1 rootroot rootroot       78611 12月 18 08:47  apt1.txt
-rw-------  1 rootroot rootroot         912 12月 23 22:26  .bash_history
-rw-r--r--  1 rootroot rootroot         220 12月 17 22:48  .bash_logout
-rw-r--r--  1 rootroot rootroot        3771 12月 17 22:48  .bashrc
drwx------ 19 rootroot rootroot        4096 12月 23 22:14  .cache/
drwx------ 13 rootroot rootroot        4096 12月 17 23:06  .config/
drwx------  3 root     root            4096 12月 23 22:14  .dbus/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Desktop/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Documents/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 23:22  Downloads/
-rw-r--r--  1 rootroot rootroot        8980 12月 17 22:48  examples.desktop
-rwxrwxrwx  1 rootroot rootroot 29779102425 12月 21 10:23  ff3588s1_20221221_1015.tgz*
drwx------  3 rootroot rootroot        4096 12月 17 23:02  .gnupg/
d?????????  ? ?        ?                  ?             ?  .gvfs/
-rw-------  1 rootroot rootroot        2148 12月 23 22:00  .ICEauthority
drwx------  3 rootroot rootroot        4096 12月 17 22:58  .local/
drwx------  5 rootroot rootroot        4096 12月 17 23:00  .mozilla/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Music/
drwxr-xr-x  2 rootroot rootroot        4096 12月 23 22:27  Pictures/
-rw-r--r--  1 rootroot rootroot         807 12月 17 22:48  .profile
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Public/
drwx------  2 rootroot rootroot        4096 12月 17 23:02  .ssh/
-rw-r--r--  1 rootroot rootroot           0 12月 17 23:03  .sudo_as_admin_successful
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Templates/
drwx------  6 rootroot rootroot        4096 12月 18 08:45  .thunderbird/
-rw-rw-r--  1 rootroot rootroot        2249 12月 20 05:56 'Ubuntu18.04 xiangguan.txt'
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Videos/
drwxrwxr-x  4 rootroot rootroot        4096 12月 18 00:10  wyb/
-rw-------  1 rootroot rootroot          62 12月 23 22:10  .Xauthority
rootroot@rootroot-MS-7885:~$ sudo apt-get install net-hogs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package net-hogs
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ ll
ls: cannot access '.gvfs': Permission denied
total 65546324
drwxr-xr-x 21 rootroot rootroot        4096 12月 23 22:21  ./
drwxr-xr-x  4 root     root            4096 12月 17 22:48  ../
drwxrwxr-x  7 rootroot rootroot        4096 12月 20 07:25  20221220/
-rwxrwxrwx  1 rootroot rootroot 37340118884 12月 23 17:31  android12-rk3588-new_20221223_1721.tgz*
-rw-rw-r--  1 rootroot rootroot       78611 12月 18 08:47  apt1.txt
-rw-------  1 rootroot rootroot         912 12月 23 22:26  .bash_history
-rw-r--r--  1 rootroot rootroot         220 12月 17 22:48  .bash_logout
-rw-r--r--  1 rootroot rootroot        3771 12月 17 22:48  .bashrc
drwx------ 19 rootroot rootroot        4096 12月 23 22:14  .cache/
drwx------ 13 rootroot rootroot        4096 12月 17 23:06  .config/
drwx------  3 root     root            4096 12月 23 22:14  .dbus/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Desktop/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Documents/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 23:22  Downloads/
-rw-r--r--  1 rootroot rootroot        8980 12月 17 22:48  examples.desktop
-rwxrwxrwx  1 rootroot rootroot 29779102425 12月 21 10:23  ff3588s1_20221221_1015.tgz*
drwx------  3 rootroot rootroot        4096 12月 17 23:02  .gnupg/
d?????????  ? ?        ?                  ?             ?  .gvfs/
-rw-------  1 rootroot rootroot        2148 12月 23 22:00  .ICEauthority
drwx------  3 rootroot rootroot        4096 12月 17 22:58  .local/
drwx------  5 rootroot rootroot        4096 12月 17 23:00  .mozilla/
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Music/
drwxr-xr-x  2 rootroot rootroot        4096 12月 23 22:29  Pictures/
-rw-r--r--  1 rootroot rootroot         807 12月 17 22:48  .profile
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Public/
drwx------  2 rootroot rootroot        4096 12月 17 23:02  .ssh/
-rw-r--r--  1 rootroot rootroot           0 12月 17 23:03  .sudo_as_admin_successful
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Templates/
drwx------  6 rootroot rootroot        4096 12月 18 08:45  .thunderbird/
-rw-rw-r--  1 rootroot rootroot        2249 12月 20 05:56 'Ubuntu18.04 xiangguan.txt'
drwxr-xr-x  2 rootroot rootroot        4096 12月 17 22:59  Videos/
drwxrwxr-x  5 rootroot rootroot        4096 12月 23 22:30  wyb/
-rw-------  1 rootroot rootroot          62 12月 23 22:10  .Xauthority
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install git
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  git-man liberror-perl
Suggested packages:
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  git git-man liberror-perl
0 upgraded, 3 newly installed, 0 to remove and 24 not upgraded.
Need to get 4,751 kB of archives.
After this operation, 34.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.13 [805 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.13 [3,923 kB]
Fetched 4,751 kB in 5s (1,051 kB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 175117 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17025-1_all.deb ...
Unpacking liberror-perl (0.17025-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.17.1-1ubuntu0.13_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.13) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.17.1-1ubuntu0.13_amd64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.13) ...
Setting up git-man (1:2.17.1-1ubuntu0.13) ...
Setting up liberror-perl (0.17025-1) ...
Setting up git (1:2.17.1-1ubuntu0.13) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install flex
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libfl-dev libfl2 libsigsegv2 m4
Suggested packages:
  bison flex-doc m4-doc
The following NEW packages will be installed:
  flex libfl-dev libfl2 libsigsegv2 m4
0 upgraded, 5 newly installed, 0 to remove and 24 not upgraded.
Need to get 545 kB of archives.
After this operation, 1,511 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 flex amd64 2.6.4-6 [316 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libfl2 amd64 2.6.4-6 [11.4 kB]
Get:5 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libfl-dev amd64 2.6.4-6 [6,320 B]
Fetched 545 kB in 5s (108 kB/s)
Selecting previously unselected package libsigsegv2:amd64.
(Reading database ... 176024 files and directories currently installed.)
Preparing to unpack .../libsigsegv2_2.12-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package flex.
Preparing to unpack .../flex_2.6.4-6_amd64.deb ...
Unpacking flex (2.6.4-6) ...
Selecting previously unselected package libfl2:amd64.
Preparing to unpack .../libfl2_2.6.4-6_amd64.deb ...
Unpacking libfl2:amd64 (2.6.4-6) ...
Selecting previously unselected package libfl-dev:amd64.
Preparing to unpack .../libfl-dev_2.6.4-6_amd64.deb ...
Unpacking libfl-dev:amd64 (2.6.4-6) ...
Setting up libsigsegv2:amd64 (2.12-1) ...
Setting up m4 (1.4.18-1) ...
Setting up libfl2:amd64 (2.6.4-6) ...
Setting up flex (2.6.4-6) ...
Setting up libfl-dev:amd64 (2.6.4-6) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install bison
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libbison-dev
Suggested packages:
  bison-doc
The following NEW packages will be installed:
  bison libbison-dev
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 605 kB of archives.
After this operation, 1,811 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1build1 [339 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 bison amd64 2:3.0.4.dfsg-1build1 [266 kB]
Fetched 605 kB in 2s (255 kB/s)
Selecting previously unselected package libbison-dev:amd64.
(Reading database ... 176181 files and directories currently installed.)
Preparing to unpack .../libbison-dev_2%3a3.0.4.dfsg-1build1_amd64.deb ...
Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ...
Selecting previously unselected package bison.
Preparing to unpack .../bison_2%3a3.0.4.dfsg-1build1_amd64.deb ...
Unpacking bison (2:3.0.4.dfsg-1build1) ...
Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ...
Setting up bison (2:3.0.4.dfsg-1build1) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install gperf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  gperf
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 103 kB of archives.
After this operation, 266 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 gperf amd64 3.1-1 [103 kB]
Fetched 103 kB in 2s (55.5 kB/s)                       
Selecting previously unselected package gperf.
(Reading database ... 176233 files and directories currently installed.)
Preparing to unpack .../archives/gperf_3.1-1_amd64.deb ...
Unpacking gperf (3.1-1) ...
Setting up gperf (3.1-1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libsdl1.2-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libasound2-dev libcaca-dev libdrm-dev libgl1-mesa-dev libgles1 libglib2.0-dev libglib2.0-dev-bin libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libopengl0 libpcre16-3 libpcre3-dev libpcre32-3
  libpcrecpp0v5 libpng-dev libpng-tools libpthread-stubs0-dev libpulse-dev libsdl1.2debian libslang2-dev libx11-dev libx11-doc libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev
  libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxshmfence-dev
  libxxf86vm-dev mesa-common-dev python3-distutils python3-lib2to3 x11proto-core-dev x11proto-damage-dev x11proto-dev x11proto-fixes-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools
  xtrans-dev zlib1g-dev
Suggested packages:
  libasound2-doc libglib2.0-doc libxcb-doc libxext-doc
The following NEW packages will be installed:
  libasound2-dev libcaca-dev libdrm-dev libgl1-mesa-dev libgles1 libglib2.0-dev libglib2.0-dev-bin libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libopengl0 libpcre16-3 libpcre3-dev libpcre32-3
  libpcrecpp0v5 libpng-dev libpng-tools libpthread-stubs0-dev libpulse-dev libsdl1.2-dev libsdl1.2debian libslang2-dev libx11-dev libx11-doc libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev
  libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev
  libxshmfence-dev libxxf86vm-dev mesa-common-dev python3-distutils python3-lib2to3 x11proto-core-dev x11proto-damage-dev x11proto-dev x11proto-fixes-dev x11proto-xext-dev x11proto-xf86vidmode-dev
  xorg-sgml-doctools xtrans-dev zlib1g-dev
0 upgraded, 54 newly installed, 0 to remove and 24 not upgraded.
Need to get 9,704 kB of archives.
After this operation, 52.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-dev amd64 1.1.3-5ubuntu0.6 [123 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2.2 [176 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng-dev amd64 1.6.34-1ubuntu0.18.04.2 [177 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libslang2-dev amd64 2.3.1a-3ubuntu1 [393 kB]
Get:5 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcaca-dev amd64 0.99.beta19-2ubuntu0.18.04.3 [747 kB]
Get:6 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-dev amd64 2.4.101-2~18.04.1 [126 kB]
Get:7 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles1 amd64 1.0.0-2ubuntu2.3 [11.2 kB]
Get:8 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lib2to3 all 3.6.9-1~18.04 [77.4 kB]
Get:9 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distutils all 3.6.9-1~18.04 [144 kB]
Get:10 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.9 [102 kB]
Get:11 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre16-3 amd64 2:8.39-9ubuntu0.1 [147 kB]
Get:12 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre32-3 amd64 2:8.39-9ubuntu0.1 [138 kB]
Get:13 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-9ubuntu0.1 [15.3 kB]
Get:14 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre3-dev amd64 2:8.39-9ubuntu0.1 [536 kB]
Get:15 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.9 [1,385 kB]
Get:16 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB]
Get:17 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-dev all 2018.4-4 [251 kB]
Get:18 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-core-dev all 2018.4-4 [2,620 B]
Get:19 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau-dev amd64 1:1.0.8-1ubuntu1 [9,476 B]
Get:20 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [25.1 kB]
Get:21 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB]
Get:22 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4,068 B]
Get:23 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1-dev amd64 1.13-2~ubuntu18.04 [80.0 kB]
Get:24 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-dev amd64 2:1.6.4-3ubuntu0.4 [641 kB]
Get:25 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 mesa-common-dev amd64 20.0.8-0ubuntu1~18.04.1 [741 kB]
Get:26 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-core-dev amd64 1.0.0-2ubuntu2.3 [12.8 kB]
Get:27 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libopengl0 amd64 1.0.0-2ubuntu2.3 [31.3 kB]
Get:28 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-dev amd64 1.0.0-2ubuntu2.3 [3,416 B]
Get:29 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb-dev amd64 2:1.6.4-3ubuntu0.4 [9,764 B]
Get:30 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-dev amd64 1.13-2~ubuntu18.04 [7,384 B]
Get:31 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0-dev amd64 1.13-2~ubuntu18.04 [18.4 kB]
Get:32 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-randr0-dev amd64 1.13-2~ubuntu18.04 [20.4 kB]
Get:33 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0-dev amd64 1.13-2~ubuntu18.04 [7,144 B]
Get:34 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xfixes0-dev amd64 1.13-2~ubuntu18.04 [11.7 kB]
Get:35 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync-dev amd64 1.13-2~ubuntu18.04 [10.6 kB]
Get:36 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present-dev amd64 1.13-2~ubuntu18.04 [6,972 B]
Get:37 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence-dev amd64 1.3-1 [3,692 B]
Get:38 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0-dev amd64 1.13-2~ubuntu18.04 [8,472 B]
Get:39 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0-dev amd64 1.13-2~ubuntu18.04 [27.9 kB]
Get:40 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-fixes-dev all 1:2018.4-4 [2,620 B]
Get:41 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes-dev amd64 1:5.0.3-1 [11.0 kB]
Get:42 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-damage-dev all 1:2018.4-4 [2,620 B]
Get:43 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage-dev amd64 1:1.1.4-3 [5,028 B]
Get:44 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xext-dev all 2018.4-4 [2,620 B]
Get:45 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB]
Get:46 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xf86vidmode-dev all 2018.4-4 [2,632 B]
Get:47 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB]
Get:48 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dev amd64 20.0.8-0ubuntu1~18.04.1 [6,180 B]
Get:49 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa-dev amd64 9.0.0-2.1build1 [206 kB]
Get:50 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng-tools amd64 1.6.34-1ubuntu0.18.04.2 [25.6 kB]
Get:51 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-dev amd64 1:11.1-1ubuntu7.11 [81.5 kB]
Get:52 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-0.1ubuntu0.2 [175 kB]
Get:53 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsdl1.2-dev amd64 1.2.15+dfsg2-0.1ubuntu0.2 [706 kB]                                                                                     
Get:54 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-doc all 2:1.6.4-3ubuntu0.4 [2,065 kB]                                                                                               
Fetched 9,704 kB in 6s (1,539 kB/s)                                                                                                                                                                             
Extracting templates from packages: 100%
Selecting previously unselected package libasound2-dev:amd64.
(Reading database ... 176247 files and directories currently installed.)
Preparing to unpack .../00-libasound2-dev_1.1.3-5ubuntu0.6_amd64.deb ...
Unpacking libasound2-dev:amd64 (1.1.3-5ubuntu0.6) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../01-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2.2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2.2) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../02-libpng-dev_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Selecting previously unselected package libslang2-dev:amd64.
Preparing to unpack .../03-libslang2-dev_2.3.1a-3ubuntu1_amd64.deb ...
Unpacking libslang2-dev:amd64 (2.3.1a-3ubuntu1) ...
Selecting previously unselected package libcaca-dev.
Preparing to unpack .../04-libcaca-dev_0.99.beta19-2ubuntu0.18.04.3_amd64.deb ...
Unpacking libcaca-dev (0.99.beta19-2ubuntu0.18.04.3) ...
Selecting previously unselected package libdrm-dev:amd64.
Preparing to unpack .../05-libdrm-dev_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-dev:amd64 (2.4.101-2~18.04.1) ...
Selecting previously unselected package libgles1:amd64.
Preparing to unpack .../06-libgles1_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libgles1:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../07-python3-lib2to3_3.6.9-1~18.04_all.deb ...
Unpacking python3-lib2to3 (3.6.9-1~18.04) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../08-python3-distutils_3.6.9-1~18.04_all.deb ...
Unpacking python3-distutils (3.6.9-1~18.04) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../09-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ...
Selecting previously unselected package libpcre16-3:amd64.
Preparing to unpack .../10-libpcre16-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
Selecting previously unselected package libpcre32-3:amd64.
Preparing to unpack .../11-libpcre32-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
Selecting previously unselected package libpcrecpp0v5:amd64.
Preparing to unpack .../12-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../13-libpcre3-dev_2%3a8.39-9ubuntu0.1_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
Selecting previously unselected package libglib2.0-dev:amd64.
Preparing to unpack .../14-libglib2.0-dev_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.9) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../15-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../16-x11proto-dev_2018.4-4_all.deb ...
Unpacking x11proto-dev (2018.4-4) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../17-x11proto-core-dev_2018.4-4_all.deb ...
Unpacking x11proto-core-dev (2018.4-4) ...
Selecting previously unselected package libxau-dev:amd64.
Preparing to unpack .../18-libxau-dev_1%3a1.0.8-1ubuntu1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.8-1ubuntu1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../19-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../20-xtrans-dev_1.3.5-1_all.deb ...
Unpacking xtrans-dev (1.3.5-1) ...
Selecting previously unselected package libpthread-stubs0-dev:amd64.
Preparing to unpack .../21-libpthread-stubs0-dev_0.3-4_amd64.deb ...
Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ...
Selecting previously unselected package libxcb1-dev:amd64.
Preparing to unpack .../22-libxcb1-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../23-libx11-dev_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Selecting previously unselected package mesa-common-dev:amd64.
Preparing to unpack .../24-mesa-common-dev_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking mesa-common-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglvnd-core-dev:amd64.
Preparing to unpack .../25-libglvnd-core-dev_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libopengl0:amd64.
Preparing to unpack .../26-libopengl0_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libopengl0:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libglvnd-dev:amd64.
Preparing to unpack .../27-libglvnd-dev_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libx11-xcb-dev:amd64.
Preparing to unpack .../28-libx11-xcb-dev_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Selecting previously unselected package libxcb-dri3-dev:amd64.
Preparing to unpack .../29-libxcb-dri3-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri3-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../30-libxcb-render0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-randr0-dev:amd64.
Preparing to unpack .../31-libxcb-randr0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-randr0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-shape0-dev:amd64.
Preparing to unpack .../32-libxcb-shape0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shape0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xfixes0-dev:amd64.
Preparing to unpack .../33-libxcb-xfixes0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xfixes0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-sync-dev:amd64.
Preparing to unpack .../34-libxcb-sync-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-sync-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-present-dev:amd64.
Preparing to unpack .../35-libxcb-present-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-present-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxshmfence-dev:amd64.
Preparing to unpack .../36-libxshmfence-dev_1.3-1_amd64.deb ...
Unpacking libxshmfence-dev:amd64 (1.3-1) ...
Selecting previously unselected package libxcb-dri2-0-dev:amd64.
Preparing to unpack .../37-libxcb-dri2-0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri2-0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-glx0-dev:amd64.
Preparing to unpack .../38-libxcb-glx0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-glx0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package x11proto-fixes-dev.
Preparing to unpack .../39-x11proto-fixes-dev_1%3a2018.4-4_all.deb ...
Unpacking x11proto-fixes-dev (1:2018.4-4) ...
Selecting previously unselected package libxfixes-dev:amd64.
Preparing to unpack .../40-libxfixes-dev_1%3a5.0.3-1_amd64.deb ...
Unpacking libxfixes-dev:amd64 (1:5.0.3-1) ...
Selecting previously unselected package x11proto-damage-dev.
Preparing to unpack .../41-x11proto-damage-dev_1%3a2018.4-4_all.deb ...
Unpacking x11proto-damage-dev (1:2018.4-4) ...
Selecting previously unselected package libxdamage-dev:amd64.
Preparing to unpack .../42-libxdamage-dev_1%3a1.1.4-3_amd64.deb ...
Unpacking libxdamage-dev:amd64 (1:1.1.4-3) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../43-x11proto-xext-dev_2018.4-4_all.deb ...
Unpacking x11proto-xext-dev (2018.4-4) ...
Selecting previously unselected package libxext-dev:amd64.
Preparing to unpack .../44-libxext-dev_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext-dev:amd64 (2:1.3.3-1) ...
Selecting previously unselected package x11proto-xf86vidmode-dev.
Preparing to unpack .../45-x11proto-xf86vidmode-dev_2018.4-4_all.deb ...
Unpacking x11proto-xf86vidmode-dev (2018.4-4) ...
Selecting previously unselected package libxxf86vm-dev:amd64.
Preparing to unpack .../46-libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ...
Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ...
Selecting previously unselected package libgl1-mesa-dev:amd64.
Preparing to unpack .../47-libgl1-mesa-dev_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgl1-mesa-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglu1-mesa-dev:amd64.
Preparing to unpack .../48-libglu1-mesa-dev_9.0.0-2.1build1_amd64.deb ...
Unpacking libglu1-mesa-dev:amd64 (9.0.0-2.1build1) ...
Selecting previously unselected package libpng-tools.
Preparing to unpack .../49-libpng-tools_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libpng-tools (1.6.34-1ubuntu0.18.04.2) ...
Selecting previously unselected package libpulse-dev:amd64.
Preparing to unpack .../50-libpulse-dev_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking libpulse-dev:amd64 (1:11.1-1ubuntu7.11) ...
Selecting previously unselected package libsdl1.2debian:amd64.
Preparing to unpack .../51-libsdl1.2debian_1.2.15+dfsg2-0.1ubuntu0.2_amd64.deb ...
Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.2) ...
Selecting previously unselected package libsdl1.2-dev.
Preparing to unpack .../52-libsdl1.2-dev_1.2.15+dfsg2-0.1ubuntu0.2_amd64.deb ...
Unpacking libsdl1.2-dev (1.2.15+dfsg2-0.1ubuntu0.2) ...
Selecting previously unselected package libx11-doc.
Preparing to unpack .../53-libx11-doc_2%3a1.6.4-3ubuntu0.4_all.deb ...
Unpacking libx11-doc (2:1.6.4-3ubuntu0.4) ...
Setting up libopengl0:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libasound2-dev:amd64 (1.1.3-5ubuntu0.6) ...
Setting up libgles1:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libxshmfence-dev:amd64 (1.3-1) ...
Setting up libpthread-stubs0-dev:amd64 (0.3-4) ...
Setting up libpng-tools (1.6.34-1ubuntu0.18.04.2) ...
Setting up libdrm-dev:amd64 (2.4.101-2~18.04.1) ...
Setting up xorg-sgml-doctools (1:1.11-1) ...
Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.2) ...
Setting up x11proto-dev (2018.4-4) ...
Setting up x11proto-damage-dev (1:2018.4-4) ...
Setting up xtrans-dev (1.3.5-1) ...
Setting up x11proto-xext-dev (2018.4-4) ...
Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ...
Setting up libx11-doc (2:1.6.4-3ubuntu0.4) ...
Setting up libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
Setting up libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
Setting up libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
Setting up python3-lib2to3 (3.6.9-1~18.04) ...
Setting up libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.3) ...
Setting up python3-distutils (3.6.9-1~18.04) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2.2) ...
Setting up libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
Setting up x11proto-core-dev (2018.4-4) ...
Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ...
Setting up x11proto-fixes-dev (1:2018.4-4) ...
Setting up x11proto-xf86vidmode-dev (2018.4-4) ...
Setting up libxau-dev:amd64 (1:1.0.8-1ubuntu1) ...
Setting up libglvnd-dev:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.9) ...
Setting up libxcb1-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-glx0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libx11-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up libpng-dev:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ...
Setting up libxfixes-dev:amd64 (1:5.0.3-1) ...
Setting up libslang2-dev:amd64 (2.3.1a-3ubuntu1) ...
Setting up libxcb-sync-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up mesa-common-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libxdamage-dev:amd64 (1:1.1.4-3) ...
Setting up libxcb-dri2-0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-render0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libcaca-dev (0.99.beta19-2ubuntu0.18.04.3) ...
Setting up libxcb-dri3-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxext-dev:amd64 (2:1.3.3-1) ...
Setting up libxcb-shape0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-randr0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-xfixes0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-present-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libgl1-mesa-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libglu1-mesa-dev:amd64 (9.0.0-2.1build1) ...
Processing triggers for libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up libpulse-dev:amd64 (1:11.1-1ubuntu7.11) ...
Setting up libsdl1.2-dev (1.2.15+dfsg2-0.1ubuntu0.2) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libesd-java
[sudo] password for rootroot: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libjorbis-java
The following NEW packages will be installed:
  libesd-java libjorbis-java
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 148 kB of archives.
After this operation, 473 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libjorbis-java all 0.0.17-2 [103 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libesd-java all 0.0.7-4 [45.5 kB]
Fetched 148 kB in 5s (30.2 kB/s)  
Selecting previously unselected package libjorbis-java.
(Reading database ... 180157 files and directories currently installed.)
Preparing to unpack .../libjorbis-java_0.0.17-2_all.deb ...
Unpacking libjorbis-java (0.0.17-2) ...
Selecting previously unselected package libesd-java.
Preparing to unpack .../libesd-java_0.0.7-4_all.deb ...
Unpacking libesd-java (0.0.7-4) ...
Setting up libjorbis-java (0.0.17-2) ...
Setting up libesd-java (0.0.7-4) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libwxgtk3.0-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libwxbase3.0-0v5 libwxbase3.0-dev libwxgtk3.0-0v5 wx-common wx3.0-headers
Suggested packages:
  wx3.0-doc
The following NEW packages will be installed:
  libwxbase3.0-0v5 libwxbase3.0-dev libwxgtk3.0-0v5 libwxgtk3.0-dev wx-common wx3.0-headers
0 upgraded, 6 newly installed, 0 to remove and 24 not upgraded.
Need to get 6,283 kB of archives.
After this operation, 27.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libwxbase3.0-0v5 amd64 3.0.4+dfsg-3 [954 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 wx3.0-headers all 3.0.4+dfsg-3 [1,021 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libwxbase3.0-dev amd64 3.0.4+dfsg-3 [29.5 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libwxgtk3.0-0v5 amd64 3.0.4+dfsg-3 [4,182 kB]
Get:5 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 wx-common amd64 3.0.4+dfsg-3 [67.5 kB]
Get:6 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libwxgtk3.0-dev amd64 3.0.4+dfsg-3 [29.6 kB]
Fetched 6,283 kB in 5s (1,259 kB/s)   
Selecting previously unselected package libwxbase3.0-0v5:amd64.
(Reading database ... 180202 files and directories currently installed.)
Preparing to unpack .../0-libwxbase3.0-0v5_3.0.4+dfsg-3_amd64.deb ...
Unpacking libwxbase3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Selecting previously unselected package wx3.0-headers.
Preparing to unpack .../1-wx3.0-headers_3.0.4+dfsg-3_all.deb ...
Unpacking wx3.0-headers (3.0.4+dfsg-3) ...
Selecting previously unselected package libwxbase3.0-dev.
Preparing to unpack .../2-libwxbase3.0-dev_3.0.4+dfsg-3_amd64.deb ...
Unpacking libwxbase3.0-dev (3.0.4+dfsg-3) ...
Selecting previously unselected package libwxgtk3.0-0v5:amd64.
Preparing to unpack .../3-libwxgtk3.0-0v5_3.0.4+dfsg-3_amd64.deb ...
Unpacking libwxgtk3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Selecting previously unselected package wx-common.
Preparing to unpack .../4-wx-common_3.0.4+dfsg-3_amd64.deb ...
Unpacking wx-common (3.0.4+dfsg-3) ...
Selecting previously unselected package libwxgtk3.0-dev.
Preparing to unpack .../5-libwxgtk3.0-dev_3.0.4+dfsg-3_amd64.deb ...
Unpacking libwxgtk3.0-dev (3.0.4+dfsg-3) ...
Setting up wx3.0-headers (3.0.4+dfsg-3) ...
Setting up libwxbase3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Setting up wx-common (3.0.4+dfsg-3) ...
Setting up libwxgtk3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Setting up libwxbase3.0-dev (3.0.4+dfsg-3) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/wx/config/base-unicode-3.0 to provide /usr/bin/wx-config (wx-config) in auto mode
Setting up libwxgtk3.0-dev (3.0.4+dfsg-3) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/wx/config/gtk2-unicode-3.0 to provide /usr/bin/wx-config (wx-config) in auto mode
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install squashfs-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
squashfs-tools is already the newest version (1:4.3-6ubuntu0.18.04.4).
squashfs-tools set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
build-essential set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install zip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
zip is already the newest version (3.0-11build1).
zip set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install curl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libcurl4
The following NEW packages will be installed:
  curl libcurl4
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 379 kB of archives.
After this operation, 1,053 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.21 [220 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.21 [159 kB]
Fetched 379 kB in 6s (65.7 kB/s)
Selecting previously unselected package libcurl4:amd64.
(Reading database ... 181018 files and directories currently installed.)
Preparing to unpack .../libcurl4_7.58.0-2ubuntu3.21_amd64.deb ...
Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.21) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.58.0-2ubuntu3.21_amd64.deb ...
Unpacking curl (7.58.0-2ubuntu3.21) ...
Setting up libcurl4:amd64 (7.58.0-2ubuntu3.21) ...
Setting up curl (7.58.0-2ubuntu3.21) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libncurses5-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libtinfo-dev
Suggested packages:
  ncurses-doc
The following NEW packages will be installed:
  libncurses5-dev libtinfo-dev
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 256 kB of archives.
After this operation, 1,422 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB]
Fetched 256 kB in 3s (101 kB/s)          
Selecting previously unselected package libtinfo-dev:amd64.
(Reading database ... 181031 files and directories currently installed.)
Preparing to unpack .../libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libncurses5-dev:amd64.
Preparing to unpack .../libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install zlib1g-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2.2).
zlib1g-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install pngcrush
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  pngcrush
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 49.9 kB of archives.
After this operation, 135 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 pngcrush amd64 1.7.85-1build1 [49.9 kB]
Fetched 49.9 kB in 1s (33.7 kB/s)                      
Selecting previously unselected package pngcrush.
(Reading database ... 181080 files and directories currently installed.)
Preparing to unpack .../pngcrush_1.7.85-1build1_amd64.deb ...
Unpacking pngcrush (1.7.85-1build1) ...
Setting up pngcrush (1.7.85-1build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install schedtool
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  schedtool
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 21.5 kB of archives.
After this operation, 44.0 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 schedtool amd64 1.3.0-2 [21.5 kB]
Fetched 21.5 kB in 1s (17.1 kB/s)    
Selecting previously unselected package schedtool.
(Reading database ... 181086 files and directories currently installed.)
Preparing to unpack .../schedtool_1.3.0-2_amd64.deb ...
Unpacking schedtool (1.3.0-2) ...
Setting up schedtool (1.3.0-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libxml2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libxml2 is already the newest version (2.9.4+dfsg1-6.1ubuntu1.8).
libxml2 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libxml2-utils
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libxml2-utils
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 35.9 kB of archives.
After this operation, 173 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-utils amd64 2.9.4+dfsg1-6.1ubuntu1.8 [35.9 kB]
Fetched 35.9 kB in 3s (11.8 kB/s)        
Selecting previously unselected package libxml2-utils.
(Reading database ... 181095 files and directories currently installed.)
Preparing to unpack .../libxml2-utils_2.9.4+dfsg1-6.1ubuntu1.8_amd64.deb ...
Unpacking libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.8) ...
Setting up libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.8) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install xsltproc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  xsltproc
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 14.0 kB of archives.
After this operation, 158 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 xsltproc amd64 1.1.29-5ubuntu0.3 [14.0 kB]
Fetched 14.0 kB in 1s (20.7 kB/s)   
Selecting previously unselected package xsltproc.
(Reading database ... 181103 files and directories currently installed.)
Preparing to unpack .../xsltproc_1.1.29-5ubuntu0.3_amd64.deb ...
Unpacking xsltproc (1.1.29-5ubuntu0.3) ...
Setting up xsltproc (1.1.29-5ubuntu0.3) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install lzop
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  lzop
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 39.8 kB of archives.
After this operation, 97.3 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 lzop amd64 1.03-4 [39.8 kB]
Fetched 39.8 kB in 2s (23.2 kB/s)                      
Selecting previously unselected package lzop.
(Reading database ... 181113 files and directories currently installed.)
Preparing to unpack .../archives/lzop_1.03-4_amd64.deb ...
Unpacking lzop (1.03-4) ...
Setting up lzop (1.03-4) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libc6-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libc6-dev is already the newest version (2.27-3ubuntu1.6).
libc6-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install schedtool
Reading package lists... Done
Building dependency tree       
Reading state information... Done
schedtool is already the newest version (1.3.0-2).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install g++-multilib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  g++-7-multilib gcc-7-multilib gcc-multilib lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0
  libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0
Suggested packages:
  lib32stdc++6-7-dbg libx32stdc++6-7-dbg
The following NEW packages will be installed:
  g++-7-multilib g++-multilib gcc-7-multilib gcc-multilib lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6
  lib32ubsan0 libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6
  libx32ubsan0
0 upgraded, 31 newly installed, 0 to remove and 24 not upgraded.
Need to get 17.3 MB of archives.
After this operation, 92.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.6 [2,651 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.6 [1,819 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.6 [2,844 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.6 [2,019 kB]
Get:5 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB]
Get:6 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB]
Get:7 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB]
Get:8 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB]
Get:9 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB]
Get:10 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB]
Get:11 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8,664 B]
Get:12 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9,188 B]
Get:13 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB]                                                                                             
Get:14 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB]                                                                                            
Get:15 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB]                                                                                           
Get:16 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB]                                                                                            
Get:17 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB]                                                                                          
Get:18 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB]                                                                                           
Get:19 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB]                                                                                         
Get:20 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB]                                                                                        
Get:21 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB]                                                                                             
Get:22 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB]                                                                                         
Get:23 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB]                                                                                        
Get:24 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2,211 kB]                                                                                       
Get:25 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1,999 kB]                                                                                      
Get:26 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1,048 B]                                                                                        
Get:27 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB]                                                                                      
Get:28 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB]                                                                                     
Get:29 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1,064 B]                                                                                        
Get:30 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1,428 B]                                                                                            
Get:31 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1,020 B]                                                                                            
Fetched 17.3 MB in 8s (2,103 kB/s)                                                                                                                                                                              
Extracting templates from packages: 100%
Selecting previously unselected package libc6-i386.
(Reading database ... 181120 files and directories currently installed.)
Preparing to unpack .../00-libc6-i386_2.27-3ubuntu1.6_amd64.deb ...
Unpacking libc6-i386 (2.27-3ubuntu1.6) ...
Replaced by files in installed package libc6:i386 (2.27-3ubuntu1.6) ...
Selecting previously unselected package libc6-dev-i386.
Preparing to unpack .../01-libc6-dev-i386_2.27-3ubuntu1.6_amd64.deb ...
Unpacking libc6-dev-i386 (2.27-3ubuntu1.6) ...
Selecting previously unselected package libc6-x32.
Preparing to unpack .../02-libc6-x32_2.27-3ubuntu1.6_amd64.deb ...
Unpacking libc6-x32 (2.27-3ubuntu1.6) ...
Selecting previously unselected package libc6-dev-x32.
Preparing to unpack .../03-libc6-dev-x32_2.27-3ubuntu1.6_amd64.deb ...
Unpacking libc6-dev-x32 (2.27-3ubuntu1.6) ...
Selecting previously unselected package lib32gcc1.
Preparing to unpack .../04-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libx32gcc1.
Preparing to unpack .../05-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package lib32gomp1.
Preparing to unpack .../06-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libx32gomp1.
Preparing to unpack .../07-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package lib32itm1.
Preparing to unpack .../08-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libx32itm1.
Preparing to unpack .../09-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package lib32atomic1.
Preparing to unpack .../10-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libx32atomic1.
Preparing to unpack .../11-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package lib32asan4.
Preparing to unpack .../12-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libx32asan4.
Preparing to unpack .../13-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package lib32stdc++6.
Preparing to unpack .../14-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package lib32ubsan0.
Preparing to unpack .../15-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libx32stdc++6.
Preparing to unpack .../16-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libx32ubsan0.
Preparing to unpack .../17-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package lib32cilkrts5.
Preparing to unpack .../18-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libx32cilkrts5.
Preparing to unpack .../19-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package lib32mpx2.
Preparing to unpack .../20-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package lib32quadmath0.
Preparing to unpack .../21-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libx32quadmath0.
Preparing to unpack .../22-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package lib32gcc-7-dev.
Preparing to unpack .../23-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libx32gcc-7-dev.
Preparing to unpack .../24-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package gcc-7-multilib.
Preparing to unpack .../25-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package lib32stdc++-7-dev.
Preparing to unpack .../26-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libx32stdc++-7-dev.
Preparing to unpack .../27-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package g++-7-multilib.
Preparing to unpack .../28-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package gcc-multilib.
Preparing to unpack .../29-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package g++-multilib.
Preparing to unpack .../30-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ...
Setting up libc6-x32 (2.27-3ubuntu1.6) ...
Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ...
Setting up libc6-i386 (2.27-3ubuntu1.6) ...
Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ...
Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ...
Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ...
Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ...
Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ...
Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ...
Setting up libc6-dev-i386 (2.27-3ubuntu1.6) ...
Setting up libc6-dev-x32 (2.27-3ubuntu1.6) ...
Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ...
Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ...
Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ...
Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ...
Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ...
Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ...
Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ...
Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ...
Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ...
Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ...
Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ...
Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ...
Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ...
Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ...
Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ...
Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ...
Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ...
Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ...
Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ...
Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install lib32z1-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  lib32z1
The following NEW packages will be installed:
  lib32z1 lib32z1-dev
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 119 kB of archives.
After this operation, 385 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32z1 amd64 1:1.2.11.dfsg-0ubuntu2.2 [58.7 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32z1-dev amd64 1:1.2.11.dfsg-0ubuntu2.2 [60.7 kB]
Fetched 119 kB in 3s (40.1 kB/s)      
Selecting previously unselected package lib32z1.
(Reading database ... 182137 files and directories currently installed.)
Preparing to unpack .../lib32z1_1%3a1.2.11.dfsg-0ubuntu2.2_amd64.deb ...
Unpacking lib32z1 (1:1.2.11.dfsg-0ubuntu2.2) ...
Selecting previously unselected package lib32z1-dev.
Preparing to unpack .../lib32z1-dev_1%3a1.2.11.dfsg-0ubuntu2.2_amd64.deb ...
Unpacking lib32z1-dev (1:1.2.11.dfsg-0ubuntu2.2) ...
Setting up lib32z1 (1:1.2.11.dfsg-0ubuntu2.2) ...
Setting up lib32z1-dev (1:1.2.11.dfsg-0ubuntu2.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install lib32ncurses5-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  lib32ncurses5 lib32tinfo-dev lib32tinfo5
Suggested packages:
  ncurses-doc
The following NEW packages will be installed:
  lib32ncurses5 lib32ncurses5-dev lib32tinfo-dev lib32tinfo5
0 upgraded, 4 newly installed, 0 to remove and 24 not upgraded.
Need to get 392 kB of archives.
After this operation, 1,672 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32tinfo5 amd64 6.1-1ubuntu1.18.04 [79.1 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ncurses5 amd64 6.1-1ubuntu1.18.04 [100 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32tinfo-dev amd64 6.1-1ubuntu1.18.04 [82.8 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ncurses5-dev amd64 6.1-1ubuntu1.18.04 [130 kB]
Fetched 392 kB in 3s (132 kB/s)        
Selecting previously unselected package lib32tinfo5.
(Reading database ... 182148 files and directories currently installed.)
Preparing to unpack .../lib32tinfo5_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking lib32tinfo5 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package lib32ncurses5.
Preparing to unpack .../lib32ncurses5_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking lib32ncurses5 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package lib32tinfo-dev.
Preparing to unpack .../lib32tinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking lib32tinfo-dev (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package lib32ncurses5-dev.
Preparing to unpack .../lib32ncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking lib32ncurses5-dev (6.1-1ubuntu1.18.04) ...
Setting up lib32tinfo5 (6.1-1ubuntu1.18.04) ...
Setting up lib32ncurses5 (6.1-1ubuntu1.18.04) ...
Setting up lib32tinfo-dev (6.1-1ubuntu1.18.04) ...
Setting up lib32ncurses5-dev (6.1-1ubuntu1.18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install lib32readline-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  lib32readline7
The following NEW packages will be installed:
  lib32readline-dev lib32readline7
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 257 kB of archives.
After this operation, 915 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 lib32readline7 amd64 7.0-3 [126 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 lib32readline-dev amd64 7.0-3 [131 kB]
Fetched 257 kB in 3s (97.8 kB/s)           
Selecting previously unselected package lib32readline7.
(Reading database ... 182183 files and directories currently installed.)
Preparing to unpack .../lib32readline7_7.0-3_amd64.deb ...
Unpacking lib32readline7 (7.0-3) ...
Selecting previously unselected package lib32readline-dev.
Preparing to unpack .../lib32readline-dev_7.0-3_amd64.deb ...
Unpacking lib32readline-dev (7.0-3) ...
Setting up lib32readline7 (7.0-3) ...
Setting up lib32readline-dev (7.0-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install gcc-multilib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gcc-multilib is already the newest version (4:7.4.0-1ubuntu2.3).
gcc-multilib set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libswitch-perl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  libswitch-perl
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 18.8 kB of archives.
After this operation, 76.8 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libswitch-perl all 2.17-2 [18.8 kB]
Fetched 18.8 kB in 1s (20.0 kB/s)         
Selecting previously unselected package libswitch-perl.
(Reading database ... 182197 files and directories currently installed.)
Preparing to unpack .../libswitch-perl_2.17-2_all.deb ...
Unpacking libswitch-perl (2.17-2) ...
Setting up libswitch-perl (2.17-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libssl-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  libssl-doc
The following NEW packages will be installed:
  libssl-dev
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 1,568 kB of archives.
After this operation, 7,853 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.20 [1,568 kB]
Fetched 1,568 kB in 2s (667 kB/s)       
Selecting previously unselected package libssl-dev:amd64.
(Reading database ... 182203 files and directories currently installed.)
Preparing to unpack .../libssl-dev_1.1.1-1ubuntu2.1~18.04.20_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install unzip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
unzip is already the newest version (6.0-21ubuntu1.2).
unzip set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install zip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
zip is already the newest version (3.0-11build1).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install device-tree-compiler
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  device-tree-compiler
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 239 kB of archives.
After this operation, 441 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 device-tree-compiler amd64 1.4.5-3 [239 kB]
Fetched 239 kB in 1s (164 kB/s)                
Selecting previously unselected package device-tree-compiler.
(Reading database ... 182320 files and directories currently installed.)
Preparing to unpack .../device-tree-compiler_1.4.5-3_amd64.deb ...
Unpacking device-tree-compiler (1.4.5-3) ...
Setting up device-tree-compiler (1.4.5-3) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install liblz4-tool
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  liblz4-tool
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 75.0 kB of archives.
After this operation, 380 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 liblz4-tool amd64 0.0~r131-2ubuntu3.1 [75.0 kB]
Fetched 75.0 kB in 1s (54.9 kB/s)      
Selecting previously unselected package liblz4-tool.
(Reading database ... 182343 files and directories currently installed.)
Preparing to unpack .../liblz4-tool_0.0~r131-2ubuntu3.1_amd64.deb ...
Unpacking liblz4-tool (0.0~r131-2ubuntu3.1) ...
Setting up liblz4-tool (0.0~r131-2ubuntu3.1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install python-pyelftools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  python-pyelftools
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 70.0 kB of archives.
After this operation, 384 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 python-pyelftools all 0.24-4 [70.0 kB]
Fetched 70.0 kB in 1s (49.3 kB/s)            
Selecting previously unselected package python-pyelftools.
(Reading database ... 182354 files and directories currently installed.)
Preparing to unpack .../python-pyelftools_0.24-4_all.deb ...
Unpacking python-pyelftools (0.24-4) ...
Setting up python-pyelftools (0.24-4) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install python3-pyelftools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  python3-pyelftools
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 70.1 kB of archives.
After this operation, 384 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pyelftools all 0.24-4 [70.1 kB]
Fetched 70.1 kB in 1s (52.7 kB/s)             
Selecting previously unselected package python3-pyelftools.
(Reading database ... 182408 files and directories currently installed.)
Preparing to unpack .../python3-pyelftools_0.24-4_all.deb ...
Unpacking python3-pyelftools (0.24-4) ...
Setting up python3-pyelftools (0.24-4) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install repo
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  python-kerberos
The following NEW packages will be installed:
  python-kerberos repo
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 44.0 kB of archives.
After this operation, 129 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 python-kerberos amd64 1.1.14-1 [22.5 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 repo all 1.12.37-3ubuntu1 [21.5 kB]
Fetched 44.0 kB in 1s (35.1 kB/s)
Selecting previously unselected package python-kerberos.
(Reading database ... 182462 files and directories currently installed.)
Preparing to unpack .../python-kerberos_1.1.14-1_amd64.deb ...
Unpacking python-kerberos (1.1.14-1) ...
Selecting previously unselected package repo.
Preparing to unpack .../repo_1.12.37-3ubuntu1_all.deb ...
Unpacking repo (1.12.37-3ubuntu1) ...
Setting up python-kerberos (1.1.14-1) ...
Setting up repo (1.12.37-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install git
Reading package lists... Done
Building dependency tree       
Reading state information... Done
git is already the newest version (1:2.17.1-1ubuntu0.13).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install ssh
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  ssh
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 5,192 B of archives.
After this operation, 108 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ssh all 1:7.6p1-4ubuntu0.7 [5,192 B]
Fetched 5,192 B in 1s (5,801 B/s)                      
Selecting previously unselected package ssh.
(Reading database ... 182484 files and directories currently installed.)
Preparing to unpack .../ssh_1%3a7.6p1-4ubuntu0.7_all.deb ...
Unpacking ssh (1:7.6p1-4ubuntu0.7) ...
Setting up ssh (1:7.6p1-4ubuntu0.7) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install make
Reading package lists... Done
Building dependency tree       
Reading state information... Done
make is already the newest version (4.1-9.1ubuntu1).
make set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install gcc
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gcc is already the newest version (4:7.4.0-1ubuntu2.3).
gcc set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install libssl-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.20).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install liblz4-tool
Reading package lists... Done
Building dependency tree       
Reading state information... Done
liblz4-tool is already the newest version (0.0~r131-2ubuntu3.1).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install expect
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libtcl8.6 tcl-expect tcl8.6
Suggested packages:
  tk8.6 tcl-tclreadline
The following NEW packages will be installed:
  expect libtcl8.6 tcl-expect tcl8.6
0 upgraded, 4 newly installed, 0 to remove and 24 not upgraded.
Need to get 1,138 kB of archives.
After this operation, 4,598 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 tcl8.6 amd64 8.6.8+dfsg-3 [14.4 kB]
Fetched 1,138 kB in 4s (306 kB/s)  
Selecting previously unselected package libtcl8.6:amd64.
(Reading database ... 182489 files and directories currently installed.)
Preparing to unpack .../libtcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking libtcl8.6:amd64 (8.6.8+dfsg-3) ...
Selecting previously unselected package tcl-expect:amd64.
Preparing to unpack .../tcl-expect_5.45.4-1_amd64.deb ...
Unpacking tcl-expect:amd64 (5.45.4-1) ...
Selecting previously unselected package expect.
Preparing to unpack .../expect_5.45.4-1_amd64.deb ...
Unpacking expect (5.45.4-1) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../tcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking tcl8.6 (8.6.8+dfsg-3) ...
Setting up libtcl8.6:amd64 (8.6.8+dfsg-3) ...
Setting up tcl-expect:amd64 (5.45.4-1) ...
Setting up tcl8.6 (8.6.8+dfsg-3) ...
Setting up expect (5.45.4-1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install g++
Reading package lists... Done
Building dependency tree       
Reading state information... Done
g++ is already the newest version (4:7.4.0-1ubuntu2.3).
g++ set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install patchelf
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  patchelf
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 46.5 kB of archives.
After this operation, 130 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 patchelf amd64 0.9-1 [46.5 kB]
Fetched 46.5 kB in 2s (30.0 kB/s)                      
Selecting previously unselected package patchelf.
(Reading database ... 182818 files and directories currently installed.)
Preparing to unpack .../patchelf_0.9-1_amd64.deb ...
Unpacking patchelf (0.9-1) ...
Setting up patchelf (0.9-1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install chrpath
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  chrpath
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 13.2 kB of archives.
After this operation, 37.9 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 chrpath amd64 0.16-2 [13.2 kB]
Fetched 13.2 kB in 0s (27.3 kB/s)   
Selecting previously unselected package chrpath.
(Reading database ... 182824 files and directories currently installed.)
Preparing to unpack .../chrpath_0.16-2_amd64.deb ...
Unpacking chrpath (0.16-2) ...
Setting up chrpath (0.16-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install gawk
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  gawk-doc
The following NEW packages will be installed:
  gawk
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 401 kB of archives.
After this operation, 1,552 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 gawk amd64 1:4.1.4+dfsg-1build1 [401 kB]
Fetched 401 kB in 2s (178 kB/s)
Selecting previously unselected package gawk.
(Reading database ... 182832 files and directories currently installed.)
Preparing to unpack .../gawk_1%3a4.1.4+dfsg-1build1_amd64.deb ...
Unpacking gawk (1:4.1.4+dfsg-1build1) ...
Setting up gawk (1:4.1.4+dfsg-1build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install texinfo
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libtext-unidecode-perl tex-common
Suggested packages:
  debhelper texlive-base texlive-latex-base texlive-generic-recommended texinfo-doc-nonfree texlive-fonts-recommended
The following NEW packages will be installed:
  libtext-unidecode-perl tex-common texinfo
0 upgraded, 3 newly installed, 0 to remove and 24 not upgraded.
Need to get 884 kB of archives.
After this operation, 7,922 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 tex-common all 6.09 [33.0 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 libtext-unidecode-perl all 1.30-1 [99.0 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic/universe amd64 texinfo amd64 6.5.0.dfsg.1-2 [752 kB]
Fetched 884 kB in 3s (275 kB/s)  
Selecting previously unselected package tex-common.
(Reading database ... 182979 files and directories currently installed.)
Preparing to unpack .../tex-common_6.09_all.deb ...
Unpacking tex-common (6.09) ...
Selecting previously unselected package libtext-unidecode-perl.
Preparing to unpack .../libtext-unidecode-perl_1.30-1_all.deb ...
Unpacking libtext-unidecode-perl (1.30-1) ...
Selecting previously unselected package texinfo.
Preparing to unpack .../texinfo_6.5.0.dfsg.1-2_amd64.deb ...
Unpacking texinfo (6.5.0.dfsg.1-2) ...
Setting up tex-common (6.09) ...
update-language: texlive-base not installed and configured, doing nothing!
Setting up libtext-unidecode-perl (1.30-1) ...
Setting up texinfo (6.5.0.dfsg.1-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install chrpath
Reading package lists... Done
Building dependency tree       
Reading state information... Done
chrpath is already the newest version (0.16-2).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install diffstat
Reading package lists... Done
Building dependency tree       
Reading state information... Done
diffstat is already the newest version (1.61-1build1).
diffstat set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install binfmt-support
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  binfmt-support
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 51.6 kB of archives.
After this operation, 206 kB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 binfmt-support amd64 2.1.8-2 [51.6 kB]
Fetched 51.6 kB in 1s (35.7 kB/s)                      
Selecting previously unselected package binfmt-support.
(Reading database ... 183555 files and directories currently installed.)
Preparing to unpack .../binfmt-support_2.1.8-2_amd64.deb ...
Unpacking binfmt-support (2.1.8-2) ...
Setting up binfmt-support (2.1.8-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/binfmt-support.service → /lib/systemd/system/binfmt-support.service.
Processing triggers for systemd (237-3ubuntu10.56) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install qemu-user-static
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  qemu-user-static
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
Need to get 9,974 kB of archives.
After this operation, 101 MB of additional disk space will be used.
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qemu-user-static amd64 1:2.11+dfsg-1ubuntu7.41 [9,974 kB]
Fetched 9,974 kB in 4s (2,259 kB/s)           
Selecting previously unselected package qemu-user-static.
(Reading database ... 183568 files and directories currently installed.)
Preparing to unpack .../qemu-user-static_1%3a2.11+dfsg-1ubuntu7.41_amd64.deb ...
Unpacking qemu-user-static (1:2.11+dfsg-1ubuntu7.41) ...
Setting up qemu-user-static (1:2.11+dfsg-1ubuntu7.41) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install live-build
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  debootstrap
Suggested packages:
  ubuntu-archive-keyring win32-loader gnu-fdisk
The following NEW packages will be installed:
  debootstrap live-build
0 upgraded, 2 newly installed, 0 to remove and 24 not upgraded.
Need to get 167 kB of archives.
After this operation, 1,133 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 debootstrap all 1.0.95ubuntu0.12 [35.2 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 live-build all 3.0~a57-1ubuntu34.1 [131 kB]
Fetched 167 kB in 2s (109 kB/s)     
Selecting previously unselected package debootstrap.
(Reading database ... 183636 files and directories currently installed.)
Preparing to unpack .../debootstrap_1.0.95ubuntu0.12_all.deb ...
Unpacking debootstrap (1.0.95ubuntu0.12) ...
Selecting previously unselected package live-build.
Preparing to unpack .../live-build_3.0~a57-1ubuntu34.1_all.deb ...
Unpacking live-build (3.0~a57-1ubuntu34.1) ...
Setting up debootstrap (1.0.95ubuntu0.12) ...
Setting up live-build (3.0~a57-1ubuntu34.1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install bison
Reading package lists... Done
Building dependency tree       
Reading state information... Done
bison is already the newest version (2:3.0.4.dfsg-1build1).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install flex
Reading package lists... Done
Building dependency tree       
Reading state information... Done
flex is already the newest version (2.6.4-6).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install fakeroot
Reading package lists... Done
Building dependency tree       
Reading state information... Done
fakeroot is already the newest version (1.22-2ubuntu1).
fakeroot set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install cmake
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  cmake-data libjsoncpp1 librhash0 libuv1
Suggested packages:
  cmake-doc ninja-build
The following NEW packages will be installed:
  cmake cmake-data libjsoncpp1 librhash0 libuv1
0 upgraded, 5 newly installed, 0 to remove and 24 not upgraded.
Need to get 4,699 kB of archives.
After this operation, 24.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1,332 kB]
Get:2 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
Get:4 http://cn.archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
Get:5 http://cn.archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.2 [3,152 kB]
Fetched 4,699 kB in 3s (1,629 kB/s)
Selecting previously unselected package cmake-data.
(Reading database ... 183988 files and directories currently installed.)
Preparing to unpack .../cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
Selecting previously unselected package libjsoncpp1:amd64.
Preparing to unpack .../libjsoncpp1_1.7.4-3_amd64.deb ...
Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
Selecting previously unselected package librhash0:amd64.
Preparing to unpack .../librhash0_1.3.6-2_amd64.deb ...
Unpacking librhash0:amd64 (1.3.6-2) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../libuv1_1.18.0-3_amd64.deb ...
Unpacking libuv1:amd64 (1.18.0-3) ...
Selecting previously unselected package cmake.
Preparing to unpack .../cmake_3.10.2-1ubuntu2.18.04.2_amd64.deb ...
Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
Setting up libuv1:amd64 (1.18.0-3) ...
Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
Setting up librhash0:amd64 (1.3.6-2) ...
Setting up libjsoncpp1:amd64 (1.7.4-3) ...
Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.5) ...
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install gcc-multilib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gcc-multilib is already the newest version (4:7.4.0-1ubuntu2.3).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install g++-multilib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
g++-multilib is already the newest version (4:7.4.0-1ubuntu2.3).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install unzip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
unzip is already the newest version (6.0-21ubuntu1.2).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install device-tree-compiler
Reading package lists... Done
Building dependency tree       
Reading state information... Done
device-tree-compiler is already the newest version (1.4.5-3).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ sudo apt-get install ncurses-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libncurses5-dev' instead of 'ncurses-dev'
libncurses5-dev is already the newest version (6.1-1ubuntu1.18.04).
0 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ java -v

Command 'java' not found, but can be installed with:

sudo apt install default-jre            
sudo apt install openjdk-11-jre-headless
sudo apt install openjdk-8-jre-headless 

rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ 
rootroot@rootroot-MS-7885:~$ cd /usr/bin/
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ ll py*
-rwxr-xr-x 1 root root    7812 10月 25  2018 py3clean*
-rwxr-xr-x 1 root root   12119 10月 25  2018 py3compile*
lrwxrwxrwx 1 root root      31 12月 17 22:45 py3versions -> ../share/python3/py3versions.py*
-rwxr-xr-x 1 root root    4124 4月  16  2018 pyclean*
-rwxr-xr-x 1 root root   11895 4月  16  2018 pycompile*
lrwxrwxrwx 1 root root       8 4月  16  2018 pydoc -> pydoc2.7*
-rwxr-xr-x 1 root root      79 11月 29 02:51 pydoc2.7*
lrwxrwxrwx 1 root root       8 12月 17 22:45 pydoc3 -> pydoc3.6*
-rwxr-xr-x 1 root root      79 11月 25 22:10 pydoc3.6*
lrwxrwxrwx 1 root root      12 4月  16  2018 pygettext -> pygettext2.7*
-rwxr-xr-x 1 root root   22082 11月 29 02:51 pygettext2.7*
lrwxrwxrwx 1 root root      12 12月 17 22:45 pygettext3 -> pygettext3.6*
-rwxr-xr-x 1 root root   21547 11月 25 22:10 pygettext3.6*
lrwxrwxrwx 1 root root       9 4月  16  2018 python -> python2.7*
lrwxrwxrwx 1 root root       9 4月  16  2018 python2 -> python2.7*
-rwxr-xr-x 1 root root 3628904 11月 29 02:51 python2.7*
lrwxrwxrwx 1 root root       9 12月 17 22:45 python3 -> python3.6*
-rwxr-xr-x 2 root root 4526456 11月 25 22:10 python3.6*
-rwxr-xr-x 2 root root 4526456 11月 25 22:10 python3.6m*
lrwxrwxrwx 1 root root      10 12月 17 22:45 python3m -> python3.6m*
lrwxrwxrwx 1 root root      29 4月  16  2018 pyversions -> ../share/python/pyversions.py*
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ 
rootroot@rootroot-MS-7885:/usr/bin$ Connection closing...Socket close.

Connection closed by foreign host.

Disconnected from remote host(rootroot192.168.186.223) at 00:00:31.

Type `help' to learn how to use Xshell prompt.

[END] 2022/12/24 0:00:33
 

相关文章:

  • 大话JMeter2|正确get参数传递和HTTP如何正确使用
  • 在Makefile中使用空格缩进的方法
  • 详解vue中vuex的用法
  • 利用Bat打开exe程序并传入值
  • 【iMessage苹果推群发】苹果相册推它由pushchatkey.pem和pushchatcert.pem作为单独的文件使用
  • .NET(C#、VB)APP开发——Smobiler平台控件介绍:Bluetooth组件
  • 基于Xlinx的时序分析与约束(5)----衍生时钟约束
  • Python常见问题整理
  • Docker安装Zookeeper教程(超详细)
  • 【学习笔记12.25】动态规划入门
  • C语言用好写好头文件
  • 程序员过圣诞 | 用HTML写出绽放的烟花
  • 源码系列 之 HashMap
  • docker logs实时查看日志tail
  • Win10从零安装、训练、部署yolov5 6.x一条龙实战案例
  • 分享的文章《人生如棋》
  • [译] 理解数组在 PHP 内部的实现(给PHP开发者的PHP源码-第四部分)
  • [原]深入对比数据科学工具箱:Python和R 非结构化数据的结构化
  • flutter的key在widget list的作用以及必要性
  • Git初体验
  • Java程序员幽默爆笑锦集
  • Java反射-动态类加载和重新加载
  • laravel 用artisan创建自己的模板
  • npx命令介绍
  • React Native移动开发实战-3-实现页面间的数据传递
  • 百度地图API标注+时间轴组件
  • 百度小程序遇到的问题
  • 基于web的全景—— Pannellum小试
  • 区块链分支循环
  • 设计模式(12)迭代器模式(讲解+应用)
  • 算法---两个栈实现一个队列
  • 我有几个粽子,和一个故事
  • 一文看透浏览器架构
  • 2017年360最后一道编程题
  • ​DB-Engines 11月数据库排名:PostgreSQL坐稳同期涨幅榜冠军宝座
  • (1)Android开发优化---------UI优化
  • (aiohttp-asyncio-FFmpeg-Docker-SRS)实现异步摄像头转码服务器
  • (保姆级教程)Mysql中索引、触发器、存储过程、存储函数的概念、作用,以及如何使用索引、存储过程,代码操作演示
  • (二十一)devops持续集成开发——使用jenkins的Docker Pipeline插件完成docker项目的pipeline流水线发布
  • (分享)自己整理的一些简单awk实用语句
  • (三)模仿学习-Action数据的模仿
  • (转)ABI是什么
  • (转)Android学习笔记 --- android任务栈和启动模式
  • (转)eclipse内存溢出设置 -Xms212m -Xmx804m -XX:PermSize=250M -XX:MaxPermSize=356m
  • *ST京蓝入股力合节能 着力绿色智慧城市服务
  • .Net MVC + EF搭建学生管理系统
  • .NET Standard 的管理策略
  • .Net Web项目创建比较不错的参考文章
  • .NET 反射的使用
  • .Net8 Blazor 尝鲜
  • .net遍历html中全部的中文,ASP.NET中遍历页面的所有button控件
  • .sh 的运行
  • @column注解_MyBatis注解开发 -MyBatis(15)
  • @reference注解_Dubbo配置参考手册之dubbo:reference
  • [ Linux ] Linux信号概述 信号的产生