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

RK3568安装部署Docker容器

设置华为镜像源

sudo sed -i 's/huaweicloud.com/ustc.edu.cn/g' /etc/apt/sources.list

更新索引

root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
安装 HTTPS 支持包
sudo apt install -y apt-transport-https ca-certificates curl software-properties-common

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:apg aptdaemon aptdaemon-data audacious-plugins-data bolt bubblewrap cheese-common dconf-cli docbook-xml enchant-2 evolution-data-server-common fprintd geoclue-2.0 gir1.2-gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-menus gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell-cjavascript-common kio language-selector-common language-selector-gnome liba52-0.7.4 libaribb24-0 libasn1-8-heimdal libaudcore5 libaudgui5 libaudtag3 libbasicusageenvironmlibcogl-common libcolord-gtk1 libcue2 libdca0 libdvbpsi10 libebackend-1.2-10 libebml4v5 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedatlibgdcm3.0 libgdm1 libgee-0.8-2 libgeoclue-2-0 libgeocode-glib0 libgeos-3.8.0 libgeotiff5 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnome-desktop-3-19 libgnomelibgtop2-common libgupnp-av-1.0-2 libgweather-3-16 libgweather-common libharfbuzz-icu0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhfstospell10 libhxlibjavascriptcoregtk-4.0-18 libjs-jquery libkf5archive5 libkf5attica5 libkf5completion-data libkf5completion5 libkf5doctools5 libkf5globalaccel-bin libkf5globalaccel-datalibkf5iconthemes5 libkf5idletime5 libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data libkf5jobwidgets5 libkf5kiocore5 libkf5kiontlm5 libkf5kiowidgets5 libkf5notilibkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkrb5-26-heimdal liblirc-client0 liblivemedia64 liblivemedia7libopencv-flann4.2 libopencv-imgproc4.2 libopencv-ml4.2 libopencv-photo4.2 libopenexr24 libopenmpt-modplug1 libpam-fprintd libphonenumber7 libphonon4qt5-4 libphonon4qt5-dlibqca-qt5-2-plugins libqt5designer5 libqt5help5 libqt5multimedia5 libqt5multimediaquick5 libqt5multimediawidgets5 libqt5positioning5 libqt5quickwidgets5 libqt5sensors5 llibqt5webenginewidgets5 libresid-builder0c2a libroken18-heimdal librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 libsdl-image1.2 libsdllibupnp13 libupower-glib3 libusageenvironment3 libusrsctp1 libvlc-bin libvlc5 libvlccore9 libvoikko1 libwhoopsie-preferences0 libwhoopsie0 libwind0-heimdal libwoff1 libx1lxqt-session-l10n media-player-info meteo-qt-l10n mutter-common pavucontrol-qt-l10n python3-aptdaemon python3-aptdaemon.gtk3widgets python3-bs4 python3-defer python3-htmlpython3-pymacaroons python3-rfc3339 python3-sip python3-soupsieve python3-tz python3-webencodings quassel-data session-migration sgml-base sgml-data sonnet-plugins switchvlc-plugin-base whoopsie-preferences xdg-dbus-proxy xfwm4-theme-breeze xml-core xsettingsd yaru-theme-gnome-shell yelp-xsl zenity-common
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:libcurl4 python3-distro-info python3-software-properties unattended-upgrades
Suggested packages:bsd-mailx default-mta | mail-transport-agent needrestart
The following NEW packages will be installed:apt-transport-https curl python3-distro-info python3-software-properties software-properties-common unattended-upgrades
The following packages will be upgraded:ca-certificates libcurl4
2 upgraded, 6 newly installed, 0 to remove and 375 not upgraded.
Need to get 613 kB of archives.
After this operation, 1407 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-distro-info all 0.23ubuntu1.1 [5944 B]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.10 [1704 B]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.23 [216 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.23 [157 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.12 [21.7 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.12 [10.4 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3 [48.5 kB]
Fetched 613 kB in 5s (118 kB/s)                
debconf: delaying package configuration, since apt-utils is not installed
dpkg: warning: files list file for package 'lsb-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libzstd1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'adduser' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bsdutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'grep' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgpg-error0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libhogweed5:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'liblz4-1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-bin' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libffi7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libacl1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libunistring2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsmartcols1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcrypt20:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'coreutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcrypt1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libidn2-0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'diffutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bzip2' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ubuntu-keyring' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcc-s1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libseccomp2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'fdisk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debconf' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libselinux1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'hostname' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'gcc-10-base:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcap-ng0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'init-system-helpers' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncurses6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sed' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libp11-kit0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libuuid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'util-linux' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncursesw6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libfdisk1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libnettle7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'findutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mount' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sensible-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libmount1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'procps' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libattr1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sysvinit-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtasn1-6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debianutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mawk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdebconfclient0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libbz2-1.0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'base-passwd' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdb5.3:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libblkid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libstdc++6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libprocps8:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'dash' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtinfo6:arm64' missing; assuming package has no files currently installed
(Reading database ... 208061 files and directories currently installed.)
Preparing to unpack .../0-ca-certificates_20230311ubuntu0.20.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20211016ubuntu0.20.04.1) .........................................................................................
Selecting previously unselected package python3-distro-info.................................................................................................................
Preparing to unpack .../1-python3-distro-info_0.23ubuntu1.1_all.deb ...
Unpacking python3-distro-info (0.23ubuntu1.1) ..............................................................................................................................
Selecting previously unselected package apt-transport-https.................................................................................................................
Preparing to unpack .../2-apt-transport-https_2.0.10_all.deb ...
Unpacking apt-transport-https (2.0.10) ...#############.....................................................................................................................
Preparing to unpack .../3-libcurl4_7.68.0-1ubuntu2.23_arm64.deb ............................................................................................................
Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.23) over (7.68.0-1ubuntu2.18) ....................................................................................................
Selecting previously unselected package curl.#################################..............................................................................................
Preparing to unpack .../4-curl_7.68.0-1ubuntu2.23_arm64.deb ...
Unpacking curl (7.68.0-1ubuntu2.23) ...##############################################.......................................................................................
Selecting previously unselected package python3-software-properties.#########################...............................................................................
Preparing to unpack .../5-python3-software-properties_0.99.9.12_all.deb ...
Unpacking python3-software-properties (0.99.9.12) ...###############################################........................................................................
Selecting previously unselected package software-properties-common.#########################################................................................................
Preparing to unpack .../6-software-properties-common_0.99.9.12_all.deb ...
Unpacking software-properties-common (0.99.9.12) ...###############################################################.........................................................
Selecting previously unselected package unattended-upgrades.###############################################################.................................................
Preparing to unpack .../7-unattended-upgrades_2.3ubuntu0.3_all.deb ...
Unpacking unattended-upgrades (2.3ubuntu0.3) ...##################################################################################..........................................
Setting up apt-transport-https (2.0.10) ...###############################################################################################..................................
Setting up ca-certificates (20230311ubuntu0.20.04.1) ...#################################################################################################...................
Updating certificates in /etc/ssl/certs...######################################################################################################################............
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
19 added, 6 removed; done.
Setting up python3-software-properties (0.99.9.12) ...##################################################################################################################....
Setting up libcurl4:arm64 (7.68.0-1ubuntu2.23) ...##########################################################################################################################
Setting up curl (7.68.0-1ubuntu2.23) ...####################################################################################################################################
Setting up python3-distro-info (0.23ubuntu1.1) ...##########################################################################################################################
Setting up software-properties-common (0.99.9.12) ...#######################################################################################################################
Setting up unattended-upgrades (2.3ubuntu0.3) ...###########################################################################################################################
Progress: [ 89%] [##########################################################################################################################################################
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new versionCreating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
Synchronizing state of unattended-upgrades.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...######################################################################################################################
Processing triggers for systemd (245.4-4ubuntu3.21) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...##################################################################################################################################
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
添加 Docker 官方 GPG 密钥
curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add 

 向源列表添加 Docker 仓库

sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Get:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]                        
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                               
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' doesn't support ar

更新源

sudo apt-get update

安装Docker-CE, 提示错误

sudo apt install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

重新设置源

sudo sed -i 's/mirrors.aliyun.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list

重新安装

sudo apt update && sudo apt install docker-ce

成功

Xshell for Xmanager Enterprise 5 (Build 0544)
Copyright (c) 2002-2015 NetSarang Computer, Inc. All rights reserved.Type `help' to learn how to use Xshell prompt.
[c:\~]$ PSConnecting to 192.168.1.123:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 4.19.206 aarch64)* Documentation:  https://help.ubuntu.com* Management:     https://landscape.canonical.com* Support:        https://ubuntu.com/advantageThis system has been minimized by removing packages and content that are
not required on a system that users do not log into.To restore this content, you can run the 'unminimize' command.The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.forlinx@ok3568:~$ 
forlinx@ok3568:~$ 
forlinx@ok3568:~$ su
Password: 
root@ok3568:/home/forlinx# sudo sed -i 's/huaweicloud.com/ustc.edu.cn/g' /etc/apt/sources.list
root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
root@ok3568:/home/forlinx# docker --version
bash: docker: command not found
root@ok3568:/home/forlinx# docker
bash: docker: command not found
root@ok3568:/home/forlinx# sudo apt install -y apt-transport-https ca-certificates curl software-properties-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:apg aptdaemon aptdaemon-data audacious-plugins-data bolt bubblewrap cheese-common dconf-cli docbook-xml enchant-2 evolution-data-server-common fprintd geoclue-2.0 gir1.2-gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-menus gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell-cjavascript-common kio language-selector-common language-selector-gnome liba52-0.7.4 libaribb24-0 libasn1-8-heimdal libaudcore5 libaudgui5 libaudtag3 libbasicusageenvironmlibcogl-common libcolord-gtk1 libcue2 libdca0 libdvbpsi10 libebackend-1.2-10 libebml4v5 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedatlibgdcm3.0 libgdm1 libgee-0.8-2 libgeoclue-2-0 libgeocode-glib0 libgeos-3.8.0 libgeotiff5 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnome-desktop-3-19 libgnomelibgtop2-common libgupnp-av-1.0-2 libgweather-3-16 libgweather-common libharfbuzz-icu0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhfstospell10 libhxlibjavascriptcoregtk-4.0-18 libjs-jquery libkf5archive5 libkf5attica5 libkf5completion-data libkf5completion5 libkf5doctools5 libkf5globalaccel-bin libkf5globalaccel-datalibkf5iconthemes5 libkf5idletime5 libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data libkf5jobwidgets5 libkf5kiocore5 libkf5kiontlm5 libkf5kiowidgets5 libkf5notilibkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkrb5-26-heimdal liblirc-client0 liblivemedia64 liblivemedia7libopencv-flann4.2 libopencv-imgproc4.2 libopencv-ml4.2 libopencv-photo4.2 libopenexr24 libopenmpt-modplug1 libpam-fprintd libphonenumber7 libphonon4qt5-4 libphonon4qt5-dlibqca-qt5-2-plugins libqt5designer5 libqt5help5 libqt5multimedia5 libqt5multimediaquick5 libqt5multimediawidgets5 libqt5positioning5 libqt5quickwidgets5 libqt5sensors5 llibqt5webenginewidgets5 libresid-builder0c2a libroken18-heimdal librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 libsdl-image1.2 libsdllibupnp13 libupower-glib3 libusageenvironment3 libusrsctp1 libvlc-bin libvlc5 libvlccore9 libvoikko1 libwhoopsie-preferences0 libwhoopsie0 libwind0-heimdal libwoff1 libx1lxqt-session-l10n media-player-info meteo-qt-l10n mutter-common pavucontrol-qt-l10n python3-aptdaemon python3-aptdaemon.gtk3widgets python3-bs4 python3-defer python3-htmlpython3-pymacaroons python3-rfc3339 python3-sip python3-soupsieve python3-tz python3-webencodings quassel-data session-migration sgml-base sgml-data sonnet-plugins switchvlc-plugin-base whoopsie-preferences xdg-dbus-proxy xfwm4-theme-breeze xml-core xsettingsd yaru-theme-gnome-shell yelp-xsl zenity-common
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:libcurl4 python3-distro-info python3-software-properties unattended-upgrades
Suggested packages:bsd-mailx default-mta | mail-transport-agent needrestart
The following NEW packages will be installed:apt-transport-https curl python3-distro-info python3-software-properties software-properties-common unattended-upgrades
The following packages will be upgraded:ca-certificates libcurl4
2 upgraded, 6 newly installed, 0 to remove and 375 not upgraded.
Need to get 613 kB of archives.
After this operation, 1407 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-distro-info all 0.23ubuntu1.1 [5944 B]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.10 [1704 B]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.23 [216 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.23 [157 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.12 [21.7 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.12 [10.4 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unattended-upgrades all 2.3ubuntu0.3 [48.5 kB]
Fetched 613 kB in 5s (118 kB/s)                
debconf: delaying package configuration, since apt-utils is not installed
dpkg: warning: files list file for package 'lsb-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libzstd1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'adduser' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bsdutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'grep' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgpg-error0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libhogweed5:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'liblz4-1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-bin' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libffi7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libacl1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libunistring2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsmartcols1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcrypt20:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'coreutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcrypt1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libidn2-0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'diffutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bzip2' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ubuntu-keyring' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcc-s1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libseccomp2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'fdisk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debconf' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libselinux1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'hostname' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'gcc-10-base:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcap-ng0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'init-system-helpers' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncurses6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sed' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libp11-kit0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libuuid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'util-linux' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncursesw6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libfdisk1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libnettle7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'findutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mount' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sensible-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libmount1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'procps' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libattr1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sysvinit-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtasn1-6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debianutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mawk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdebconfclient0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libbz2-1.0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'base-passwd' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdb5.3:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libblkid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libstdc++6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libprocps8:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'dash' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtinfo6:arm64' missing; assuming package has no files currently installed
(Reading database ... 208061 files and directories currently installed.)
Preparing to unpack .../0-ca-certificates_20230311ubuntu0.20.04.1_all.deb ...
Unpacking ca-certificates (20230311ubuntu0.20.04.1) over (20211016ubuntu0.20.04.1) .........................................................................................
Selecting previously unselected package python3-distro-info.................................................................................................................
Preparing to unpack .../1-python3-distro-info_0.23ubuntu1.1_all.deb ...
Unpacking python3-distro-info (0.23ubuntu1.1) ..............................................................................................................................
Selecting previously unselected package apt-transport-https.................................................................................................................
Preparing to unpack .../2-apt-transport-https_2.0.10_all.deb ...
Unpacking apt-transport-https (2.0.10) ...#############.....................................................................................................................
Preparing to unpack .../3-libcurl4_7.68.0-1ubuntu2.23_arm64.deb ............................................................................................................
Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.23) over (7.68.0-1ubuntu2.18) ....................................................................................................
Selecting previously unselected package curl.#################################..............................................................................................
Preparing to unpack .../4-curl_7.68.0-1ubuntu2.23_arm64.deb ...
Unpacking curl (7.68.0-1ubuntu2.23) ...##############################################.......................................................................................
Selecting previously unselected package python3-software-properties.#########################...............................................................................
Preparing to unpack .../5-python3-software-properties_0.99.9.12_all.deb ...
Unpacking python3-software-properties (0.99.9.12) ...###############################################........................................................................
Selecting previously unselected package software-properties-common.#########################################................................................................
Preparing to unpack .../6-software-properties-common_0.99.9.12_all.deb ...
Unpacking software-properties-common (0.99.9.12) ...###############################################################.........................................................
Selecting previously unselected package unattended-upgrades.###############################################################.................................................
Preparing to unpack .../7-unattended-upgrades_2.3ubuntu0.3_all.deb ...
Unpacking unattended-upgrades (2.3ubuntu0.3) ...##################################################################################..........................................
Setting up apt-transport-https (2.0.10) ...###############################################################################################..................................
Setting up ca-certificates (20230311ubuntu0.20.04.1) ...#################################################################################################...................
Updating certificates in /etc/ssl/certs...######################################################################################################################............
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
19 added, 6 removed; done.
Setting up python3-software-properties (0.99.9.12) ...##################################################################################################################....
Setting up libcurl4:arm64 (7.68.0-1ubuntu2.23) ...##########################################################################################################################
Setting up curl (7.68.0-1ubuntu2.23) ...####################################################################################################################################
Setting up python3-distro-info (0.23ubuntu1.1) ...##########################################################################################################################
Setting up software-properties-common (0.99.9.12) ...#######################################################################################################################
Setting up unattended-upgrades (2.3ubuntu0.3) ...###########################################################################################################################
Progress: [ 89%] [##########################################################################################################################################################
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new versionCreating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
Created symlink /etc/systemd/system/multi-user.target.wants/unattended-upgrades.service → /lib/systemd/system/unattended-upgrades.service.
Synchronizing state of unattended-upgrades.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable unattended-upgrades
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...######################################################################################################################
Processing triggers for systemd (245.4-4ubuntu3.21) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ...
Updating certificates in /etc/ssl/certs...##################################################################################################################################
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@ok3568:/home/forlinx# sudo add-apt-repository "deb [arch=$(arch)] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Get:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]
Err:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease          The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
W: GPG error: https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_P
E: The repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Get:5 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]
Err:5 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InReleaseThe following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8
Reading package lists... Done
W: GPG error: https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease: The following signatures couldn't be verified because the public key is not available: NO_P
E: The repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# curl -fsSL https://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add 
OK
root@ok3568:/home/forlinx# sudo add-apt-repository "deb [arch=aarch64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
Get:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease [57.7 kB]                        
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                               
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' doesn't support ar
root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Hit:5 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease' doesn't support ar
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# sudo apt install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
root@ok3568:/home/forlinx# sudo apt-get install docker-ce docker-ce-cli containerd.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
E: Unable to locate package docker-ce-cli
E: Unable to locate package containerd.io
E: Couldn't find any package by glob 'containerd.io'
E: Couldn't find any package by regex 'containerd.io'
root@ok3568:/home/forlinx# sudo sed -i 's/mirrors.aliyun.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
root@ok3568:/home/forlinx# sudo apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                                      
Get:2 https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease [57.7 kB]                              
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Fetched 57.7 kB in 3s (20.2 kB/s)
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease' doesn't support a
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# 
root@ok3568:/home/forlinx# sudo apt install docker-ce
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
root@ok3568:/home/forlinx# sudo apt-get install docker-ce docker-ce-cli containerd.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'docker-ce' has no installation candidate
E: Unable to locate package docker-ce-cli
E: Unable to locate package containerd.io
E: Couldn't find any package by glob 'containerd.io'
E: Couldn't find any package by regex 'containerd.io'
root@ok3568:/home/forlinx# sudo echo "deb https://download.docker.com/linux/ubuntu zesty edge" > /etc/apt/sources.list.d/docker.list
root@ok3568:/home/forlinx# sudo apt update && sudo apt install docker-ce
Hit:1 https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease                                                                                                    
Ign:2 https://download.docker.com/linux/ubuntu zesty InRelease                                                                                                              
Err:3 https://download.docker.com/linux/ubuntu zesty Release                                               Could not handshake: Error in the pull function. [IP: 108.138.7.33 443]
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal InRelease                
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:7 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease' doesn't support a
E: The repository 'https://download.docker.com/linux/ubuntu zesty Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@ok3568:/home/forlinx# sudo sed -i 's/mirrors.aliyun.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
root@ok3568:/home/forlinx# sudo apt update && sudo apt install docker-ce
Hit:1 https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease                                  
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease                                                
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Get:6 https://download.docker.com/linux/ubuntu zesty InRelease [49.8 kB]
Get:7 https://download.docker.com/linux/ubuntu zesty/edge arm64 Packages [1469 B]                                                                                           
Fetched 51.3 kB in 13s (3815 B/s)                                                                                                                                           
Reading package lists... Done
Building dependency tree       
Reading state information... Done
375 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'stable/binary-aarch64/Packages' as repository 'https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu focal InRelease' doesn't support a
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:apg aptdaemon aptdaemon-data audacious-plugins-data bolt bubblewrap cheese-common dconf-cli docbook-xml enchant-2 evolution-data-server-common fprintd geoclue-2.0 gir1.2-gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-nma-1.0 gir1.2-rsvg-2.gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-menus gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell-cjavascript-common kio language-selector-common language-selector-gnome liba52-0.7.4 libaribb24-0 libasn1-8-heimdal libaudcore5 libaudgui5 libaudtag3 libbasicusageenvironmlibcogl-common libcolord-gtk1 libcue2 libdca0 libdvbpsi10 libebackend-1.2-10 libebml4v5 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedatlibgdcm3.0 libgdm1 libgee-0.8-2 libgeoclue-2-0 libgeocode-glib0 libgeos-3.8.0 libgeotiff5 libgjs0g libgnome-autoar-0-0 libgnome-bluetooth13 libgnome-desktop-3-19 libgnomelibgtop2-common libgupnp-av-1.0-2 libgweather-3-16 libgweather-common libharfbuzz-icu0 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhfstospell10 libhxlibjavascriptcoregtk-4.0-18 libjs-jquery libkf5archive5 libkf5attica5 libkf5completion-data libkf5completion5 libkf5doctools5 libkf5globalaccel-bin libkf5globalaccel-datalibkf5iconthemes5 libkf5idletime5 libkf5itemviews-data libkf5itemviews5 libkf5jobwidgets-data libkf5jobwidgets5 libkf5kiocore5 libkf5kiontlm5 libkf5kiowidgets5 libkf5notilibkf5sonnetui5 libkf5textwidgets-data libkf5textwidgets5 libkf5xmlgui-bin libkf5xmlgui-data libkf5xmlgui5 libkrb5-26-heimdal liblirc-client0 liblivemedia64 liblivemedia7libopencv-flann4.2 libopencv-imgproc4.2 libopencv-ml4.2 libopencv-photo4.2 libopenexr24 libopenmpt-modplug1 libpam-fprintd libphonenumber7 libphonon4qt5-4 libphonon4qt5-dlibqca-qt5-2-plugins libqt5designer5 libqt5help5 libqt5multimedia5 libqt5multimediaquick5 libqt5multimediawidgets5 libqt5positioning5 libqt5quickwidgets5 libqt5sensors5 llibqt5webenginewidgets5 libresid-builder0c2a libroken18-heimdal librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 libsdl-image1.2 libsdllibupnp13 libupower-glib3 libusageenvironment3 libusrsctp1 libvlc-bin libvlc5 libvlccore9 libvoikko1 libwhoopsie-preferences0 libwhoopsie0 libwind0-heimdal libwoff1 libx1lxqt-session-l10n media-player-info meteo-qt-l10n mutter-common pavucontrol-qt-l10n python3-aptdaemon python3-aptdaemon.gtk3widgets python3-bs4 python3-defer python3-htmlpython3-pymacaroons python3-rfc3339 python3-sip python3-soupsieve python3-tz python3-webencodings quassel-data session-migration sgml-base sgml-data sonnet-plugins switchvlc-plugin-base whoopsie-preferences xdg-dbus-proxy xfwm4-theme-breeze xml-core xsettingsd yaru-theme-gnome-shell yelp-xsl zenity-common
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:apparmor aufs-tools busybox-initramfs cgroupfs-mount cpio device-tree-compiler devio flash-kernel git git-man initramfs-tools initramfs-tools-bin initramfs-tools-core klilinux-base linux-image-5.4.0-1042-iot linux-modules-5.4.0-1042-iot lz4 mtd-utils u-boot-tools
Suggested packages:apparmor-profiles-extra apparmor-utils libarchive1 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn bash-co
The following NEW packages will be installed:apparmor aufs-tools busybox-initramfs cgroupfs-mount cpio device-tree-compiler devio docker-ce flash-kernel git git-man initramfs-tools initramfs-tools-bin initramfs-toollinux-base linux-image-5.4.0-1042-iot linux-modules-5.4.0-1042-iot lz4 mtd-utils u-boot-tools
0 upgraded, 28 newly installed, 0 to remove and 375 not upgraded.
Need to get 101 MB of archives.
After this operation, 518 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.3 [119 kB]  
Get:2 https://download.docker.com/linux/ubuntu zesty/edge arm64 docker-ce arm64 18.01.0~ce-0~ubuntu [23.2 MB]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 apparmor arm64 2.13.3-7ubuntu5.3build2 [463 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpio arm64 2.13+dfsg-2ubuntu0.4 [80.9 kB]                                                               
Get:5 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 aufs-tools arm64 1:4.14+20190211-1ubuntu1 [102 kB]                                                          
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 busybox-initramfs arm64 1:1.30.1-4ubuntu6.5 [158 kB]                                                    
Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 cgroupfs-mount all 1.4 [6320 B]                                                                             
Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devio arm64 1.2-1.2 [15.2 kB]                                                                                   
Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 initramfs-tools-bin arm64 0.136ubuntu6.7 [10.7 kB]                                                      
Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libklibc arm64 2.0.7-1ubuntu5.2 [45.4 kB]                                                              
Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 klibc-utils arm64 2.0.7-1ubuntu5.2 [98.8 kB]                                                           
Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lz4 arm64 1.9.2-2ubuntu0.20.04.1 [77.7 kB]                                                             
Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 initramfs-tools-core all 0.136ubuntu6.7 [47.8 kB]                                                      
Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-base all 4.5ubuntu3.7 [17.6 kB]                                                                  
Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 initramfs-tools all 0.136ubuntu6.7 [9248 B]                                                            
Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblzo2-2 arm64 2.10-2 [45.5 kB]                                                                               
Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mtd-utils arm64 1:2.1.1-1ubuntu1 [210 kB]                                                                      
Get:18 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 flash-kernel arm64 3.103ubuntu1~20.04.4 [38.7 kB]                                                      
Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB]                                                                          
Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.13 [887 kB]                                                              
Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.13 [4427 kB]                                                               
Get:22 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libubootenv0.1 arm64 0.2-1 [9516 B]                                                                        
Get:23 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 libubootenv-tool arm64 0.2-1 [5360 B]                                                                      
Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 linux-modules-5.4.0-1042-iot arm64 5.4.0-1042.43 [57.8 MB]                                         
Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 linux-image-5.4.0-1042-iot arm64 5.4.0-1042.43 [12.3 MB]                                           
Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 u-boot-tools arm64 2021.01+dfsg-3ubuntu0~20.04.6 [156 kB]                                              
Get:27 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfdt1 arm64 1.5.1-1 [18.5 kB]                                                                                
Get:28 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 device-tree-compiler arm64 1.5.1-1 [242 kB]                                                                    
Fetched 101 MB in 1min 31s (1112 kB/s)                                                                                                                                      
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package less.
dpkg: warning: files list file for package 'lsb-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libzstd1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'adduser' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bsdutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'grep' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgpg-error0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libhogweed5:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'liblz4-1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-bin' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libffi7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libacl1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libunistring2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsmartcols1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcrypt20:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'coreutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcrypt1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libidn2-0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'diffutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'bzip2' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ubuntu-keyring' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libgcc-s1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage-common' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libseccomp2:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'fdisk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debconf' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libselinux1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'hostname' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'gcc-10-base:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libcap-ng0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'ncurses-base' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'init-system-helpers' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncurses6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sed' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libp11-kit0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libaudit1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libuuid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'util-linux' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libncursesw6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libfdisk1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libnettle7:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'findutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mount' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sensible-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libmount1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'procps' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libattr1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'sysvinit-utils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtasn1-6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'debianutils' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'mawk' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdebconfclient0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libbz2-1.0:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libsemanage1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'base-passwd' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libdb5.3:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libblkid1:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libstdc++6:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libprocps8:arm64' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'dash' missing; assuming package has no files currently installed
dpkg: warning: files list file for package 'libtinfo6:arm64' missing; assuming package has no files currently installed
(Reading database ... 208157 files and directories currently installed.)
Preparing to unpack .../00-less_551-1ubuntu0.3_arm64.deb ...
Unpacking less (551-1ubuntu0.3) ............................................................................................................................................
Selecting previously unselected package apparmor............................................................................................................................
Preparing to unpack .../01-apparmor_2.13.3-7ubuntu5.3build2_arm64.deb ...
Unpacking apparmor (2.13.3-7ubuntu5.3build2) ...............................................................................................................................
Selecting previously unselected package cpio................................................................................................................................
Preparing to unpack .../02-cpio_2.13+dfsg-2ubuntu0.4_arm64.deb ...
Unpacking cpio (2.13+dfsg-2ubuntu0.4) ......................................................................................................................................
Selecting previously unselected package aufs-tools..........................................................................................................................
Preparing to unpack .../03-aufs-tools_1%3a4.14+20190211-1ubuntu1_arm64.deb ...
Unpacking aufs-tools (1:4.14+20190211-1ubuntu1) ............................................................................................................................
Selecting previously unselected package busybox-initramfs...................................................................................................................
Preparing to unpack .../04-busybox-initramfs_1%3a1.30.1-4ubuntu6.5_arm64.deb ...
Unpacking busybox-initramfs (1:1.30.1-4ubuntu6.5) ...
Selecting previously unselected package cgroupfs-mount......................................................................................................................
Preparing to unpack .../05-cgroupfs-mount_1.4_all.deb ...
Unpacking cgroupfs-mount (1.4) ...########..................................................................................................................................
Selecting previously unselected package devio...............................................................................................................................
Preparing to unpack .../06-devio_1.2-1.2_arm64.deb ...
Unpacking devio (1.2-1.2) ...#################..............................................................................................................................
Selecting previously unselected package docker-ce...........................................................................................................................
Preparing to unpack .../07-docker-ce_18.01.0~ce-0~ubuntu_arm64.deb ...
Unpacking docker-ce (18.01.0~ce-0~ubuntu) ...#####..........................................................................................................................
Selecting previously unselected package initramfs-tools-bin.................................................................................................................
Preparing to unpack .../08-initramfs-tools-bin_0.136ubuntu6.7_arm64.deb ...
Unpacking initramfs-tools-bin (0.136ubuntu6.7) ...#####.....................................................................................................................
Selecting previously unselected package libklibc:arm64.
Preparing to unpack .../09-libklibc_2.0.7-1ubuntu5.2_arm64.deb ...
Unpacking libklibc:arm64 (2.0.7-1ubuntu5.2) ...############.................................................................................................................
Selecting previously unselected package klibc-utils.#########...............................................................................................................
Preparing to unpack .../10-klibc-utils_2.0.7-1ubuntu5.2_arm64.deb ...
Unpacking klibc-utils (2.0.7-1ubuntu5.2) ...####################............................................................................................................
Selecting previously unselected package lz4.######################..........................................................................................................
Preparing to unpack .../11-lz4_1.9.2-2ubuntu0.20.04.1_arm64.deb ...
Unpacking lz4 (1.9.2-2ubuntu0.20.04.1) ...##########################........................................................................................................
Selecting previously unselected package initramfs-tools-core.#########......................................................................................................
Preparing to unpack .../12-initramfs-tools-core_0.136ubuntu6.7_all.deb ...
Unpacking initramfs-tools-core (0.136ubuntu6.7) ...#####################....................................................................................................
Selecting previously unselected package linux-base.########################.................................................................................................
Preparing to unpack .../13-linux-base_4.5ubuntu3.7_all.deb ...
Unpacking linux-base (4.5ubuntu3.7) ...
Selecting previously unselected package initramfs-tools.#######################.............................................................................................
Preparing to unpack .../14-initramfs-tools_0.136ubuntu6.7_all.deb ...
Unpacking initramfs-tools (0.136ubuntu6.7) ...###################################...........................................................................................
Selecting previously unselected package liblzo2-2:arm64.###########################.........................................................................................
Preparing to unpack .../15-liblzo2-2_2.10-2_arm64.deb ...
Unpacking liblzo2-2:arm64 (2.10-2) ...################################################......................................................................................
Selecting previously unselected package mtd-utils.######################################....................................................................................
Preparing to unpack .../16-mtd-utils_1%3a2.1.1-1ubuntu1_arm64.deb ...
Unpacking mtd-utils (1:2.1.1-1ubuntu1) ...################################################..................................................................................
Selecting previously unselected package flash-kernel.#######################################................................................................................
Preparing to unpack .../17-flash-kernel_3.103ubuntu1~20.04.4_arm64.deb ...
Unpacking flash-kernel (3.103ubuntu1~20.04.4) ...
Selecting previously unselected package liberror-perl.###########################################...........................................................................
Preparing to unpack .../18-liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...############################################################.........................................................................
Selecting previously unselected package git-man.#####################################################.......................................................................
Preparing to unpack .../19-git-man_1%3a2.25.1-1ubuntu3.13_all.deb ...
Unpacking git-man (1:2.25.1-1ubuntu3.13) ...###########################################################.....................................................................
Selecting previously unselected package git.#############################################################...................................................................
Preparing to unpack .../20-git_1%3a2.25.1-1ubuntu3.13_arm64.deb ...
Unpacking git (1:2.25.1-1ubuntu3.13) ...###################################################################.................................................................
Selecting previously unselected package libubootenv0.1:arm64.#################################################..............................................................
Preparing to unpack .../21-libubootenv0.1_0.2-1_arm64.deb ...
Unpacking libubootenv0.1:arm64 (0.2-1) ...######################################################################............................................................
Selecting previously unselected package libubootenv-tool.
Preparing to unpack .../22-libubootenv-tool_0.2-1_arm64.deb ...
Unpacking libubootenv-tool (0.2-1) ...##############################################################################........................................................
Selecting previously unselected package linux-modules-5.4.0-1042-iot.#################################################......................................................
Preparing to unpack .../23-linux-modules-5.4.0-1042-iot_5.4.0-1042.43_arm64.deb ...
Unpacking linux-modules-5.4.0-1042-iot (5.4.0-1042.43) ...###############################################################...................................................
Selecting previously unselected package linux-image-5.4.0-1042-iot.########################################################.................................................
Preparing to unpack .../24-linux-image-5.4.0-1042-iot_5.4.0-1042.43_arm64.deb ...
Unpacking linux-image-5.4.0-1042-iot (5.4.0-1042.43) ...#####################################################################...............................................
Selecting previously unselected package u-boot-tools.##########################################################################.............................................
Preparing to unpack .../25-u-boot-tools_2021.01+dfsg-3ubuntu0~20.04.6_arm64.deb ...
Unpacking u-boot-tools (2021.01+dfsg-3ubuntu0~20.04.6) ...#######################################################################...........................................
Selecting previously unselected package libfdt1:arm64.##############################################################################........................................
Preparing to unpack .../26-libfdt1_1.5.1-1_arm64.deb ...
Unpacking libfdt1:arm64 (1.5.1-1) ...
Selecting previously unselected package device-tree-compiler.###########################################################################....................................
Preparing to unpack .../27-device-tree-compiler_1.5.1-1_arm64.deb ...
Unpacking device-tree-compiler (1.5.1-1) ...##############################################################################################..................................
Setting up cpio (2.13+dfsg-2ubuntu0.4) ...##################################################################################################................................
update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode####################################################################.............................
update-alternatives: warning: skip creation of /usr/share/man/man1/mt.1.gz because associated file /usr/share/man/man1/mt-gnu.1.gz (of link group mt) doesn't exist
Setting up aufs-tools (1:4.14+20190211-1ubuntu1) ...#############################################################################################...........................
Setting up linux-base (4.5ubuntu3.7) ...#############################################################################################################.......................
Setting up less (551-1ubuntu0.3) ...######################################################################################################################..................
Setting up liblzo2-2:arm64 (2.10-2) ...#######################################################################################################################..............
Setting up libfdt1:arm64 (1.5.1-1) ...############################################################################################################################..........
Setting up mtd-utils (1:2.1.1-1ubuntu1) ...############################################################################################################################.....
Setting up liberror-perl (0.17029-1) ...#################################################################################################################################...
Setting up apparmor (2.13.3-7ubuntu5.3build2) ...###########################################################################################################################
Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service.##########################################################
Setting up libklibc:arm64 (2.0.7-1ubuntu5.2) ...############################################################################################################################
Setting up libubootenv0.1:arm64 (0.2-1) ...#################################################################################################################################
Setting up linux-modules-5.4.0-1042-iot (5.4.0-1042.43) ...#################################################################################################################
Setting up docker-ce (18.01.0~ce-0~ubuntu) ...##############################################################################################################################
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.###########################################################
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container EngineLoaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)Active: activating (auto-restart) (Result: exit-code) since Sat 2024-09-07 20:08:48 CST; 24ms ago
TriggeredBy: ● docker.socketDocs: https://docs.docker.comProcess: 15147 ExecStart=/usr/bin/dockerd -H fd:// (code=exited, status=1/FAILURE)Main PID: 15147 (code=exited, status=1/FAILURE)
dpkg: error processing package docker-ce (--configure):installed docker-ce package post-installation script subprocess returned error exit status 1
Setting up device-tree-compiler (1.5.1-1) ...
Setting up busybox-initramfs (1:1.30.1-4ubuntu6.5) ...
Setting up lz4 (1.9.2-2ubuntu0.20.04.1) ...
Setting up u-boot-tools (2021.01+dfsg-3ubuntu0~20.04.6) ...
Setting up git-man (1:2.25.1-1ubuntu3.13) ...
Setting up devio (1.2-1.2) ...
Setting up cgroupfs-mount (1.4) ...#########################################################################################################################################
Setting up klibc-utils (2.0.7-1ubuntu5.2) ...###############################################################################################################################
No diversion 'diversion of /usr/share/initramfs-tools/hooks/klibc to /usr/share/initramfs-tools/hooks/klibc^i-t by klibc-utils', none removed.
Setting up initramfs-tools-bin (0.136ubuntu6.7) ...#########################################################################################################################
Setting up libubootenv-tool (0.2-1) ...#####################################################################################################################################
Setting up linux-image-5.4.0-1042-iot (5.4.0-1042.43) ...###################################################################################################################
I: /boot/vmlinuz.old is now a symlink to vmlinuz-5.4.0-1042-iot#############################################################################################################
I: /boot/initrd.img.old is now a symlink to initrd.img-5.4.0-1042-iot
I: /boot/vmlinuz is now a symlink to vmlinuz-5.4.0-1042-iot
I: /boot/initrd.img is now a symlink to initrd.img-5.4.0-1042-iot
Setting up git (1:2.25.1-1ubuntu3.13) ...###################################################################################################################################
Setting up initramfs-tools-core (0.136ubuntu6.7) ...
Setting up initramfs-tools (0.136ubuntu6.7) ...#############################################################################################################################
update-initramfs: deferring update (trigger activated)
Setting up flash-kernel (3.103ubuntu1~20.04.4) ...##########################################################################################################################Creating config file /etc/default/flash-kernel with new version
flash-kernel: deferring update (trigger activated)
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
Processing triggers for systemd (245.4-4ubuntu3.21) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for linux-image-5.4.0-1042-iot (5.4.0-1042.43) ...
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.4.0-1042-iot
Warning: root device  does not exist
flash-kernel: deferring update (trigger activated)
/etc/kernel/postinst.d/zz-flash-kernel:
flash-kernel: deferring update (trigger activated)
Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-1042-iot################################################################################################################
Warning: root device  does not exist
Unsupported platform.
run-parts: /etc/initramfs/post-update.d//flash-kernel exited with return code 1
dpkg: error processing package initramfs-tools (--configure):installed initramfs-tools package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:docker-ceinitramfs-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ok3568:/home/forlinx# dockerUsage:	docker COMMANDA self-sufficient runtime for containersOptions:--config string      Location of client config files (default "/root/.docker")-D, --debug              Enable debug mode-H, --host list          Daemon socket(s) to connect to-l, --log-level string   Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")--tls                Use TLS; implied by --tlsverify--tlscacert string   Trust certs signed only by this CA (default "/root/.docker/ca.pem")--tlscert string     Path to TLS certificate file (default "/root/.docker/cert.pem")--tlskey string      Path to TLS key file (default "/root/.docker/key.pem")--tlsverify          Use TLS and verify the remote-v, --version            Print version information and quitManagement Commands:checkpoint  Manage checkpointsconfig      Manage Docker configscontainer   Manage containersimage       Manage imagesnetwork     Manage networksnode        Manage Swarm nodesplugin      Manage pluginssecret      Manage Docker secretsservice     Manage servicesstack       Manage Docker stacksswarm       Manage Swarmsystem      Manage Dockervolume      Manage volumesCommands:attach      Attach local standard input, output, and error streams to a running containerbuild       Build an image from a Dockerfilecommit      Create a new image from a container's changescp          Copy files/folders between a container and the local filesystemcreate      Create a new containerdeploy      Deploy a new stack or update an existing stackdiff        Inspect changes to files or directories on a container's filesystemevents      Get real time events from the serverexec        Run a command in a running containerexport      Export a container's filesystem as a tar archivehistory     Show the history of an imageimages      List imagesimport      Import the contents from a tarball to create a filesystem imageinfo        Display system-wide informationinspect     Return low-level information on Docker objectskill        Kill one or more running containersload        Load an image from a tar archive or STDINlogin       Log in to a Docker registrylogout      Log out from a Docker registrylogs        Fetch the logs of a containerpause       Pause all processes within one or more containersport        List port mappings or a specific mapping for the containerps          List containerspull        Pull an image or a repository from a registrypush        Push an image or a repository to a registryrename      Rename a containerrestart     Restart one or more containersrm          Remove one or more containersrmi         Remove one or more imagesrun         Run a command in a new containersave        Save one or more images to a tar archive (streamed to STDOUT by default)search      Search the Docker Hub for imagesstart       Start one or more stopped containersstats       Display a live stream of container(s) resource usage statisticsstop        Stop one or more running containerstag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGEtop         Display the running processes of a containerunpause     Unpause all processes within one or more containersupdate      Update configuration of one or more containersversion     Show the Docker version informationwait        Block until one or more containers stop, then print their exit codesRun 'docker COMMAND --help' for more information on a command.
root@ok3568:/home/forlinx# docker -v
Docker version 18.01.0-ce, build 03596f5
root@ok3568:/home/forlinx# ^C
root@ok3568:/home/forlinx# ^C
root@ok3568:/home/forlinx# 

相关文章:

RK3568安装部署Docker容器

设置华为镜像源 sudo sed -i s/huaweicloud.com/ustc.edu.cn/g /etc/apt/sources.list更新索引 rootok3568:/home/forlinx# sudo apt-get update Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InR…...

Ubuntu 常用指令和作用解析

Ubuntu 常用指令和作用解析 Ubuntu 是一种常见的 Linux 发行版,它利用了 Unix 的力量和开源软件的精神。掌握常用指令可以提高我们在使用 Ubuntu 时的效率。本文将介绍一些常见的指令及其用途。 目录 更新与安装软件文件与目录操作系统信息与资源监控用户与权限管…...

2024国赛数学建模C题完整论文:农作物的种植策略

农作物种植策略优化的数学建模研究(完整论文,持续更新,大家持续关注,更新见文末名片 ) 摘要 在本文中,建立了基于整数规划、动态规划、马尔科夫决策过程、不确定性建模、多目标优化、相关性分析、蒙特卡洛…...

【语音告警】博灵智能语音报警灯JavaScript循环播报场景实例-语音报警灯|声光报警器|网络信号灯

功能说明 本文将以JavaScript代码为实例,讲解如何通过JavaScript代码调用博灵语音通知终端 A4实现声光语音告警。主要博灵语音通知终端如何实现无线循环播报或者周期播报的功能。 本代码实现HTTP接口的声光语音播报,并指定循环次数、播报内容。由于通知…...

指针与函数(三)

三 .指向函数的指针 函数和数组一样,经系统编译后,其目标代码在内存中连续存放,其名字本身就是一个地址,是函数的入口地址。C语言中,指针可以指向变量,也可以指向函数。 指问函数的指针的定义格式为 类型名(*指针变量名)参数表 其中参数表为函数指针所…...

锐捷网络2025届校园招聘正式启动,【NTA6dni】!

锐捷网络2025届校园招聘正式启动,内推码[NTA6dni]。 原文链接点这 投递链接点这 祝大家面试顺利,offer多多~ 有问题大家可以评论,互相交流~...

共享内存喜欢沙县小吃

旭日新摊子好耶! 系统从0开始搭建过通信方案,本地通信方案的代码:System V IPC 里面有共享内存、消息队列、信号量 共享内存 原理 两个进程有自己的内存区域划分,共享内存被创建出的时候是归属操作系统的,还是通过…...

五、Build构建配置:jar包换名、自行定义编译规则

(1)jar包换名:finalName (2)自行定义编译规则(通常不用) Maven约定的规则就是java目录下写java代码,resources目录下写配置文件。 遵循规则,Maven会帮忙做编译。 如若…...

Html、Css3动画效果

文章目录 第九章 动画9.1 transform动画9.2 transition过渡动画9.3 定义动画 第九章 动画 9.1 transform动画 transform 2D变形 translate():平移函数,基于X、Y坐标重新定位元素的位置 scale():缩放函数,可以使任意元素对象尺…...

【AIStarter:AI绘画、设计、对话】零基础入门:Llama 3.1 + 千问2快速部署

对于希望在本地环境中运行先进语言模型的用户来说,Llama 3.1和千问2是非常不错的选择。本文将详细介绍如何在本地部署这两个模型,让你能够快速开始使用。 前期准备 确保你的计算机具备足够的存储空间和计算能力。安装Python环境以及必要的库&#xff0…...

多机编队—(1)ubuntu 配置Fast_Planner

文章目录 前言一、Could not find package ...二、使用error: no match for ‘operator’...总结 前言 最近想要做有轨迹引导的多机器人编队,打算采用分布式的编队架构,实时的给每个机器人规划出目标位置,然后通过Fast_Planner生成避障路径&…...

【数学建模经验贴】国赛拿到赛题后,该如何选题?

2024“高教社杯”全国大学生数学建模竞赛即将开赛。这可能是很多同学第一次参加国赛,甚至是第一次参加数学建模比赛。 那么赛题的公布也就意味着比赛的开始,也将是我们所要面对的第一个问题——选题。在国赛来临的前夕,C君想和大家聊一聊容易…...

如何快速融入大学课堂

快速融入大学课堂是适应大学生活的重要一步。以下是一些实用的建议,帮助你快速融入大学课堂并取得良好的学习效果。 ### 1. 提前准备 - **课前预习**:在上课前预习课程内容,了解基本概念和知识点,这样在课堂上更容易跟上老师的讲…...

el-table行编辑

需求&#xff1a;单点行编辑并且请求接口更新数据&#xff0c;表格中某几个字段是下拉框取值的&#xff0c;剩下的是文本域&#xff1b;展示的时候 需要区分下拉框编码还是中文 故障模式这个展示的是fault_mode编码,但要显示的文字fault_mode_chn 这点需要注意 <el-tablere…...

OpenSSL Windows编译

目录 1. 源码下载2. vs2022编译 1. 源码下载 源码地址 2. vs2022编译 (1) 将“VS2022安装目录VC\Auxiliary\Build\“设置为PATH环境变量&#xff0c;启动cmd命令行&#xff08;一定要先设置环境变量&#xff09;。 (2)在cmd下进入VS2013安装目录vs2022\VC\Auxiliary\Build&…...

优化LabVIEW中TCP通信速度的方法

在LabVIEW中&#xff0c;TCP通信速度较慢可能由多种因素导致&#xff0c;如数据包处理延迟、阻塞式读取或数据解析效率低等。通过调整读取模式、优化数据处理逻辑、以及使用并行处理结构&#xff0c;可以显著提升TCP通信的速度&#xff0c;使其接近第三方调试工具的表现。LabVI…...

【视频讲解】Python贝叶斯卷积神经网络分类胸部X光图像数据集实例

全文链接&#xff1a;https://tecdat.cn/?p37604 分析师&#xff1a;Yuanchun Niu 在人工智能的诸多领域中&#xff0c;分类技术扮演着核心角色&#xff0c;其应用广泛而深远。无论是在金融风险评估、医疗诊断、安全监控还是日常的交互式服务中&#xff0c;有效的分类算法都是…...

src/pyaudio/device_api.c:9:10: fatal error: portaudio.h: 没有那个文件或目录

(venv) shgbitaishgbitai-C9X299-PGF:~/pythonworkspace/ai-accompany$ pip install pyaudio sounddevice Collecting pyaudioDownloading PyAudio-0.2.14.tar.gz (47 kB)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.1/47.1 kB 644.…...

移动端视频编辑SDK解决方案,AI语音识别添加字幕

对于众多Vlog创作者而言&#xff0c;繁琐的字幕添加过程往往成为提升内容质量的绊脚石。为了彻底改变这一现状&#xff0c;美摄科技凭借其深厚的AI技术积累与创新的移动端视频编辑SDK解决方案&#xff0c;推出了革命性的AI语音识别添加字幕功能&#xff0c;让视频创作更加高效、…...

WIN11 ESP32 IDF + VSCODE 环境搭建[教程向]

前言 目录 前言 安装ESP32-IDF VSCODE插件安装 编译测试 很多时候我们想学习一门新的技能&#xff0c;需要使用全新的开发环境&#xff0c;很多时候我们会在安装环境这个环节卡住很久&#xff0c;这里简单介绍一下ESP32VSCODE环境搭建。 安装ESP32-IDF https://dl.espre…...

RestClient

什么是RestClient RestClient 是 Elasticsearch 官方提供的 Java 低级 REST 客户端&#xff0c;它允许HTTP与Elasticsearch 集群通信&#xff0c;而无需处理 JSON 序列化/反序列化等底层细节。它是 Elasticsearch Java API 客户端的基础。 RestClient 主要特点 轻量级&#xff…...

【网络安全产品大调研系列】2. 体验漏洞扫描

前言 2023 年漏洞扫描服务市场规模预计为 3.06&#xff08;十亿美元&#xff09;。漏洞扫描服务市场行业预计将从 2024 年的 3.48&#xff08;十亿美元&#xff09;增长到 2032 年的 9.54&#xff08;十亿美元&#xff09;。预测期内漏洞扫描服务市场 CAGR&#xff08;增长率&…...

蓝牙 BLE 扫描面试题大全(2):进阶面试题与实战演练

前文覆盖了 BLE 扫描的基础概念与经典问题蓝牙 BLE 扫描面试题大全(1)&#xff1a;从基础到实战的深度解析-CSDN博客&#xff0c;但实际面试中&#xff0c;企业更关注候选人对复杂场景的应对能力&#xff08;如多设备并发扫描、低功耗与高发现率的平衡&#xff09;和前沿技术的…...

el-switch文字内置

el-switch文字内置 效果 vue <div style"color:#ffffff;font-size:14px;float:left;margin-bottom:5px;margin-right:5px;">自动加载</div> <el-switch v-model"value" active-color"#3E99FB" inactive-color"#DCDFE6"…...

屋顶变身“发电站” ,中天合创屋面分布式光伏发电项目顺利并网!

5月28日&#xff0c;中天合创屋面分布式光伏发电项目顺利并网发电&#xff0c;该项目位于内蒙古自治区鄂尔多斯市乌审旗&#xff0c;项目利用中天合创聚乙烯、聚丙烯仓库屋面作为场地建设光伏电站&#xff0c;总装机容量为9.96MWp。 项目投运后&#xff0c;每年可节约标煤3670…...

浪潮交换机配置track检测实现高速公路收费网络主备切换NQA

浪潮交换机track配置 项目背景高速网络拓扑网络情况分析通信线路收费网络路由 收费汇聚交换机相应配置收费汇聚track配置 项目背景 在实施省内一条高速公路时遇到的需求&#xff0c;本次涉及的主要是收费汇聚交换机的配置&#xff0c;浪潮网络设备在高速项目很少&#xff0c;通…...

算法:模拟

1.替换所有的问号 1576. 替换所有的问号 - 力扣&#xff08;LeetCode&#xff09; ​遍历字符串​&#xff1a;通过外层循环逐一检查每个字符。​遇到 ? 时处理​&#xff1a; 内层循环遍历小写字母&#xff08;a 到 z&#xff09;。对每个字母检查是否满足&#xff1a; ​与…...

【Go语言基础【12】】指针:声明、取地址、解引用

文章目录 零、概述&#xff1a;指针 vs. 引用&#xff08;类比其他语言&#xff09;一、指针基础概念二、指针声明与初始化三、指针操作符1. &&#xff1a;取地址&#xff08;拿到内存地址&#xff09;2. *&#xff1a;解引用&#xff08;拿到值&#xff09; 四、空指针&am…...

Chromium 136 编译指南 Windows篇:depot_tools 配置与源码获取(二)

引言 工欲善其事&#xff0c;必先利其器。在完成了 Visual Studio 2022 和 Windows SDK 的安装后&#xff0c;我们即将接触到 Chromium 开发生态中最核心的工具——depot_tools。这个由 Google 精心打造的工具集&#xff0c;就像是连接开发者与 Chromium 庞大代码库的智能桥梁…...

Java 与 MySQL 性能优化:MySQL 慢 SQL 诊断与分析方法详解

文章目录 一、开启慢查询日志&#xff0c;定位耗时SQL1.1 查看慢查询日志是否开启1.2 临时开启慢查询日志1.3 永久开启慢查询日志1.4 分析慢查询日志 二、使用EXPLAIN分析SQL执行计划2.1 EXPLAIN的基本使用2.2 EXPLAIN分析案例2.3 根据EXPLAIN结果优化SQL 三、使用SHOW PROFILE…...