Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@arch dockerx]# docker build -t gfx803-pytorch .
- DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
- Install the buildx component to build images with BuildKit:
- https://docs.docker.com/go/buildx/
- Sending build context to Docker daemon 9.728kB
- Step 1/69 : FROM ubuntu:20.04
- 20.04: Pulling from library/ubuntu
- b549f31133a9: Pull complete
- Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
- Status: Downloaded newer image for ubuntu:20.04
- ---> e40cf56b4be3
- Step 2/69 : ARG -v $HOME:/data --privileged --rm --device=/dev/kfd --device=/dev/dri --group-add video -p 7860:7860
- ---> Running in 90a239771a01
- Removing intermediate container 90a239771a01
- ---> 6ac9b0d0792e
- Step 3/69 : WORKDIR /root
- ---> Running in cea6fbe44428
- Removing intermediate container cea6fbe44428
- ---> f11a8357fb18
- Step 4/69 : RUN apt-get update
- ---> Running in 67e020d5f044
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
- Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
- Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2479 kB]
- Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1920 kB]
- Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [993 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
- Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
- Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
- Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2050 kB]
- Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1295 kB]
- Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
- Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2952 kB]
- Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
- Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
- Fetched 25.3 MB in 3s (8809 kB/s)
- Reading package lists...
- Removing intermediate container 67e020d5f044
- ---> 7f2d4dd4db3f
- Step 5/69 : RUN apt-get upgrade -y
- ---> Running in de5c0f220beb
- Reading package lists...
- Building dependency tree...
- Reading state information...
- Calculating upgrade...
- The following packages will be upgraded:
- libpam-modules libpam-modules-bin libpam-runtime libpam0g
- 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
- Need to get 394 kB of archives.
- After this operation, 0 B of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.6 [55.3 kB]
- Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.6 [41.2 kB]
- Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.6 [260 kB]
- Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.6 [37.3 kB]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 394 kB in 1s (460 kB/s)
- (Reading database ... 4126 files and directories currently installed.)
- Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.6_amd64.deb ...
- Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
- Setting up libpam0g:amd64 (1.3.1-5ubuntu4.6) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
- debconf: falling back to frontend: Teletype
- (Reading database ... 4126 files and directories currently installed.)
- Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.6_amd64.deb ...
- Unpacking libpam-modules-bin (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
- Setting up libpam-modules-bin (1.3.1-5ubuntu4.6) ...
- (Reading database ... 4126 files and directories currently installed.)
- Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.6_amd64.deb ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
- debconf: falling back to frontend: Teletype
- Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
- Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.6) ...
- (Reading database ... 4126 files and directories currently installed.)
- Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.6_all.deb ...
- Unpacking libpam-runtime (1.3.1-5ubuntu4.6) over (1.3.1-5ubuntu4.4) ...
- Setting up libpam-runtime (1.3.1-5ubuntu4.6) ...
- debconf: unable to initialize frontend: Dialog
- debconf: (TERM is not set, so the dialog frontend is not usable.)
- debconf: falling back to frontend: Readline
- debconf: unable to initialize frontend: Readline
- debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
- debconf: falling back to frontend: Teletype
- Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
- Removing intermediate container de5c0f220beb
- ---> 13008e9ba863
- Step 6/69 : ENV DEBIAN_FRONTEND="noninteractive"
- ---> Running in 0c9859f4e1fd
- Removing intermediate container 0c9859f4e1fd
- ---> 23a7ed1fa703
- Step 7/69 : ENV TZ="Etc/UTC"
- ---> Running in 59b074b240b2
- Removing intermediate container 59b074b240b2
- ---> 7ab3183a6072
- Step 8/69 : RUN echo 'export TZ="Etc/UTC"' >> /root/.bashrc
- ---> Running in 497e8e5a46c7
- Removing intermediate container 497e8e5a46c7
- ---> 4c34292c8974
- Step 9/69 : RUN apt-get install -y wget git python3 python-is-python3 python3-venv tzdata libjpeg-dev
- ---> Running in 39d058fd6725
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following additional packages will be installed:
- ca-certificates file git-man krb5-locales less libasn1-8-heimdal libbrotli1
- libbsd0 libc-dev-bin libc6-dev libcbor0.6 libcrypt-dev libcurl3-gnutls
- libedit2 liberror-perl libexpat1 libfido2-1 libgdbm-compat4 libgdbm6
- libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
- libheimntlm0-heimdal libhx509-5-heimdal libjpeg-turbo8 libjpeg-turbo8-dev
- libjpeg8 libjpeg8-dev libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
- libkrb5support0 libldap-2.4-2 libldap-common libmagic-mgc libmagic1
- libmpdec2 libnghttp2-14 libperl5.30 libpsl5 libpython3-stdlib
- libpython3.8-minimal libpython3.8-stdlib libreadline8 libroken18-heimdal
- librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0
- libssh-4 libssl1.1 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1
- libxdmcp6 libxext6 libxmuu1 linux-libc-dev manpages manpages-dev
- mime-support netbase openssh-client openssl patch perl perl-modules-5.30
- publicsuffix python-pip-whl python3-distutils python3-lib2to3
- python3-minimal python3.8 python3.8-minimal python3.8-venv readline-common
- xauth xz-utils
- Suggested packages:
- gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
- git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc gdbm-l10n
- krb5-doc krb5-user libsasl2-modules-gssapi-mit
- | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
- libsasl2-modules-sql man-browser keychain libpam-ssh monkeysphere
- ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
- | libterm-readline-perl-perl make libb-debug-perl liblocale-codes-perl
- python3-doc python3-tk python3.8-doc binutils binfmt-support readline-doc
- The following NEW packages will be installed:
- ca-certificates file git git-man krb5-locales less libasn1-8-heimdal
- libbrotli1 libbsd0 libc-dev-bin libc6-dev libcbor0.6 libcrypt-dev
- libcurl3-gnutls libedit2 liberror-perl libexpat1 libfido2-1 libgdbm-compat4
- libgdbm6 libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal
- libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libjpeg-dev
- libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libk5crypto3
- libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
- libldap-common libmagic-mgc libmagic1 libmpdec2 libnghttp2-14 libperl5.30
- libpsl5 libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib
- libreadline8 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules
- libsasl2-modules-db libsqlite3-0 libssh-4 libssl1.1 libwind0-heimdal
- libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1
- linux-libc-dev manpages manpages-dev mime-support netbase openssh-client
- openssl patch perl perl-modules-5.30 publicsuffix python-is-python3
- python-pip-whl python3 python3-distutils python3-lib2to3 python3-minimal
- python3-venv python3.8 python3.8-minimal python3.8-venv readline-common
- tzdata wget xauth xz-utils
- 0 upgraded, 90 newly installed, 0 to remove and 0 not upgraded.
- Need to get 35.6 MB of archives.
- After this operation, 181 MB of additional disk space will be used.
- Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.17 [1322 kB]
- Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [717 kB]
- Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
- Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [1901 kB]
- Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
- Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.6 [1675 kB]
- Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
- Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
- Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
- Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
- Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
- Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
- Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.3 [3951 kB]
- Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.3 [224 kB]
- Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.17 [622 kB]
- Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
- Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
- Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
- Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
- Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
- Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
- Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
- Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
- Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
- Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
- Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
- Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
- Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
- Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
- Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
- Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
- Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
- Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
- Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
- Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
- Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
- Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
- Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
- Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
- Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
- Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
- Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
- Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB]
- Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
- Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB]
- Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
- Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
- Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB]
- Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB]
- Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB]
- Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB]
- Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB]
- Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB]
- Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB]
- Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB]
- Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB]
- Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
- Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
- Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
- Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
- Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
- Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
- Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
- Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.15 [232 kB]
- Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
- Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
- Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.8 [4538 kB]
- Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB]
- Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-139.156 [1129 kB]
- Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
- Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB]
- Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.3 [118 kB]
- Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.3 [238 kB]
- Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
- Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1552 B]
- Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1546 B]
- Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB]
- Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
- Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
- Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python-is-python3 all 3.8.2-4 [2364 B]
- Get:86 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.7 [1805 kB]
- Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lib2to3 all 3.8.10-0ubuntu1~20.04 [76.3 kB]
- Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-distutils all 3.8.10-0ubuntu1~20.04 [141 kB]
- Get:89 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.6 [5448 B]
- Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1228 B]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 35.6 MB in 3s (10.6 MB/s)
- Selecting previously unselected package libssl1.1:amd64.
- (Reading database ... 4126 files and directories currently installed.)
- Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb ...
- Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
- Selecting previously unselected package libpython3.8-minimal:amd64.
- Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
- Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
- Selecting previously unselected package libexpat1:amd64.
- Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
- Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
- Selecting previously unselected package python3.8-minimal.
- Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
- Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
- Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.17) ...
- Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
- Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
- Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 4427 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3-minimal (3.8.2-0ubuntu2) ...
- Selecting previously unselected package mime-support.
- Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
- Unpacking mime-support (3.64ubuntu1) ...
- Selecting previously unselected package libmpdec2:amd64.
- Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
- Unpacking libmpdec2:amd64 (2.4.2-3) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
- Unpacking readline-common (8.0-4) ...
- Selecting previously unselected package libreadline8:amd64.
- Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
- Unpacking libreadline8:amd64 (8.0-4) ...
- Selecting previously unselected package libsqlite3-0:amd64.
- Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
- Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
- Selecting previously unselected package libpython3.8-stdlib:amd64.
- Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
- Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
- Selecting previously unselected package python3.8.
- Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
- Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
- Setting up python3-minimal (3.8.2-0ubuntu2) ...
- Selecting previously unselected package python3.
- (Reading database ... 4857 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3 (3.8.2-0ubuntu2) ...
- Selecting previously unselected package perl-modules-5.30.
- Preparing to unpack .../01-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
- Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
- Selecting previously unselected package libgdbm6:amd64.
- Preparing to unpack .../02-libgdbm6_1.18.1-5_amd64.deb ...
- Unpacking libgdbm6:amd64 (1.18.1-5) ...
- Selecting previously unselected package libgdbm-compat4:amd64.
- Preparing to unpack .../03-libgdbm-compat4_1.18.1-5_amd64.deb ...
- Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
- Selecting previously unselected package libperl5.30:amd64.
- Preparing to unpack .../04-libperl5.30_5.30.0-9ubuntu0.3_amd64.deb ...
- Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
- Selecting previously unselected package perl.
- Preparing to unpack .../05-perl_5.30.0-9ubuntu0.3_amd64.deb ...
- Unpacking perl (5.30.0-9ubuntu0.3) ...
- Selecting previously unselected package openssl.
- Preparing to unpack .../06-openssl_1.1.1f-1ubuntu2.17_amd64.deb ...
- Unpacking openssl (1.1.1f-1ubuntu2.17) ...
- Selecting previously unselected package ca-certificates.
- Preparing to unpack .../07-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
- Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../08-libmagic-mgc_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic-mgc (1:5.38-4) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../09-libmagic1_1%3a5.38-4_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.38-4) ...
- Selecting previously unselected package file.
- Preparing to unpack .../10-file_1%3a5.38-4_amd64.deb ...
- Unpacking file (1:5.38-4) ...
- Selecting previously unselected package less.
- Preparing to unpack .../11-less_551-1ubuntu0.1_amd64.deb ...
- Unpacking less (551-1ubuntu0.1) ...
- Selecting previously unselected package libbsd0:amd64.
- Preparing to unpack .../12-libbsd0_0.10.0-1_amd64.deb ...
- Unpacking libbsd0:amd64 (0.10.0-1) ...
- Selecting previously unselected package netbase.
- Preparing to unpack .../13-netbase_6.1_all.deb ...
- Unpacking netbase (6.1) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../14-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
- Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
- Selecting previously unselected package xz-utils.
- Preparing to unpack .../15-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
- Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
- Selecting previously unselected package krb5-locales.
- Preparing to unpack .../16-krb5-locales_1.17-6ubuntu4.2_all.deb ...
- Unpacking krb5-locales (1.17-6ubuntu4.2) ...
- Selecting previously unselected package libcbor0.6:amd64.
- Preparing to unpack .../17-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
- Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
- Selecting previously unselected package libedit2:amd64.
- Preparing to unpack .../18-libedit2_3.1-20191231-1_amd64.deb ...
- Unpacking libedit2:amd64 (3.1-20191231-1) ...
- Selecting previously unselected package libfido2-1:amd64.
- Preparing to unpack .../19-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
- Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
- Selecting previously unselected package libkrb5support0:amd64.
- Preparing to unpack .../20-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
- Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
- Selecting previously unselected package libk5crypto3:amd64.
- Preparing to unpack .../21-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
- Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
- Selecting previously unselected package libkeyutils1:amd64.
- Preparing to unpack .../22-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
- Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
- Selecting previously unselected package libkrb5-3:amd64.
- Preparing to unpack .../23-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
- Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
- Selecting previously unselected package libgssapi-krb5-2:amd64.
- Preparing to unpack .../24-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
- Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
- Selecting previously unselected package libpsl5:amd64.
- Preparing to unpack .../25-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
- Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
- Selecting previously unselected package libxau6:amd64.
- Preparing to unpack .../26-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
- Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
- Selecting previously unselected package libxdmcp6:amd64.
- Preparing to unpack .../27-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
- Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
- Selecting previously unselected package libxcb1:amd64.
- Preparing to unpack .../28-libxcb1_1.14-2_amd64.deb ...
- Unpacking libxcb1:amd64 (1.14-2) ...
- Selecting previously unselected package libx11-data.
- Preparing to unpack .../29-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
- Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
- Selecting previously unselected package libx11-6:amd64.
- Preparing to unpack .../30-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
- Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
- Selecting previously unselected package libxext6:amd64.
- Preparing to unpack .../31-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
- Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
- Selecting previously unselected package libxmuu1:amd64.
- Preparing to unpack .../32-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
- Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
- Selecting previously unselected package manpages.
- Preparing to unpack .../33-manpages_5.05-1_all.deb ...
- Unpacking manpages (5.05-1) ...
- Selecting previously unselected package openssh-client.
- Preparing to unpack .../34-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ...
- Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
- Selecting previously unselected package publicsuffix.
- Preparing to unpack .../35-publicsuffix_20200303.0012-1_all.deb ...
- Unpacking publicsuffix (20200303.0012-1) ...
- Selecting previously unselected package wget.
- Preparing to unpack .../36-wget_1.20.3-1ubuntu2_amd64.deb ...
- Unpacking wget (1.20.3-1ubuntu2) ...
- Selecting previously unselected package xauth.
- Preparing to unpack .../37-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
- Unpacking xauth (1:1.1-0ubuntu1) ...
- Selecting previously unselected package libbrotli1:amd64.
- Preparing to unpack .../38-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
- Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
- Selecting previously unselected package libroken18-heimdal:amd64.
- Preparing to unpack .../39-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libasn1-8-heimdal:amd64.
- Preparing to unpack .../40-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libheimbase1-heimdal:amd64.
- Preparing to unpack .../41-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libhcrypto4-heimdal:amd64.
- Preparing to unpack .../42-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libwind0-heimdal:amd64.
- Preparing to unpack .../43-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libhx509-5-heimdal:amd64.
- Preparing to unpack .../44-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libkrb5-26-heimdal:amd64.
- Preparing to unpack .../45-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libheimntlm0-heimdal:amd64.
- Preparing to unpack .../46-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libgssapi3-heimdal:amd64.
- Preparing to unpack .../47-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ...
- Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Selecting previously unselected package libsasl2-modules-db:amd64.
- Preparing to unpack .../48-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
- Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
- Selecting previously unselected package libsasl2-2:amd64.
- Preparing to unpack .../49-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
- Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
- Selecting previously unselected package libldap-common.
- Preparing to unpack .../50-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
- Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
- Selecting previously unselected package libldap-2.4-2:amd64.
- Preparing to unpack .../51-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
- Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
- Selecting previously unselected package libnghttp2-14:amd64.
- Preparing to unpack .../52-libnghttp2-14_1.40.0-1build1_amd64.deb ...
- Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
- Selecting previously unselected package librtmp1:amd64.
- Preparing to unpack .../53-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
- Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
- Selecting previously unselected package libssh-4:amd64.
- Preparing to unpack .../54-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
- Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
- Selecting previously unselected package libcurl3-gnutls:amd64.
- Preparing to unpack .../55-libcurl3-gnutls_7.68.0-1ubuntu2.15_amd64.deb ...
- Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
- Selecting previously unselected package liberror-perl.
- Preparing to unpack .../56-liberror-perl_0.17029-1_all.deb ...
- Unpacking liberror-perl (0.17029-1) ...
- Selecting previously unselected package git-man.
- Preparing to unpack .../57-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
- Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
- Selecting previously unselected package git.
- Preparing to unpack .../58-git_1%3a2.25.1-1ubuntu3.8_amd64.deb ...
- Unpacking git (1:2.25.1-1ubuntu3.8) ...
- Selecting previously unselected package libc-dev-bin.
- Preparing to unpack .../59-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ...
- Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
- Selecting previously unselected package linux-libc-dev:amd64.
- Preparing to unpack .../60-linux-libc-dev_5.4.0-139.156_amd64.deb ...
- Unpacking linux-libc-dev:amd64 (5.4.0-139.156) ...
- Selecting previously unselected package libcrypt-dev:amd64.
- Preparing to unpack .../61-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
- Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
- Selecting previously unselected package libc6-dev:amd64.
- Preparing to unpack .../62-libc6-dev_2.31-0ubuntu9.9_amd64.deb ...
- Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ...
- Selecting previously unselected package libjpeg-turbo8:amd64.
- Preparing to unpack .../63-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_amd64.deb ...
- Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
- Selecting previously unselected package libjpeg-turbo8-dev:amd64.
- Preparing to unpack .../64-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.3_amd64.deb ...
- Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.3) ...
- Selecting previously unselected package libjpeg8:amd64.
- Preparing to unpack .../65-libjpeg8_8c-2ubuntu8_amd64.deb ...
- Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
- Selecting previously unselected package libjpeg8-dev:amd64.
- Preparing to unpack .../66-libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
- Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../67-libjpeg-dev_8c-2ubuntu8_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
- Selecting previously unselected package libsasl2-modules:amd64.
- Preparing to unpack .../68-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
- Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
- Selecting previously unselected package manpages-dev.
- Preparing to unpack .../69-manpages-dev_5.05-1_all.deb ...
- Unpacking manpages-dev (5.05-1) ...
- Selecting previously unselected package patch.
- Preparing to unpack .../70-patch_2.7.6-6_amd64.deb ...
- Unpacking patch (2.7.6-6) ...
- Selecting previously unselected package python-is-python3.
- Preparing to unpack .../71-python-is-python3_3.8.2-4_all.deb ...
- Unpacking python-is-python3 (3.8.2-4) ...
- Selecting previously unselected package python-pip-whl.
- Preparing to unpack .../72-python-pip-whl_20.0.2-5ubuntu1.7_all.deb ...
- Unpacking python-pip-whl (20.0.2-5ubuntu1.7) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../73-python3-lib2to3_3.8.10-0ubuntu1~20.04_all.deb ...
- Unpacking python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../74-python3-distutils_3.8.10-0ubuntu1~20.04_all.deb ...
- Unpacking python3-distutils (3.8.10-0ubuntu1~20.04) ...
- Selecting previously unselected package python3.8-venv.
- Preparing to unpack .../75-python3.8-venv_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
- Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.6) ...
- Selecting previously unselected package python3-venv.
- Preparing to unpack .../76-python3-venv_3.8.2-0ubuntu2_amd64.deb ...
- Unpacking python3-venv (3.8.2-0ubuntu2) ...
- Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
- Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
- Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
- Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
- Setting up mime-support (3.64ubuntu1) ...
- Setting up wget (1.20.3-1ubuntu2) ...
- Setting up libmagic-mgc (1:5.38-4) ...
- Setting up manpages (5.05-1) ...
- Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
- Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
- Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
- Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
- Setting up libmagic1:amd64 (1:5.38-4) ...
- Setting up less (551-1ubuntu0.1) ...
- Setting up linux-libc-dev:amd64 (5.4.0-139.156) ...
- Setting up krb5-locales (1.17-6ubuntu4.2) ...
- Setting up file (1:5.38-4) ...
- Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
- Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
- Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
- Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
- Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
- Current default time zone: 'Etc/UTC'
- Local time is now: Sat Feb 11 22:35:43 UTC 2023.
- Universal Time is now: Sat Feb 11 22:35:43 UTC 2023.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
- Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
- Setting up xz-utils (5.2.4-1ubuntu1.1) ...
- update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
- Setting up patch (2.7.6-6) ...
- Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
- Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ...
- Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
- Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
- Setting up git-man (1:2.25.1-1ubuntu3.8) ...
- Setting up netbase (6.1) ...
- Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
- Setting up libmpdec2:amd64 (2.4.2-3) ...
- Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
- Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
- Setting up openssl (1.1.1f-1ubuntu2.17) ...
- Setting up libbsd0:amd64 (0.10.0-1) ...
- Setting up readline-common (8.0-4) ...
- Setting up publicsuffix (20200303.0012-1) ...
- Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up libgdbm6:amd64 (1.18.1-5) ...
- Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
- Setting up manpages-dev (5.05-1) ...
- Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
- Setting up libxcb1:amd64 (1.14-2) ...
- Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up libedit2:amd64 (3.1-20191231-1) ...
- Setting up libreadline8:amd64 (8.0-4) ...
- Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
- Updating certificates in /etc/ssl/certs...
- 124 added, 0 removed; done.
- Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
- Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
- Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
- Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
- Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ...
- Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
- Setting up python-pip-whl (20.0.2-5ubuntu1.7) ...
- Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
- Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
- Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
- Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
- Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.3) ...
- Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
- Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
- Setting up python3 (3.8.2-0ubuntu2) ...
- Setting up perl (5.30.0-9ubuntu0.3) ...
- Setting up xauth (1:1.1-0ubuntu1) ...
- Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
- Setting up python3-lib2to3 (3.8.10-0ubuntu1~20.04) ...
- Setting up python-is-python3 (3.8.2-4) ...
- Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up python3-distutils (3.8.10-0ubuntu1~20.04) ...
- Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
- Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up liberror-perl (0.17029-1) ...
- Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ...
- Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.6) ...
- Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
- Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
- Setting up python3-venv (3.8.2-0ubuntu2) ...
- Setting up git (1:2.25.1-1ubuntu3.8) ...
- Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
- Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
- Updating certificates in /etc/ssl/certs...
- 0 added, 0 removed; done.
- Running hooks in /etc/ca-certificates/update.d...
- done.
- Removing intermediate container 39d058fd6725
- ---> 651786b2682f
- Step 10/69 : RUN wget https://repo.radeon.com/amdgpu-install/5.3/ubuntu/focal/amdgpu-install_5.3.50300-1_all.deb
- ---> Running in 5df68f01bbc0
- --2023-02-11 22:36:02-- https://repo.radeon.com/amdgpu-install/5.3/ubuntu/focal/amdgpu-install_5.3.50300-1_all.deb
- Resolving repo.radeon.com (repo.radeon.com)... 13.82.220.49
- Connecting to repo.radeon.com (repo.radeon.com)|13.82.220.49|:443... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 14580 (14K) [application/octet-stream]
- Saving to: 'amdgpu-install_5.3.50300-1_all.deb'
- 0K .......... .... 100% 65.9M=0s
- 2023-02-11 22:36:02 (65.9 MB/s) - 'amdgpu-install_5.3.50300-1_all.deb' saved [14580/14580]
- Removing intermediate container 5df68f01bbc0
- ---> bb5fde75c166
- Step 11/69 : RUN apt-get install -y ./amdgpu-install_5.3.50300-1_all.deb
- ---> Running in 80460b7a97d8
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following additional packages will be installed:
- dialog
- The following NEW packages will be installed:
- amdgpu-install dialog
- 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
- Need to get 231 kB/246 kB of archives.
- After this operation, 1285 kB of additional disk space will be used.
- Get:1 /root/amdgpu-install_5.3.50300-1_all.deb amdgpu-install all 5.3.50300-1483871.20.04 [14.6 kB]
- Get:2 http://archive.ubuntu.com/ubuntu focal/universe amd64 dialog amd64 1.3-20190808-1 [231 kB]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 231 kB in 0s (806 kB/s)
- Selecting previously unselected package amdgpu-install.
- (Reading database ... 14996 files and directories currently installed.)
- Preparing to unpack .../amdgpu-install_5.3.50300-1_all.deb ...
- Unpacking amdgpu-install (5.3.50300-1483871.20.04) ...
- Selecting previously unselected package dialog.
- Preparing to unpack .../dialog_1.3-20190808-1_amd64.deb ...
- Unpacking dialog (1.3-20190808-1) ...
- Setting up dialog (1.3-20190808-1) ...
- Setting up amdgpu-install (5.3.50300-1483871.20.04) ...
- Removing intermediate container 80460b7a97d8
- ---> 2099f114a787
- Step 12/69 : RUN rm -f amdgpu-install_5.3.50300-1_all.deb
- ---> Running in 25a8d34f64a2
- Removing intermediate container 25a8d34f64a2
- ---> 97e09da547ae
- Step 13/69 : RUN apt-get update
- ---> Running in 715d199479e8
- nHit:1 http://archive.ubuntu.com/ubuntu focal InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
- Get:5 https://repo.radeon.com/amdgpu/5.3/ubuntu focal InRelease [5419 B]
- Get:6 https://repo.radeon.com/rocm/apt/5.3 focal InRelease [2601 B]
- Get:7 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 Packages [12.9 kB]
- Get:8 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 Packages [31.5 kB]
- Fetched 52.4 kB in 1s (43.3 kB/s)
- Reading package lists...
- Removing intermediate container 715d199479e8
- ---> 76fa3d564396
- Step 14/69 : RUN yes | amdgpu-install --usecase=dkms,graphics,rocm,lrt,hip,hiplibsdk
- ---> Running in c81d9c6565bc
- Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
- Hit:5 https://repo.radeon.com/amdgpu/5.3/ubuntu focal InRelease
- Hit:6 https://repo.radeon.com/rocm/apt/5.3 focal InRelease
- Reading package lists...
- Reading package lists...
- Building dependency tree...
- Reading state information...
- The following additional packages will be installed:
- amdgpu-core amdgpu-dkms-firmware autoconf automake autotools-dev binutils
- binutils-common binutils-x86-64-linux-gnu build-essential busybox-initramfs
- comgr cpio cpp cpp-9 dbus dctrl-tools dirmngr distro-info-data dkms dmsetup
- dpkg-dev efibootmgr fakeroot fontconfig-config fonts-dejavu-core g++ g++-9
- g++-9-multilib g++-multilib gcc gcc-7-base gcc-8-base gcc-9 gcc-9-base
- gcc-9-multilib gcc-multilib gettext-base gir1.2-glib-2.0 gnupg gnupg-l10n
- gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
- grub-common grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
- grub2-common gst-omx-amdgpu gstreamer1.0-plugins-base hip-dev hip-doc
- hip-runtime-amd hip-samples hipblas hipblas-dev hipcub-dev hipfft hipfft-dev
- hipfort hipfort-dev hipify-clang hipsolver hipsolver-dev hipsparse
- hipsparse-dev hsa-amd-aqlprofile hsa-rocr hsa-rocr-dev hsakmt-roct-dev
- initramfs-tools initramfs-tools-bin initramfs-tools-core iso-codes
- keyboard-configuration klibc-utils kmod lib32asan5 lib32atomic1
- lib32gcc-9-dev lib32gcc-s1 lib32gomp1 lib32itm1 lib32quadmath0
- lib32stdc++-9-dev lib32stdc++6 lib32ubsan1 libalgorithm-diff-perl
- libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libargon2-1
- libasan4 libasan5 libassuan0 libatomic1 libbabeltrace-ctf1 libbabeltrace1
- libbinutils libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcairo2
- libcap2 libcap2-bin libcc1-0 libcdparanoia0 libcilkrts5 libcryptsetup12
- libctf-nobfd0 libctf0 libdbus-1-3 libdevmapper1.02.1 libdpkg-perl
- libdrm-amdgpu-amdgpu1 libdrm-amdgpu-common libdrm-amdgpu-radeon1
- libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2
- libdrm-radeon1 libdrm2 libdrm2-amdgpu libdw1 libefiboot1 libefivar1
- libegl-mesa0 libegl1 libegl1-amdgpu-mesa libegl1-amdgpu-mesa-drivers
- libelf-dev libelf1 libepoxy0 libfakeroot libfile-basedir-perl
- libfile-copy-recursive-perl libfile-fcntllock-perl libfile-listing-perl
- libfile-which-perl libfontconfig1 libfontenc1 libfreetype6 libfuse2 libgbm1
- libgbm1-amdgpu libgcc-7-dev libgcc-9-dev libgirepository-1.0-1 libgl-dev
- libgl1 libgl1-amdgpu-mesa-dri libgl1-amdgpu-mesa-glx libgl1-mesa-dri
- libglapi-amdgpu-mesa libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0
- libglx-dev libglx-mesa0 libglx0 libgomp1 libgpm2
- libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhttp-date-perl libice6
- libicu66 libip4tc2 libipc-system-simple-perl libisl22 libitm1 libjson-c4
- libklibc libkmod2 libksba8 libllvm12 libllvm15.0.50300-amdgpu
- liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libncurses-dev
- libncurses5 libnpth0 libnss-systemd libnuma1 libogg0 libomxil-bellagio-bin
- libomxil-bellagio0 libopus0 liborc-0.4-0 libpam-cap libpam-systemd libpci3
- libpciaccess-dev libpciaccess0 libpixman-1-0 libpng16-16 libpopt0
- libpthread-stubs0-dev libpython3.8 libquadmath0 libsensors-config
- libsensors5 libsigsegv2 libsm6 libstdc++-7-dev libstdc++-9-dev libtheora0
- libtimedate-perl libtinfo-dev libtinfo5 libtsan0 libubsan0 libubsan1
- libunwind8 liburi-encode-perl libva2-amdgpu libvdpau1 libvisual-0.4-0
- libvorbis0a libvorbisenc2 libvulkan1 libwayland-amdgpu-client0
- libwayland-amdgpu-egl1 libwayland-amdgpu-server0 libwayland-client0
- libwayland-server0 libx11-dev libx11-xcb1 libx32asan5 libx32atomic1
- libx32gcc-9-dev libx32gcc-s1 libx32gomp1 libx32itm1 libx32quadmath0
- libx32stdc++-9-dev libx32stdc++6 libx32ubsan1 libxatracker2-amdgpu
- libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
- libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0
- libxcb1-dev libxdmcp-dev libxfixes3 libxfont2 libxkbfile1 libxml2 libxmu6
- libxpm4 libxrender1 libxshmfence1 libxt6 libxxf86vm1 linux-base
- linux-headers-5.4.0-139 linux-headers-5.4.0-139-generic
- linux-headers-generic lsb-release lz4 m4 make mesa-amdgpu-omx-drivers
- mesa-amdgpu-va-drivers mesa-amdgpu-vdpau-drivers mesa-common-dev
- mesa-vdpau-drivers mesa-vulkan-drivers mokutil networkd-dispatcher
- openmp-extras-dev openmp-extras-runtime os-prober pci.ids pciutils
- pinentry-curses python3-dbus python3-gi rccl rccl-dev rocalution
- rocalution-dev rocblas rocblas-dev rocfft rocfft-dev rocm-clang-ocl
- rocm-cmake rocm-core rocm-dbgapi rocm-debug-agent rocm-device-libs rocm-gdb
- rocm-hip-libraries rocm-hip-runtime-dev rocm-llvm rocm-ocl-icd rocm-opencl
- rocm-opencl-dev rocm-smi-lib rocm-utils rocminfo rocprim-dev rocprofiler-dev
- rocrand rocrand-dev rocsolver rocsolver-dev rocsparse rocsparse-dev
- rocthrust-dev roctracer-dev rocwmma-dev sbsigntool secureboot-db
- shared-mime-info shim-signed sudo systemd systemd-sysv systemd-timesyncd ucf
- udev vdpau-driver-all x11-common x11-xkb-utils x11proto-core-dev
- x11proto-dev xdg-user-dirs xfonts-base xfonts-encodings xfonts-utils
- xkb-data xorg-sgml-doctools xserver-common xserver-xorg-amdgpu-video-amdgpu
- xserver-xorg-core xtrans-dev zlib1g-dev
- Suggested packages:
- autoconf-archive gnu-standards autoconf-doc libtool gettext binutils-doc
- libarchive1 cpp-doc gcc-9-locales default-dbus-session-bus
- | dbus-session-bus debtags dbus-user-session pinentry-gnome3 tor menu
- debian-keyring gcc-9-doc lib32stdc++6-9-dbg libx32stdc++6-9-dbg flex bison
- gdb gcc-doc parcimonie xloadimage scdaemon multiboot-doc grub-emu xorriso
- desktop-base console-setup gvfs bash-completion isoquery bzr fuse libglide3
- gpm libvisual-0.4-plugins gstreamer1.0-tools ncurses-doc
- libomxil-bellagio0-components-base opus-tools lm-sensors libstdc++-7-doc
- libstdc++-9-doc libx11-doc libxcb-doc m4-doc make-doc iw | wireless-tools
- pinentry-doc python-dbus-doc python3-dbus-dbg systemd-container policykit-1
- libvdpau-va-gl1 nvidia-vdpau-driver nvidia-legacy-340xx-vdpau-driver
- nvidia-legacy-304xx-vdpau-driver xfs | xserver linux-firmware xfonts-100dpi
- | xfonts-75dpi xfonts-scalable
- Recommended packages:
- libtxc-dxtn-s2tc0 | libtxc-dxtn0
- The following NEW packages will be installed:
- amdgpu-core amdgpu-dkms amdgpu-dkms-firmware amdgpu-lib autoconf automake
- autotools-dev binutils binutils-common binutils-x86-64-linux-gnu
- build-essential busybox-initramfs comgr cpio cpp cpp-9 dbus dctrl-tools
- dirmngr distro-info-data dkms dmsetup dpkg-dev efibootmgr fakeroot
- fontconfig-config fonts-dejavu-core g++ g++-9 g++-9-multilib g++-multilib
- gcc gcc-7-base gcc-8-base gcc-9 gcc-9-base gcc-9-multilib gcc-multilib
- gettext-base gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
- gpg-wks-client gpg-wks-server gpgconf gpgsm grub-common grub-efi-amd64
- grub-efi-amd64-bin grub-efi-amd64-signed grub2-common gst-omx-amdgpu
- gstreamer1.0-plugins-base hip-dev hip-doc hip-runtime-amd hip-samples
- hipblas hipblas-dev hipcub-dev hipfft hipfft-dev hipfort hipfort-dev
- hipify-clang hipsolver hipsolver-dev hipsparse hipsparse-dev
- hsa-amd-aqlprofile hsa-rocr hsa-rocr-dev hsakmt-roct-dev initramfs-tools
- initramfs-tools-bin initramfs-tools-core iso-codes keyboard-configuration
- klibc-utils kmod lib32asan5 lib32atomic1 lib32gcc-9-dev lib32gcc-s1
- lib32gomp1 lib32itm1 lib32quadmath0 lib32stdc++-9-dev lib32stdc++6
- lib32ubsan1 libalgorithm-diff-perl libalgorithm-diff-xs-perl
- libalgorithm-merge-perl libapparmor1 libargon2-1 libasan4 libasan5
- libassuan0 libatomic1 libbabeltrace-ctf1 libbabeltrace1 libbinutils
- libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcairo2 libcap2
- libcap2-bin libcc1-0 libcdparanoia0 libcilkrts5 libcryptsetup12
- libctf-nobfd0 libctf0 libdbus-1-3 libdevmapper1.02.1 libdpkg-perl
- libdrm-amdgpu-amdgpu1 libdrm-amdgpu-common libdrm-amdgpu-radeon1
- libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2
- libdrm-radeon1 libdrm2 libdrm2-amdgpu libdw1 libefiboot1 libefivar1
- libegl-mesa0 libegl1 libegl1-amdgpu-mesa libegl1-amdgpu-mesa-drivers
- libelf-dev libelf1 libepoxy0 libfakeroot libfile-basedir-perl
- libfile-copy-recursive-perl libfile-fcntllock-perl libfile-listing-perl
- libfile-which-perl libfontconfig1 libfontenc1 libfreetype6 libfuse2 libgbm1
- libgbm1-amdgpu libgcc-7-dev libgcc-9-dev libgirepository-1.0-1 libgl-dev
- libgl1 libgl1-amdgpu-mesa-dri libgl1-amdgpu-mesa-glx libgl1-mesa-dri
- libglapi-amdgpu-mesa libglapi-mesa libglib2.0-0 libglib2.0-data libglvnd0
- libglx-dev libglx-mesa0 libglx0 libgomp1 libgpm2
- libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libhttp-date-perl libice6
- libicu66 libip4tc2 libipc-system-simple-perl libisl22 libitm1 libjson-c4
- libklibc libkmod2 libksba8 libllvm12 libllvm15.0.50300-amdgpu
- liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libncurses-dev
- libncurses5 libnpth0 libnss-systemd libnuma1 libogg0 libomxil-bellagio-bin
- libomxil-bellagio0 libopus0 liborc-0.4-0 libpam-cap libpam-systemd libpci3
- libpciaccess-dev libpciaccess0 libpixman-1-0 libpng16-16 libpopt0
- libpthread-stubs0-dev libpython3.8 libquadmath0 libsensors-config
- libsensors5 libsigsegv2 libsm6 libstdc++-7-dev libstdc++-9-dev libtheora0
- libtimedate-perl libtinfo-dev libtinfo5 libtsan0 libubsan0 libubsan1
- libunwind8 liburi-encode-perl libva2-amdgpu libvdpau1 libvisual-0.4-0
- libvorbis0a libvorbisenc2 libvulkan1 libwayland-amdgpu-client0
- libwayland-amdgpu-egl1 libwayland-amdgpu-server0 libwayland-client0
- libwayland-server0 libx11-dev libx11-xcb1 libx32asan5 libx32atomic1
- libx32gcc-9-dev libx32gcc-s1 libx32gomp1 libx32itm1 libx32quadmath0
- libx32stdc++-9-dev libx32stdc++6 libx32ubsan1 libxatracker2-amdgpu
- libxau-dev libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
- libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0
- libxcb1-dev libxdmcp-dev libxfixes3 libxfont2 libxkbfile1 libxml2 libxmu6
- libxpm4 libxrender1 libxshmfence1 libxt6 libxxf86vm1 linux-base
- linux-headers-5.4.0-139 linux-headers-5.4.0-139-generic
- linux-headers-generic lsb-release lz4 m4 make mesa-amdgpu-omx-drivers
- mesa-amdgpu-va-drivers mesa-amdgpu-vdpau-drivers mesa-common-dev
- mesa-vdpau-drivers mesa-vulkan-drivers mokutil networkd-dispatcher
- openmp-extras-dev openmp-extras-runtime os-prober pci.ids pciutils
- pinentry-curses python3-dbus python3-gi rccl rccl-dev rocalution
- rocalution-dev rocblas rocblas-dev rocfft rocfft-dev rocm-clang-ocl
- rocm-cmake rocm-core rocm-dbgapi rocm-debug-agent rocm-dev rocm-device-libs
- rocm-gdb rocm-hip-libraries rocm-hip-runtime rocm-hip-runtime-dev
- rocm-hip-sdk rocm-language-runtime rocm-llvm rocm-ocl-icd rocm-opencl
- rocm-opencl-dev rocm-smi-lib rocm-utils rocminfo rocprim-dev rocprofiler-dev
- rocrand rocrand-dev rocsolver rocsolver-dev rocsparse rocsparse-dev
- rocthrust-dev roctracer-dev rocwmma-dev sbsigntool secureboot-db
- shared-mime-info shim-signed sudo systemd systemd-sysv systemd-timesyncd ucf
- udev vdpau-driver-all x11-common x11-xkb-utils x11proto-core-dev
- x11proto-dev xdg-user-dirs xfonts-base xfonts-encodings xfonts-utils
- xkb-data xorg-sgml-doctools xserver-common xserver-xorg-amdgpu-video-amdgpu
- xserver-xorg-core xtrans-dev zlib1g-dev
- 0 upgraded, 364 newly installed, 0 to remove and 0 not upgraded.
- Need to get 1914 MB of archives.
- After this operation, 15.5 GB of additional disk space will be used.
- Do you want to continue? [Y/n] Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
- Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 keyboard-configuration all 1.194ubuntu3 [190 kB]
- Get:3 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-core all 1:5.3.50300-1483871.20.04 [2224 B]
- Get:4 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libva2-amdgpu amd64 2.8.0.50300-1483871.20.04 [48.3 kB]
- Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB]
- Get:6 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm2-amdgpu amd64 1:2.4.112.50300-1483871.20.04 [36.0 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2 amd64 1:2.32-1 [15.9 kB]
- Get:8 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm-amdgpu-common all 1.0.0.50300-1483871.20.04 [4912 B]
- Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB]
- Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB]
- Get:13 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm-amdgpu-amdgpu1 amd64 1:2.4.112.50300-1483871.20.04 [21.0 kB]
- Get:14 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libdrm-amdgpu-radeon1 amd64 1:2.4.112.50300-1483871.20.04 [22.3 kB]
- Get:15 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libllvm15.0.50300-amdgpu amd64 1:15.0.50300-1483871.20.04 [20.5 MB]
- Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2 [18.8 kB]
- Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB]
- Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.19 [28.1 kB]
- Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.19 [3812 kB]
- Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.19 [10.3 kB]
- Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
- Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
- Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 kmod amd64 27-1ubuntu2.1 [94.8 kB]
- Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
- Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
- Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
- Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
- Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB]
- Get:29 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 mesa-amdgpu-va-drivers amd64 1:22.3.0.50300-1483871.20.04 [2604 kB]
- Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
- Get:31 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libglapi-amdgpu-mesa amd64 1:22.3.0.50300-1483871.20.04 [25.2 kB]
- Get:32 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libgl1-amdgpu-mesa-dri amd64 1:22.3.0.50300-1483871.20.04 [5263 kB]
- Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
- Get:34 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 mesa-amdgpu-vdpau-drivers amd64 1:22.3.0.50300-1483871.20.04 [2593 kB]
- Get:35 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-dkms-firmware all 1:5.18.2.22.40.50300-1483871.20.04 [10.4 MB]
- Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.4 [207 kB]
- Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.4 [474 kB]
- Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.4 [47.2 kB]
- Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.4 [46.6 kB]
- Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.4 [1613 kB]
- Get:41 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-dkms all 1:5.18.2.22.40.50300-1483871.20.04 [9778 kB]
- Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.4 [3380 B]
- Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
- Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
- Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
- Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB]
- Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
- Get:48 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libwayland-amdgpu-client0 amd64 1.20.0.50300-1483871.20.04 [25.5 kB]
- Get:49 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libwayland-amdgpu-server0 amd64 1.20.0.50300-1483871.20.04 [33.0 kB]
- Get:50 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libwayland-amdgpu-egl1 amd64 1.20.0.50300-1483871.20.04 [4304 B]
- Get:51 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libxatracker2-amdgpu amd64 1:22.3.0.50300-1483871.20.04 [1542 kB]
- Get:52 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libgbm1-amdgpu amd64 1:22.3.0.50300-1483871.20.04 [28.4 kB]
- Get:53 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libegl1-amdgpu-mesa amd64 1:22.3.0.50300-1483871.20.04 [110 kB]
- Get:54 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libegl1-amdgpu-mesa-drivers amd64 1:22.3.0.50300-1483871.20.04 [4364 B]
- Get:55 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 libgl1-amdgpu-mesa-glx amd64 1:22.3.0.50300-1483871.20.04 [143 kB]
- Get:56 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 mesa-amdgpu-omx-drivers amd64 1:22.3.0.50300-1483871.20.04 [2614 kB]
- Get:57 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 xserver-xorg-amdgpu-video-amdgpu amd64 1:22.0.0.50300-1483871.20.04 [58.2 kB]
- Get:58 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 gst-omx-amdgpu amd64 1:1.0.0.1.50300-1483871.20.04 [58.6 kB]
- Get:59 https://repo.radeon.com/amdgpu/5.3/ubuntu focal/main amd64 amdgpu-lib amd64 1:5.3.50300-1483871.20.04 [2120 B]
- Get:60 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-core amd64 5.3.0.50300-63~20.04 [6212 B]
- Get:61 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 comgr amd64 2.4.0.50300-63~20.04 [49.5 MB]
- Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
- Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
- Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
- Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB]
- Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB]
- Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
- Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
- Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
- Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
- Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB]
- Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB]
- Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
- Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
- Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
- Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dkms all 2.8.1-5ubuntu2 [66.8 kB]
- Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
- Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-xcb1 amd64 2:1.6.9-2ubuntu1.2 [9372 B]
- Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri2-0 amd64 1.14-2 [6920 B]
- Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri3-0 amd64 1.14-2 [6552 B]
- Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-present0 amd64 1.14-2 [5560 B]
- Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-sync1 amd64 1.14-2 [8884 B]
- Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xfixes0 amd64 1.14-2 [9296 B]
- Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
- Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libvdpau1 amd64 1.3-1ubuntu2 [25.6 kB]
- Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
- Get:87 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-dev amd64 5.3.22061.50300-63~20.04 [255 kB]
- Get:88 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-doc amd64 5.3.22061.50300-63~20.04 [1242 kB]
- Get:89 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsa-rocr amd64 1.7.0.50300-63~20.04 [752 kB]
- Get:90 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsakmt-roct-dev amd64 20220803.1.8.50300-63~20.04 [374 kB]
- Get:91 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsa-rocr-dev amd64 1.7.0.50300-63~20.04 [94.3 kB]
- Get:92 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocminfo amd64 1.0.0.50300-63~20.04 [27.1 kB]
- Get:93 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-llvm amd64 15.0.0.22362.50300-63~20.04 [1201 MB]
- Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB]
- Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 dmsetup amd64 2:1.02.167-1ubuntu1 [75.6 kB]
- Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
- Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB]
- Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB]
- Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2-bin amd64 1:2.32-1 [26.2 kB]
- Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
- Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
- Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.19 [95.8 kB]
- Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libpam-cap amd64 1:2.32-1 [8352 B]
- Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.19 [186 kB]
- Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libpopt0 amd64 1.16-14 [26.3 kB]
- Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
- Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB]
- Get:108 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB]
- Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 networkd-dispatcher all 2.1-2~ubuntu20.04.3 [15.5 kB]
- Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
- Get:111 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 sudo amd64 1.8.31-1ubuntu1.4 [514 kB]
- Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
- Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 udev amd64 245.4-4ubuntu3.19 [1367 kB]
- Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
- Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 xkb-data all 2.29-2 [349 kB]
- Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpio amd64 2.13+dfsg-2ubuntu0.3 [86.4 kB]
- Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
- Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
- Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-common all 2.4.107-8ubuntu1~20.04.2 [5396 B]
- Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm2 amd64 2.4.107-8ubuntu1~20.04.2 [34.1 kB]
- Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB]
- Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libnuma1 amd64 2.0.12-1 [20.8 kB]
- Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 pci.ids all 0.0~2020.03.20-1 [217 kB]
- Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpci3 amd64 1:3.6.4-1ubuntu0.20.04.1 [26.9 kB]
- Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng16-16 amd64 1.6.37-2 [179 kB]
- Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 pciutils amd64 1:3.6.4-1ubuntu0.20.04.1 [56.5 kB]
- Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
- Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
- Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
- Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
- Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
- Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 busybox-initramfs amd64 1:1.30.1-4ubuntu6.4 [169 kB]
- Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 initramfs-tools-bin amd64 0.136ubuntu6.7 [10.8 kB]
- Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libklibc amd64 2.0.7-1ubuntu5.1 [43.1 kB]
- Get:135 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 klibc-utils amd64 2.0.7-1ubuntu5.1 [95.2 kB]
- Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lz4 amd64 1.9.2-2ubuntu0.20.04.1 [82.7 kB]
- Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 initramfs-tools-core all 0.136ubuntu6.7 [47.8 kB]
- Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-base all 4.5ubuntu3.7 [17.6 kB]
- Get:139 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 initramfs-tools all 0.136ubuntu6.7 [9248 B]
- Get:140 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libefivar1 amd64 37-2ubuntu2.2 [47.7 kB]
- Get:141 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libefiboot1 amd64 37-2ubuntu2.2 [40.5 kB]
- Get:142 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.2 [341 kB]
- Get:143 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-common amd64 2.04-1ubuntu26.16 [1878 kB]
- Get:144 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-efi-amd64-bin amd64 2.06-2ubuntu14 [1591 kB]
- Get:145 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub2-common amd64 2.04-1ubuntu26.16 [590 kB]
- Get:146 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-efi-amd64 amd64 2.06-2ubuntu14 [47.1 kB]
- Get:147 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 grub-efi-amd64-signed amd64 1.187.2~20.04.2+2.06-2ubuntu14 [1342 kB]
- Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 mokutil amd64 0.3.0+1538710437.fb6250f-1 [22.6 kB]
- Get:149 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 sbsigntool amd64 0.9.2-2ubuntu1.1 [63.8 kB]
- Get:150 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 shim-signed amd64 1.40.7+15.4-0ubuntu9 [448 kB]
- Get:151 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-client0 amd64 1.18.0-1ubuntu0.1 [23.9 kB]
- Get:152 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-server0 amd64 1.18.0-1ubuntu0.1 [31.3 kB]
- Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-randr0 amd64 1.14-2 [16.3 kB]
- Get:154 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglvnd0 amd64 1.3.2-1~ubuntu0.20.04.2 [48.1 kB]
- Get:155 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgbm1 amd64 21.2.6-0ubuntu0.1~20.04.2 [29.2 kB]
- Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglapi-mesa amd64 21.2.6-0ubuntu0.1~20.04.2 [27.4 kB]
- Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libegl-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [96.3 kB]
- Get:158 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libegl1 amd64 1.3.2-1~ubuntu0.20.04.2 [31.9 kB]
- Get:159 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-glx0 amd64 1.14-2 [22.1 kB]
- Get:160 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5584 B]
- Get:161 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfixes3 amd64 1:5.0.3-2 [10.9 kB]
- Get:162 http://archive.ubuntu.com/ubuntu focal/main amd64 libxxf86vm1 amd64 1:1.1.4-1build1 [10.2 kB]
- Get:163 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-amdgpu1 amd64 2.4.107-8ubuntu1~20.04.2 [18.6 kB]
- Get:164 http://archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess0 amd64 0.16-0ubuntu1 [17.9 kB]
- Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-intel1 amd64 2.4.107-8ubuntu1~20.04.2 [60.3 kB]
- Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-nouveau2 amd64 2.4.107-8ubuntu1~20.04.2 [16.6 kB]
- Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-radeon1 amd64 2.4.107-8ubuntu1~20.04.2 [19.7 kB]
- Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libllvm12 amd64 1:12.0.0-3ubuntu1~20.04.5 [18.8 MB]
- Get:169 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6052 B]
- Get:170 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB]
- Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libvulkan1 amd64 1.2.131.2-1 [93.3 kB]
- Get:172 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-dri amd64 21.2.6-0ubuntu0.1~20.04.2 [11.0 MB]
- Get:173 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [137 kB]
- Get:174 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx0 amd64 1.3.2-1~ubuntu0.20.04.2 [32.5 kB]
- Get:175 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1 amd64 1.3.2-1~ubuntu0.20.04.2 [85.8 kB]
- Get:176 http://archive.ubuntu.com/ubuntu focal/universe amd64 libomxil-bellagio0 amd64 0.9.3-4.1ubuntu1 [32.5 kB]
- Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB]
- Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB]
- Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB]
- Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
- Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB]
- Get:182 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.1 [34.6 kB]
- Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
- Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbfile1 amd64 1:1.1.0-1 [65.3 kB]
- Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-xkb-utils amd64 7.7+5 [158 kB]
- Get:186 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-common all 2:1.20.13-1ubuntu1~20.04.6 [27.1 kB]
- Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libepoxy0 amd64 1.5.4-1 [191 kB]
- Get:188 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu2.1 [227 kB]
- Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
- Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontenc1 amd64 1:1.1.4-0ubuntu1 [14.0 kB]
- Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfont2 amd64 1:2.0.3-1 [91.7 kB]
- Get:192 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-xorg-core amd64 2:1.20.13-1ubuntu1~20.04.6 [1340 kB]
- Get:193 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB]
- Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 liborc-0.4-0 amd64 1:0.4.31-1 [188 kB]
- Get:195 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.16.3-0ubuntu1.1 [740 kB]
- Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libncurses-dev amd64 6.2-0ubuntu2 [339 kB]
- Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 libtinfo-dev amd64 6.2-0ubuntu2 [968 B]
- Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
- Get:199 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
- Get:200 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
- Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
- Get:202 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
- Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 efibootmgr amd64 17-1 [28.1 kB]
- Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
- Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
- Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
- Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB]
- Get:208 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-i386 amd64 2.31-0ubuntu9.9 [2730 kB]
- Get:209 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-i386 amd64 2.31-0ubuntu9.9 [1902 kB]
- Get:210 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-x32 amd64 2.31-0ubuntu9.9 [2780 kB]
- Get:211 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev-x32 amd64 2.31-0ubuntu9.9 [1977 kB]
- Get:212 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [49.2 kB]
- Get:213 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32gcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.6 kB]
- Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gomp1 amd64 10.3.0-1ubuntu1~20.04 [108 kB]
- Get:215 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32gomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
- Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32itm1 amd64 10.3.0-1ubuntu1~20.04 [28.3 kB]
- Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32itm1 amd64 10.3.0-1ubuntu1~20.04 [26.5 kB]
- Get:218 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32atomic1 amd64 10.3.0-1ubuntu1~20.04 [8860 B]
- Get:219 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32atomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
- Get:220 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32asan5 amd64 9.4.0-1ubuntu1~20.04.1 [2648 kB]
- Get:221 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32asan5 amd64 9.4.0-1ubuntu1~20.04.1 [2587 kB]
- Get:222 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [525 kB]
- Get:223 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32ubsan1 amd64 10.3.0-1ubuntu1~20.04 [756 kB]
- Get:224 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32stdc++6 amd64 10.3.0-1ubuntu1~20.04 [486 kB]
- Get:225 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32ubsan1 amd64 10.3.0-1ubuntu1~20.04 [762 kB]
- Get:226 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32quadmath0 amd64 10.3.0-1ubuntu1~20.04 [230 kB]
- Get:227 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32quadmath0 amd64 10.3.0-1ubuntu1~20.04 [149 kB]
- Get:228 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32gcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2224 kB]
- Get:229 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32gcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2013 kB]
- Get:230 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-multilib amd64 9.4.0-1ubuntu1~20.04.1 [1072 B]
- Get:231 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lib32stdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [762 kB]
- Get:232 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx32stdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [710 kB]
- Get:233 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9-multilib amd64 9.4.0-1ubuntu1~20.04.1 [1092 B]
- Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc-multilib amd64 4:9.3.0-1ubuntu2 [1516 B]
- Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 g++-multilib amd64 4:9.3.0-1ubuntu2 [1044 B]
- Get:236 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-7-base amd64 7.5.0-6ubuntu2 [18.5 kB]
- Get:237 http://archive.ubuntu.com/ubuntu focal/universe amd64 gcc-8-base amd64 8.4.0-3ubuntu2 [18.7 kB]
- Get:238 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
- Get:239 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
- Get:240 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
- Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
- Get:242 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
- Get:243 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
- Get:244 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
- Get:245 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
- Get:246 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
- Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB]
- Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libogg0 amd64 1.3.4-0ubuntu1 [24.0 kB]
- Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libopus0 amd64 1.3.1-0ubuntu1 [191 kB]
- Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB]
- Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB]
- Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
- Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB]
- Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libtheora0 amd64 1.1.1+dfsg.1-15ubuntu2 [162 kB]
- Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libvisual-0.4-0 amd64 0.4.0-17 [99.8 kB]
- Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbis0a amd64 1.3.6-2ubuntu1 [87.0 kB]
- Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisenc2 amd64 1.3.6-2ubuntu1 [70.7 kB]
- Get:258 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gstreamer1.0-plugins-base amd64 1.16.3-0ubuntu1.1 [620 kB]
- Get:259 http://archive.ubuntu.com/ubuntu focal/universe amd64 liburi-encode-perl all 1.1.1-1 [9464 B]
- Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
- Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
- Get:262 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfile-copy-recursive-perl all 0.45-1 [17.3 kB]
- Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
- Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
- Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
- Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
- Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess-dev amd64 0.16-0ubuntu1 [20.3 kB]
- Get:268 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-dev amd64 2.4.107-8ubuntu1~20.04.2 [131 kB]
- Get:269 http://archive.ubuntu.com/ubuntu focal/universe amd64 libasan4 amd64 7.5.0-6ubuntu2 [358 kB]
- Get:270 http://archive.ubuntu.com/ubuntu focal/universe amd64 libubsan0 amd64 7.5.0-6ubuntu2 [126 kB]
- Get:271 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcilkrts5 amd64 7.5.0-6ubuntu2 [42.7 kB]
- Get:272 http://archive.ubuntu.com/ubuntu focal/universe amd64 libmpx2 amd64 8.4.0-3ubuntu2 [11.8 kB]
- Get:273 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgcc-7-dev amd64 7.5.0-6ubuntu2 [2311 kB]
- Get:274 http://archive.ubuntu.com/ubuntu focal/universe amd64 libstdc++-7-dev amd64 7.5.0-6ubuntu2 [1471 kB]
- Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
- Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
- Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
- Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libdw1 amd64 0.176-1.1build1 [226 kB]
- Get:279 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.5 [155 kB]
- Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf-dev amd64 0.176-1.1build1 [57.0 kB]
- Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
- Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB]
- Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-dev all 2019.2-1ubuntu1 [594 kB]
- Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-core-dev all 2019.2-1ubuntu1 [2620 B]
- Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau-dev amd64 1:1.0.9-0ubuntu1 [9552 B]
- Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu1 [25.3 kB]
- Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB]
- Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5384 B]
- Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1-dev amd64 1.14-2 [80.5 kB]
- Get:290 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-dev amd64 2:1.6.9-2ubuntu1.2 [647 kB]
- Get:291 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-dev amd64 1.3.2-1~ubuntu0.20.04.2 [14.0 kB]
- Get:292 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl-dev amd64 1.3.2-1~ubuntu0.20.04.2 [97.8 kB]
- Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]
- Get:294 http://archive.ubuntu.com/ubuntu focal/universe amd64 libtinfo5 amd64 6.2-0ubuntu2 [83.0 kB]
- Get:295 http://archive.ubuntu.com/ubuntu focal/universe amd64 libncurses5 amd64 6.2-0ubuntu2 [96.9 kB]
- Get:296 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8 amd64 3.8.10-0ubuntu1~20.04.6 [1625 kB]
- Get:297 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-139 all 5.4.0-139.156 [11.0 MB]
- Get:298 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-139-generic amd64 5.4.0-139.156 [1410 kB]
- Get:299 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.139.137 [2424 B]
- Get:300 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-common-dev amd64 21.2.6-0ubuntu0.1~20.04.2 [1504 kB]
- Get:301 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-vdpau-drivers amd64 21.2.6-0ubuntu0.1~20.04.2 [3089 kB]
- Get:302 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-vulkan-drivers amd64 21.2.6-0ubuntu0.1~20.04.2 [5788 kB]
- Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 os-prober amd64 1.74ubuntu2 [20.1 kB]
- Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libbabeltrace1 amd64 1.5.8-1build1 [156 kB]
- Get:305 http://archive.ubuntu.com/ubuntu focal/universe amd64 libbabeltrace-ctf1 all 1.5.8-1build1 [2532 B]
- Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 secureboot-db amd64 1.5 [9080 B]
- Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 vdpau-driver-all amd64 1.3-1ubuntu2 [4596 B]
- Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu1 [573 kB]
- Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB]
- Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 xfonts-base all 1:1.0.5 [5896 kB]
- Get:311 http://archive.ubuntu.com/ubuntu focal/universe amd64 libomxil-bellagio-bin amd64 0.9.3-4.1ubuntu1 [12.1 kB]
- Get:312 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-runtime-amd amd64 5.3.22061.50300-63~20.04 [13.6 MB]
- Get:313 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hip-samples amd64 5.3.22061.50300-63~20.04 [109 kB]
- Get:314 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocblas amd64 2.45.0.50300-63~20.04 [43.1 MB]
- Get:315 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsolver amd64 3.19.0.50300-63~20.04 [45.4 MB]
- Get:316 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipblas amd64 0.52.0.50300-63~20.04 [76.1 kB]
- Get:317 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipblas-dev amd64 0.52.0.50300-63~20.04 [52.2 kB]
- Get:318 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocprim-dev amd64 2.10.9.50300-63~20.04 [150 kB]
- Get:319 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipcub-dev amd64 2.10.12.50300-63~20.04 [73.1 kB]
- Get:320 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfft amd64 1.0.9.50300-63~20.04 [13.3 kB]
- Get:321 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfft-dev amd64 1.0.9.50300-63~20.04 [9806 B]
- Get:322 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfort amd64 0.4.0.50300-63~20.04 [6933 kB]
- Get:323 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipfort-dev amd64 0.4.0.50300-63~20.04 [988 B]
- Get:324 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipify-clang amd64 15.0.0.50300-63~20.04 [18.2 MB]
- Get:325 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsolver amd64 1.5.0.50300-63~20.04 [56.5 kB]
- Get:326 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsolver-dev amd64 1.5.0.50300-63~20.04 [15.7 kB]
- Get:327 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsparse amd64 2.3.3.50300-63~20.04 [13.0 MB]
- Get:328 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsparse amd64 2.3.2.50300-63~20.04 [50.9 kB]
- Get:329 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hipsparse-dev amd64 2.3.2.50300-63~20.04 [30.1 kB]
- Get:330 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 hsa-amd-aqlprofile amd64 1.0.0.50300-63~20.04 [128 kB]
- Get:331 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-device-libs amd64 1.0.0.50300-63~20.04 [735 kB]
- Get:332 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 openmp-extras-runtime amd64 15.53.0.50300-63~20.04 [29.6 MB]
- Get:333 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 openmp-extras-dev amd64 15.53.0.50300-63~20.04 [20.6 MB]
- Get:334 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-smi-lib amd64 5.0.0.50300-63~20.04 [1024 kB]
- Get:335 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rccl amd64 2.12.12.50300-63~20.04 [5516 kB]
- Get:336 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rccl-dev amd64 2.12.12.50300-63~20.04 [10.4 kB]
- Get:337 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocrand amd64 2.10.9.50300-63~20.04 [7792 kB]
- Get:338 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocalution amd64 2.1.2.50300-63~20.04 [2273 kB]
- Get:339 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocalution-dev amd64 2.1.2.50300-63~20.04 [42.8 kB]
- Get:340 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocblas-dev amd64 2.45.0.50300-63~20.04 [63.9 kB]
- Get:341 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocfft amd64 1.0.18.50300-63~20.04 [127 MB]
- Get:342 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocfft-dev amd64 1.0.18.50300-63~20.04 [10.5 kB]
- Get:343 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-ocl-icd amd64 2.0.0.50300-63~20.04 [15.9 kB]
- Get:344 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-opencl amd64 2.0.0.50300-63~20.04 [580 kB]
- Get:345 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-opencl-dev amd64 2.0.0.50300-63~20.04 [126 kB]
- Get:346 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-clang-ocl amd64 0.5.0.50300-63~20.04 [2978 B]
- Get:347 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-cmake amd64 0.8.0.50300-63~20.04 [20.5 kB]
- Get:348 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-dbgapi amd64 0.67.0.50300-63~20.04 [1632 kB]
- Get:349 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-debug-agent amd64 2.0.3.50300-63~20.04 [55.9 kB]
- Get:350 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-gdb amd64 12.1.50300-63~20.04 [84.1 MB]
- Get:351 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-utils amd64 5.3.0.50300-63~20.04 [824 B]
- Get:352 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocprofiler-dev amd64 1.0.0.50300-63~20.04 [269 kB]
- Get:353 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 roctracer-dev amd64 4.1.0.50300-63~20.04 [687 kB]
- Get:354 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-dev amd64 5.3.0.50300-63~20.04 [2382 B]
- Get:355 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-language-runtime amd64 5.3.0.50300-63~20.04 [836 B]
- Get:356 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-runtime amd64 5.3.0.50300-63~20.04 [2038 B]
- Get:357 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-libraries amd64 5.3.0.50300-63~20.04 [916 B]
- Get:358 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-runtime-dev amd64 5.3.0.50300-63~20.04 [2210 B]
- Get:359 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocrand-dev amd64 2.10.9.50300-63~20.04 [8091 kB]
- Get:360 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsolver-dev amd64 3.19.0.50300-63~20.04 [40.1 kB]
- Get:361 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocsparse-dev amd64 2.3.3.50300-63~20.04 [68.8 kB]
- Get:362 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocthrust-dev amd64 2.10.9.50300-63~20.04 [474 kB]
- Get:363 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocwmma-dev amd64 0.7.0.50300-63~20.04 [28.4 kB]
- Get:364 https://repo.radeon.com/rocm/apt/5.3 focal/main amd64 rocm-hip-sdk amd64 5.3.0.50300-63~20.04 [960 B]
- debconf: delaying package configuration, since apt-utils is not installed
- Fetched 1914 MB in 1min 43s (18.5 MB/s)
- Selecting previously unselected package liblocale-gettext-perl.
- (Reading database ... 15198 files and directories currently installed.)
- Preparing to unpack .../00-liblocale-gettext-perl_1.07-4_amd64.deb ...
- Unpacking liblocale-gettext-perl (1.07-4) ...
- Selecting previously unselected package keyboard-configuration.
- Preparing to unpack .../01-keyboard-configuration_1.194ubuntu3_all.deb ...
- Unpacking keyboard-configuration (1.194ubuntu3) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../02-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ...
- Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
- Selecting previously unselected package libcap2:amd64.
- Preparing to unpack .../03-libcap2_1%3a2.32-1_amd64.deb ...
- Unpacking libcap2:amd64 (1:2.32-1) ...
- Selecting previously unselected package libargon2-1:amd64.
- Preparing to unpack .../04-libargon2-1_0~20171227-0.2_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
- Selecting previously unselected package libjson-c4:amd64.
- Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ...
- Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
- Selecting previously unselected package libip4tc2:amd64.
- Preparing to unpack .../08-libip4tc2_1.8.4-3ubuntu2_amd64.deb ...
- Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../09-libkmod2_27-1ubuntu2.1_amd64.deb ...
- Unpacking libkmod2:amd64 (27-1ubuntu2.1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../10-systemd-timesyncd_245.4-4ubuntu3.19_amd64.deb ...
- Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../11-systemd_245.4-4ubuntu3.19_amd64.deb ...
- Unpacking systemd (245.4-4ubuntu3.19) ...
- Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
- Setting up libcap2:amd64 (1:2.32-1) ...
- Setting up libargon2-1:amd64 (0~20171227-0.2) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
- Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
- Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
- Setting up libip4tc2:amd64 (1.8.4-3ubuntu2) ...
- Setting up libkmod2:amd64 (27-1ubuntu2.1) ...
- Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
- Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
- Setting up systemd (245.4-4ubuntu3.19) ...
- Created symlink /etc/systemd/system/getty.target.wants/[email protected] → /lib/systemd/system/[email protected].
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
- ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
- Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
- Initializing machine ID from random generator.
- Selecting previously unselected package systemd-sysv.
- (Reading database ... 16037 files and directories currently installed.)
- Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_amd64.deb ...
- Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
- Selecting previously unselected package distro-info-data.
- Preparing to unpack .../01-distro-info-data_0.43ubuntu1.11_all.deb ...
- Unpacking distro-info-data (0.43ubuntu1.11) ...
- Selecting previously unselected package lsb-release.
- Preparing to unpack .../02-lsb-release_11.1.0ubuntu2_all.deb ...
- Unpacking lsb-release (11.1.0ubuntu2) ...
- Selecting previously unselected package kmod.
- Preparing to unpack .../03-kmod_27-1ubuntu2.1_amd64.deb ...
- Unpacking kmod (27-1ubuntu2.1) ...
- Selecting previously unselected package gcc-9-base:amd64.
- Preparing to unpack .../04-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package libisl22:amd64.
- Preparing to unpack .../05-libisl22_0.22.1-1_amd64.deb ...
- Unpacking libisl22:amd64 (0.22.1-1) ...
- Selecting previously unselected package libmpfr6:amd64.
- Preparing to unpack .../06-libmpfr6_4.0.2-1_amd64.deb ...
- Unpacking libmpfr6:amd64 (4.0.2-1) ...
- Selecting previously unselected package libmpc3:amd64.
- Preparing to unpack .../07-libmpc3_1.1.0-1_amd64.deb ...
- Unpacking libmpc3:amd64 (1.1.0-1) ...
- Selecting previously unselected package cpp-9.
- Preparing to unpack .../08-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package cpp.
- Preparing to unpack .../09-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
- Unpacking cpp (4:9.3.0-1ubuntu2) ...
- Selecting previously unselected package libcc1-0:amd64.
- Preparing to unpack .../10-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package binutils-common:amd64.
- Preparing to unpack .../11-binutils-common_2.34-6ubuntu1.4_amd64.deb ...
- Unpacking binutils-common:amd64 (2.34-6ubuntu1.4) ...
- Selecting previously unselected package libbinutils:amd64.
- Preparing to unpack .../12-libbinutils_2.34-6ubuntu1.4_amd64.deb ...
- Unpacking libbinutils:amd64 (2.34-6ubuntu1.4) ...
- Selecting previously unselected package libctf-nobfd0:amd64.
- Preparing to unpack .../13-libctf-nobfd0_2.34-6ubuntu1.4_amd64.deb ...
- Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
- Selecting previously unselected package libctf0:amd64.
- Preparing to unpack .../14-libctf0_2.34-6ubuntu1.4_amd64.deb ...
- Unpacking libctf0:amd64 (2.34-6ubuntu1.4) ...
- Selecting previously unselected package binutils-x86-64-linux-gnu.
- Preparing to unpack .../15-binutils-x86-64-linux-gnu_2.34-6ubuntu1.4_amd64.deb ...
- Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
- Selecting previously unselected package binutils.
- Preparing to unpack .../16-binutils_2.34-6ubuntu1.4_amd64.deb ...
- Unpacking binutils (2.34-6ubuntu1.4) ...
- Selecting previously unselected package libgomp1:amd64.
- Preparing to unpack .../17-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libitm1:amd64.
- Preparing to unpack .../18-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libatomic1:amd64.
- Preparing to unpack .../19-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libasan5:amd64.
- Preparing to unpack .../20-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package liblsan0:amd64.
- Preparing to unpack .../21-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libtsan0:amd64.
- Preparing to unpack .../22-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libubsan1:amd64.
- Preparing to unpack .../23-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libquadmath0:amd64.
- Preparing to unpack .../24-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libgcc-9-dev:amd64.
- Preparing to unpack .../25-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package gcc-9.
- Preparing to unpack .../26-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package gcc.
- Preparing to unpack .../27-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
- Unpacking gcc (4:9.3.0-1ubuntu2) ...
- Selecting previously unselected package libdpkg-perl.
- Preparing to unpack .../28-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
- Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
- Selecting previously unselected package make.
- Preparing to unpack .../29-make_4.2.1-1.2_amd64.deb ...
- Unpacking make (4.2.1-1.2) ...
- Selecting previously unselected package dpkg-dev.
- Preparing to unpack .../30-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
- Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
- Selecting previously unselected package libstdc++-9-dev:amd64.
- Preparing to unpack .../31-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package g++-9.
- Preparing to unpack .../32-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package g++.
- Preparing to unpack .../33-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
- Unpacking g++ (4:9.3.0-1ubuntu2) ...
- Selecting previously unselected package build-essential.
- Preparing to unpack .../34-build-essential_12.8ubuntu1.1_amd64.deb ...
- Unpacking build-essential (12.8ubuntu1.1) ...
- Selecting previously unselected package dctrl-tools.
- Preparing to unpack .../35-dctrl-tools_2.24-3_amd64.deb ...
- Unpacking dctrl-tools (2.24-3) ...
- Setting up distro-info-data (0.43ubuntu1.11) ...
- Setting up lsb-release (11.1.0ubuntu2) ...
- Selecting previously unselected package dkms.
- (Reading database ... 17977 files and directories currently installed.)
- Preparing to unpack .../00-dkms_2.8.1-5ubuntu2_all.deb ...
- Unpacking dkms (2.8.1-5ubuntu2) ...
- Selecting previously unselected package amdgpu-core.
- Preparing to unpack .../01-amdgpu-core_1%3a5.3.50300-1483871.20.04_all.deb ...
- Unpacking amdgpu-core (1:5.3.50300-1483871.20.04) ...
- Selecting previously unselected package libva2-amdgpu:amd64.
- Preparing to unpack .../02-libva2-amdgpu_2.8.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libva2-amdgpu:amd64 (2.8.0.50300-1483871.20.04) ...
- Selecting previously unselected package libdrm2-amdgpu:amd64.
- Preparing to unpack .../03-libdrm2-amdgpu_1%3a2.4.112.50300-1483871.20.04_amd64.deb ...
- Unpacking libdrm2-amdgpu:amd64 (1:2.4.112.50300-1483871.20.04) ...
- Selecting previously unselected package libdrm-amdgpu-common.
- Preparing to unpack .../04-libdrm-amdgpu-common_1.0.0.50300-1483871.20.04_all.deb ...
- Unpacking libdrm-amdgpu-common (1.0.0.50300-1483871.20.04) ...
- Selecting previously unselected package libdrm-amdgpu-amdgpu1:amd64.
- Preparing to unpack .../05-libdrm-amdgpu-amdgpu1_1%3a2.4.112.50300-1483871.20.04_amd64.deb ...
- Unpacking libdrm-amdgpu-amdgpu1:amd64 (1:2.4.112.50300-1483871.20.04) ...
- Selecting previously unselected package libdrm-amdgpu-radeon1:amd64.
- Preparing to unpack .../06-libdrm-amdgpu-radeon1_1%3a2.4.112.50300-1483871.20.04_amd64.deb ...
- Unpacking libdrm-amdgpu-radeon1:amd64 (1:2.4.112.50300-1483871.20.04) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../07-libelf1_0.176-1.1build1_amd64.deb ...
- Unpacking libelf1:amd64 (0.176-1.1build1) ...
- Selecting previously unselected package libllvm15.0.50300-amdgpu:amd64.
- Preparing to unpack .../08-libllvm15.0.50300-amdgpu_1%3a15.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libllvm15.0.50300-amdgpu:amd64 (1:15.0.50300-1483871.20.04) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../09-libx11-xcb1_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../10-libxcb-dri2-0_1.14-2_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../11-libxcb-dri3-0_1.14-2_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../12-libxcb-present0_1.14-2_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../13-libxcb-sync1_1.14-2_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../14-libxcb-xfixes0_1.14-2_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.14-2) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../15-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package mesa-amdgpu-va-drivers:amd64.
- Preparing to unpack .../16-mesa-amdgpu-va-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking mesa-amdgpu-va-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libglapi-amdgpu-mesa:amd64.
- Preparing to unpack .../17-libglapi-amdgpu-mesa_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libglapi-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up amdgpu-core (1:5.3.50300-1483871.20.04) ...
- Setting up libva2-amdgpu:amd64 (2.8.0.50300-1483871.20.04) ...
- Setting up libdrm2-amdgpu:amd64 (1:2.4.112.50300-1483871.20.04) ...
- Setting up libdrm-amdgpu-common (1.0.0.50300-1483871.20.04) ...
- Setting up libdrm-amdgpu-amdgpu1:amd64 (1:2.4.112.50300-1483871.20.04) ...
- Setting up libdrm-amdgpu-radeon1:amd64 (1:2.4.112.50300-1483871.20.04) ...
- Setting up libelf1:amd64 (0.176-1.1build1) ...
- Setting up libllvm15.0.50300-amdgpu:amd64 (1:15.0.50300-1483871.20.04) ...
- Setting up libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.2) ...
- Setting up libxcb-dri2-0:amd64 (1.14-2) ...
- Setting up libxcb-dri3-0:amd64 (1.14-2) ...
- Setting up libxcb-present0:amd64 (1.14-2) ...
- Setting up libxcb-sync1:amd64 (1.14-2) ...
- Setting up libxcb-xfixes0:amd64 (1.14-2) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up mesa-amdgpu-va-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libgl1-amdgpu-mesa-dri:amd64.
- (Reading database ... 18135 files and directories currently installed.)
- Preparing to unpack .../000-libgl1-amdgpu-mesa-dri_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libgl1-amdgpu-mesa-dri:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libvdpau1:amd64.
- Preparing to unpack .../001-libvdpau1_1.3-1ubuntu2_amd64.deb ...
- Unpacking libvdpau1:amd64 (1.3-1ubuntu2) ...
- Selecting previously unselected package mesa-amdgpu-vdpau-drivers:amd64.
- Preparing to unpack .../002-mesa-amdgpu-vdpau-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking mesa-amdgpu-vdpau-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../003-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../004-dbus_1.12.16-2ubuntu2.3_amd64.deb ...
- Unpacking dbus (1.12.16-2ubuntu2.3) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../005-dmsetup_2%3a1.02.167-1ubuntu1_amd64.deb ...
- Unpacking dmsetup (2:1.02.167-1ubuntu1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../006-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../007-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../008-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Selecting previously unselected package libcap2-bin.
- Preparing to unpack .../009-libcap2-bin_1%3a2.32-1_amd64.deb ...
- Unpacking libcap2-bin (1:2.32-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../010-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
- Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
- Selecting previously unselected package libicu66:amd64.
- Preparing to unpack .../011-libicu66_66.1-2ubuntu2.1_amd64.deb ...
- Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../012-libnss-systemd_245.4-4ubuntu3.19_amd64.deb ...
- Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.19) ...
- Selecting previously unselected package libpam-cap:amd64.
- Preparing to unpack .../013-libpam-cap_1%3a2.32-1_amd64.deb ...
- Unpacking libpam-cap:amd64 (1:2.32-1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../014-libpam-systemd_245.4-4ubuntu3.19_amd64.deb ...
- Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
- Selecting previously unselected package libpopt0:amd64.
- Preparing to unpack .../015-libpopt0_1.16-14_amd64.deb ...
- Unpacking libpopt0:amd64 (1.16-14) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../016-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
- Selecting previously unselected package python3-dbus.
- Preparing to unpack .../017-python3-dbus_1.2.16-1build1_amd64.deb ...
- Unpacking python3-dbus (1.2.16-1build1) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../018-python3-gi_3.36.0-1_amd64.deb ...
- Unpacking python3-gi (3.36.0-1) ...
- Selecting previously unselected package networkd-dispatcher.
- Preparing to unpack .../019-networkd-dispatcher_2.1-2~ubuntu20.04.3_all.deb ...
- Unpacking networkd-dispatcher (2.1-2~ubuntu20.04.3) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../020-shared-mime-info_1.15-1_amd64.deb ...
- Unpacking shared-mime-info (1.15-1) ...
- Selecting previously unselected package sudo.
- Preparing to unpack .../021-sudo_1.8.31-1ubuntu1.4_amd64.deb ...
- Unpacking sudo (1.8.31-1ubuntu1.4) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../022-ucf_3.0038+nmu1_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0038+nmu1) ...
- Selecting previously unselected package udev.
- Preparing to unpack .../023-udev_245.4-4ubuntu3.19_amd64.deb ...
- Unpacking udev (245.4-4ubuntu3.19) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../024-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../025-xkb-data_2.29-2_all.deb ...
- Unpacking xkb-data (2.29-2) ...
- Selecting previously unselected package cpio.
- Preparing to unpack .../026-cpio_2.13+dfsg-2ubuntu0.3_amd64.deb ...
- Unpacking cpio (2.13+dfsg-2ubuntu0.3) ...
- Selecting previously unselected package gettext-base.
- Preparing to unpack .../027-gettext-base_0.19.8.1-10build1_amd64.deb ...
- Unpacking gettext-base (0.19.8.1-10build1) ...
- Selecting previously unselected package iso-codes.
- Preparing to unpack .../028-iso-codes_4.4-1_all.deb ...
- Unpacking iso-codes (4.4-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../029-libdrm-common_2.4.107-8ubuntu1~20.04.2_all.deb ...
- Unpacking libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../030-libdrm2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libfuse2:amd64.
- Preparing to unpack .../031-libfuse2_2.9.9-3_amd64.deb ...
- Unpacking libfuse2:amd64 (2.9.9-3) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../032-libnuma1_2.0.12-1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.12-1) ...
- Selecting previously unselected package pci.ids.
- Preparing to unpack .../033-pci.ids_0.0~2020.03.20-1_all.deb ...
- Unpacking pci.ids (0.0~2020.03.20-1) ...
- Selecting previously unselected package libpci3:amd64.
- Preparing to unpack .../034-libpci3_1%3a3.6.4-1ubuntu0.20.04.1_amd64.deb ...
- Unpacking libpci3:amd64 (1:3.6.4-1ubuntu0.20.04.1) ...
- Selecting previously unselected package libpng16-16:amd64.
- Preparing to unpack .../035-libpng16-16_1.6.37-2_amd64.deb ...
- Unpacking libpng16-16:amd64 (1.6.37-2) ...
- Selecting previously unselected package pciutils.
- Preparing to unpack .../036-pciutils_1%3a3.6.4-1ubuntu0.20.04.1_amd64.deb ...
- Unpacking pciutils (1:3.6.4-1ubuntu0.20.04.1) ...
- Selecting previously unselected package libsigsegv2:amd64.
- Preparing to unpack .../037-libsigsegv2_2.12-2_amd64.deb ...
- Unpacking libsigsegv2:amd64 (2.12-2) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../038-m4_1.4.18-4_amd64.deb ...
- Unpacking m4 (1.4.18-4) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../039-autoconf_2.69-11.1_all.deb ...
- Unpacking autoconf (2.69-11.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../040-autotools-dev_20180224.1_all.deb ...
- Unpacking autotools-dev (20180224.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../041-automake_1%3a1.16.1-4ubuntu6_all.deb ...
- Unpacking automake (1:1.16.1-4ubuntu6) ...
- Selecting previously unselected package busybox-initramfs.
- Preparing to unpack .../042-busybox-initramfs_1%3a1.30.1-4ubuntu6.4_amd64.deb ...
- Unpacking busybox-initramfs (1:1.30.1-4ubuntu6.4) ...
- Selecting previously unselected package initramfs-tools-bin.
- Preparing to unpack .../043-initramfs-tools-bin_0.136ubuntu6.7_amd64.deb ...
- Unpacking initramfs-tools-bin (0.136ubuntu6.7) ...
- Selecting previously unselected package libklibc:amd64.
- Preparing to unpack .../044-libklibc_2.0.7-1ubuntu5.1_amd64.deb ...
- Unpacking libklibc:amd64 (2.0.7-1ubuntu5.1) ...
- Selecting previously unselected package klibc-utils.
- Preparing to unpack .../045-klibc-utils_2.0.7-1ubuntu5.1_amd64.deb ...
- Unpacking klibc-utils (2.0.7-1ubuntu5.1) ...
- Selecting previously unselected package lz4.
- Preparing to unpack .../046-lz4_1.9.2-2ubuntu0.20.04.1_amd64.deb ...
- Unpacking lz4 (1.9.2-2ubuntu0.20.04.1) ...
- Selecting previously unselected package initramfs-tools-core.
- Preparing to unpack .../047-initramfs-tools-core_0.136ubuntu6.7_all.deb ...
- Unpacking initramfs-tools-core (0.136ubuntu6.7) ...
- Selecting previously unselected package linux-base.
- Preparing to unpack .../048-linux-base_4.5ubuntu3.7_all.deb ...
- Unpacking linux-base (4.5ubuntu3.7) ...
- Selecting previously unselected package initramfs-tools.
- Preparing to unpack .../049-initramfs-tools_0.136ubuntu6.7_all.deb ...
- Unpacking initramfs-tools (0.136ubuntu6.7) ...
- Selecting previously unselected package libefivar1:amd64.
- Preparing to unpack .../050-libefivar1_37-2ubuntu2.2_amd64.deb ...
- Unpacking libefivar1:amd64 (37-2ubuntu2.2) ...
- Selecting previously unselected package libefiboot1:amd64.
- Preparing to unpack .../051-libefiboot1_37-2ubuntu2.2_amd64.deb ...
- Unpacking libefiboot1:amd64 (37-2ubuntu2.2) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../052-libfreetype6_2.10.1-2ubuntu0.2_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.2) ...
- Selecting previously unselected package grub-common.
- Preparing to unpack .../053-grub-common_2.04-1ubuntu26.16_amd64.deb ...
- Unpacking grub-common (2.04-1ubuntu26.16) ...
- Selecting previously unselected package grub-efi-amd64-bin.
- Preparing to unpack .../054-grub-efi-amd64-bin_2.06-2ubuntu14_amd64.deb ...
- Unpacking grub-efi-amd64-bin (2.06-2ubuntu14) ...
- Selecting previously unselected package grub2-common.
- Preparing to unpack .../055-grub2-common_2.04-1ubuntu26.16_amd64.deb ...
- Unpacking grub2-common (2.04-1ubuntu26.16) ...
- Selecting previously unselected package grub-efi-amd64.
- Preparing to unpack .../056-grub-efi-amd64_2.06-2ubuntu14_amd64.deb ...
- Unpacking grub-efi-amd64 (2.06-2ubuntu14) ...
- Selecting previously unselected package grub-efi-amd64-signed.
- Preparing to unpack .../057-grub-efi-amd64-signed_1.187.2~20.04.2+2.06-2ubuntu14_amd64.deb ...
- Unpacking grub-efi-amd64-signed (1.187.2~20.04.2+2.06-2ubuntu14) ...
- Selecting previously unselected package mokutil.
- Preparing to unpack .../058-mokutil_0.3.0+1538710437.fb6250f-1_amd64.deb ...
- Unpacking mokutil (0.3.0+1538710437.fb6250f-1) ...
- Selecting previously unselected package sbsigntool.
- Preparing to unpack .../059-sbsigntool_0.9.2-2ubuntu1.1_amd64.deb ...
- Unpacking sbsigntool (0.9.2-2ubuntu1.1) ...
- Selecting previously unselected package shim-signed.
- Preparing to unpack .../060-shim-signed_1.40.7+15.4-0ubuntu9_amd64.deb ...
- Unpacking shim-signed (1.40.7+15.4-0ubuntu9) ...
- Selecting previously unselected package amdgpu-dkms-firmware.
- Preparing to unpack .../061-amdgpu-dkms-firmware_1%3a5.18.2.22.40.50300-1483871.20.04_all.deb ...
- Unpacking amdgpu-dkms-firmware (1:5.18.2.22.40.50300-1483871.20.04) ...
- Selecting previously unselected package amdgpu-dkms.
- Preparing to unpack .../062-amdgpu-dkms_1%3a5.18.2.22.40.50300-1483871.20.04_all.deb ...
- Unpacking amdgpu-dkms (1:5.18.2.22.40.50300-1483871.20.04) ...
- Selecting previously unselected package libwayland-amdgpu-client0:amd64.
- Preparing to unpack .../063-libwayland-amdgpu-client0_1.20.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libwayland-amdgpu-client0:amd64 (1.20.0.50300-1483871.20.04) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../064-libwayland-client0_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-amdgpu-server0:amd64.
- Preparing to unpack .../065-libwayland-amdgpu-server0_1.20.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libwayland-amdgpu-server0:amd64 (1.20.0.50300-1483871.20.04) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../066-libwayland-server0_1.18.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-amdgpu-egl1:amd64.
- Preparing to unpack .../067-libwayland-amdgpu-egl1_1.20.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libwayland-amdgpu-egl1:amd64 (1.20.0.50300-1483871.20.04) ...
- Selecting previously unselected package libxatracker2-amdgpu:amd64.
- Preparing to unpack .../068-libxatracker2-amdgpu_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libxatracker2-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libgbm1-amdgpu:amd64.
- Preparing to unpack .../069-libgbm1-amdgpu_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libgbm1-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../070-libxcb-randr0_1.14-2_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.14-2) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../071-libglvnd0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../072-libgbm1_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../073-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../074-libegl-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../075-libegl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libegl1-amdgpu-mesa:amd64.
- Preparing to unpack .../076-libegl1-amdgpu-mesa_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libegl1-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libegl1-amdgpu-mesa-drivers:amd64.
- Preparing to unpack .../077-libegl1-amdgpu-mesa-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libegl1-amdgpu-mesa-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../078-libxcb-glx0_1.14-2_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.14-2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../079-libxcb-shm0_1.14-2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-2) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../080-libxfixes3_1%3a5.0.3-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:5.0.3-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../081-libxxf86vm1_1%3a1.1.4-1build1_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1build1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../082-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../083-libpciaccess0_0.16-0ubuntu1_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.16-0ubuntu1) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../084-libdrm-intel1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../085-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../086-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package libllvm12:amd64.
- Preparing to unpack .../087-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_amd64.deb ...
- Unpacking libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../088-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../089-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../090-libvulkan1_1.2.131.2-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.2.131.2-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../091-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../092-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../093-libglx0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../094-libgl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgl1-amdgpu-mesa-glx:amd64.
- Preparing to unpack .../095-libgl1-amdgpu-mesa-glx_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking libgl1-amdgpu-mesa-glx:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package libomxil-bellagio0.
- Preparing to unpack .../096-libomxil-bellagio0_0.9.3-4.1ubuntu1_amd64.deb ...
- Unpacking libomxil-bellagio0 (0.9.3-4.1ubuntu1) ...
- Selecting previously unselected package mesa-amdgpu-omx-drivers:amd64.
- Preparing to unpack .../097-mesa-amdgpu-omx-drivers_1%3a22.3.0.50300-1483871.20.04_amd64.deb ...
- Unpacking mesa-amdgpu-omx-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../098-x11-common_1%3a7.7+19ubuntu14_all.deb ...
- dpkg-query: no packages found matching nux-tools
- Unpacking x11-common (1:7.7+19ubuntu14) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../099-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../100-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../101-libxt6_1%3a1.1.5-1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.1.5-1) ...
- Selecting previously unselected package libxmu6:amd64.
- Preparing to unpack .../102-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ...
- Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../103-libxpm4_1%3a3.5.12-1ubuntu0.20.04.1_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.1) ...
- Selecting previously unselected package libxaw7:amd64.
- Preparing to unpack .../104-libxaw7_2%3a1.0.13-1_amd64.deb ...
- Unpacking libxaw7:amd64 (2:1.0.13-1) ...
- Selecting previously unselected package libxkbfile1:amd64.
- Preparing to unpack .../105-libxkbfile1_1%3a1.1.0-1_amd64.deb ...
- Unpacking libxkbfile1:amd64 (1:1.1.0-1) ...
- Selecting previously unselected package x11-xkb-utils.
- Preparing to unpack .../106-x11-xkb-utils_7.7+5_amd64.deb ...
- Unpacking x11-xkb-utils (7.7+5) ...
- Selecting previously unselected package xserver-common.
- Preparing to unpack .../107-xserver-common_2%3a1.20.13-1ubuntu1~20.04.6_all.deb ...
- Unpacking xserver-common (2:1.20.13-1ubuntu1~20.04.6) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../108-libepoxy0_1.5.4-1_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.4-1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../109-libpixman-1-0_0.38.4-0ubuntu2.1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
- Selecting previously unselected package libunwind8:amd64.
- Preparing to unpack .../110-libunwind8_1.2.1-9build1_amd64.deb ...
- Unpacking libunwind8:amd64 (1.2.1-9build1) ...
- Selecting previously unselected package libfontenc1:amd64.
- Preparing to unpack .../111-libfontenc1_1%3a1.1.4-0ubuntu1_amd64.deb ...
- Unpacking libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
- Selecting previously unselected package libxfont2:amd64.
- Preparing to unpack .../112-libxfont2_1%3a2.0.3-1_amd64.deb ...
- Unpacking libxfont2:amd64 (1:2.0.3-1) ...
- Selecting previously unselected package xserver-xorg-core.
- Preparing to unpack .../113-xserver-xorg-core_2%3a1.20.13-1ubuntu1~20.04.6_amd64.deb ...
- Unpacking xserver-xorg-core (2:1.20.13-1ubuntu1~20.04.6) ...
- Selecting previously unselected package xserver-xorg-amdgpu-video-amdgpu.
- Preparing to unpack .../114-xserver-xorg-amdgpu-video-amdgpu_1%3a22.0.0.50300-1483871.20.04_amd64.deb ...
- Unpacking xserver-xorg-amdgpu-video-amdgpu (1:22.0.0.50300-1483871.20.04) ...
- Selecting previously unselected package libgstreamer1.0-0:amd64.
- Preparing to unpack .../115-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
- Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
- Selecting previously unselected package liborc-0.4-0:amd64.
- Preparing to unpack .../116-liborc-0.4-0_1%3a0.4.31-1_amd64.deb ...
- Unpacking liborc-0.4-0:amd64 (1:0.4.31-1) ...
- Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
- Preparing to unpack .../117-libgstreamer-plugins-base1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
- Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
- Selecting previously unselected package gst-omx-amdgpu.
- Preparing to unpack .../118-gst-omx-amdgpu_1%3a1.0.0.1.50300-1483871.20.04_amd64.deb ...
- Unpacking gst-omx-amdgpu (1:1.0.0.1.50300-1483871.20.04) ...
- Selecting previously unselected package amdgpu-lib.
- Preparing to unpack .../119-amdgpu-lib_1%3a5.3.50300-1483871.20.04_amd64.deb ...
- Unpacking amdgpu-lib (1:5.3.50300-1483871.20.04) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../120-libncurses-dev_6.2-0ubuntu2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.2-0ubuntu2) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../121-libtinfo-dev_6.2-0ubuntu2_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.2-0ubuntu2) ...
- Selecting previously unselected package rocm-core.
- Preparing to unpack .../122-rocm-core_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-core (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package comgr.
- Preparing to unpack .../123-comgr_2.4.0.50300-63~20.04_amd64.deb ...
- Unpacking comgr (2.4.0.50300-63~20.04) ...
- Selecting previously unselected package libassuan0:amd64.
- Preparing to unpack .../124-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
- Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
- Selecting previously unselected package gpgconf.
- Preparing to unpack .../125-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package libksba8:amd64.
- Preparing to unpack .../126-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
- Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
- Selecting previously unselected package libnpth0:amd64.
- Preparing to unpack .../127-libnpth0_1.6-1_amd64.deb ...
- Unpacking libnpth0:amd64 (1.6-1) ...
- Selecting previously unselected package dirmngr.
- Preparing to unpack .../128-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package efibootmgr.
- Preparing to unpack .../129-efibootmgr_17-1_amd64.deb ...
- Unpacking efibootmgr (17-1) ...
- Selecting previously unselected package libfakeroot:amd64.
- Preparing to unpack .../130-libfakeroot_1.24-1_amd64.deb ...
- Unpacking libfakeroot:amd64 (1.24-1) ...
- Selecting previously unselected package fakeroot.
- Preparing to unpack .../131-fakeroot_1.24-1_amd64.deb ...
- Unpacking fakeroot (1.24-1) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../132-fonts-dejavu-core_2.37-1_all.deb ...
- Unpacking fonts-dejavu-core (2.37-1) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../133-fontconfig-config_2.13.1-2ubuntu3_all.deb ...
- Unpacking fontconfig-config (2.13.1-2ubuntu3) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../134-libc6-i386_2.31-0ubuntu9.9_amd64.deb ...
- Unpacking libc6-i386 (2.31-0ubuntu9.9) ...
- Selecting previously unselected package libc6-dev-i386.
- Preparing to unpack .../135-libc6-dev-i386_2.31-0ubuntu9.9_amd64.deb ...
- Unpacking libc6-dev-i386 (2.31-0ubuntu9.9) ...
- Selecting previously unselected package libc6-x32.
- Preparing to unpack .../136-libc6-x32_2.31-0ubuntu9.9_amd64.deb ...
- Unpacking libc6-x32 (2.31-0ubuntu9.9) ...
- Selecting previously unselected package libc6-dev-x32.
- Preparing to unpack .../137-libc6-dev-x32_2.31-0ubuntu9.9_amd64.deb ...
- Unpacking libc6-dev-x32 (2.31-0ubuntu9.9) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../138-lib32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libx32gcc-s1.
- Preparing to unpack .../139-libx32gcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libx32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package lib32gomp1.
- Preparing to unpack .../140-lib32gomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking lib32gomp1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libx32gomp1.
- Preparing to unpack .../141-libx32gomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libx32gomp1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package lib32itm1.
- Preparing to unpack .../142-lib32itm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking lib32itm1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libx32itm1.
- Preparing to unpack .../143-libx32itm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libx32itm1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package lib32atomic1.
- Preparing to unpack .../144-lib32atomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking lib32atomic1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libx32atomic1.
- Preparing to unpack .../145-libx32atomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libx32atomic1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package lib32asan5.
- Preparing to unpack .../146-lib32asan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking lib32asan5 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package libx32asan5.
- Preparing to unpack .../147-libx32asan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking libx32asan5 (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../148-lib32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking lib32stdc++6 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package lib32ubsan1.
- Preparing to unpack .../149-lib32ubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking lib32ubsan1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libx32stdc++6.
- Preparing to unpack .../150-libx32stdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libx32stdc++6 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libx32ubsan1.
- Preparing to unpack .../151-libx32ubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libx32ubsan1 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package lib32quadmath0.
- Preparing to unpack .../152-lib32quadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking lib32quadmath0 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libx32quadmath0.
- Preparing to unpack .../153-libx32quadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libx32quadmath0 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package lib32gcc-9-dev.
- Preparing to unpack .../154-lib32gcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking lib32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package libx32gcc-9-dev.
- Preparing to unpack .../155-libx32gcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking libx32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package gcc-9-multilib.
- Preparing to unpack .../156-gcc-9-multilib_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking gcc-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package lib32stdc++-9-dev.
- Preparing to unpack .../157-lib32stdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking lib32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package libx32stdc++-9-dev.
- Preparing to unpack .../158-libx32stdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking libx32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package g++-9-multilib.
- Preparing to unpack .../159-g++-9-multilib_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
- Unpacking g++-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
- Selecting previously unselected package gcc-multilib.
- Preparing to unpack .../160-gcc-multilib_4%3a9.3.0-1ubuntu2_amd64.deb ...
- Unpacking gcc-multilib (4:9.3.0-1ubuntu2) ...
- Selecting previously unselected package g++-multilib.
- Preparing to unpack .../161-g++-multilib_4%3a9.3.0-1ubuntu2_amd64.deb ...
- Unpacking g++-multilib (4:9.3.0-1ubuntu2) ...
- Selecting previously unselected package gcc-7-base:amd64.
- Preparing to unpack .../162-gcc-7-base_7.5.0-6ubuntu2_amd64.deb ...
- Unpacking gcc-7-base:amd64 (7.5.0-6ubuntu2) ...
- Selecting previously unselected package gcc-8-base:amd64.
- Preparing to unpack .../163-gcc-8-base_8.4.0-3ubuntu2_amd64.deb ...
- Unpacking gcc-8-base:amd64 (8.4.0-3ubuntu2) ...
- Selecting previously unselected package gnupg-l10n.
- Preparing to unpack .../164-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
- Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package gnupg-utils.
- Preparing to unpack .../165-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package gpg.
- Preparing to unpack .../166-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking gpg (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package pinentry-curses.
- Preparing to unpack .../167-pinentry-curses_1.1.0-3build1_amd64.deb ...
- Unpacking pinentry-curses (1.1.0-3build1) ...
- Selecting previously unselected package gpg-agent.
- Preparing to unpack .../168-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package gpg-wks-client.
- Preparing to unpack .../169-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package gpg-wks-server.
- Preparing to unpack .../170-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package gpgsm.
- Preparing to unpack .../171-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
- Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package gnupg.
- Preparing to unpack .../172-gnupg_2.2.19-3ubuntu2.2_all.deb ...
- Unpacking gnupg (2.2.19-3ubuntu2.2) ...
- Selecting previously unselected package libcdparanoia0:amd64.
- Preparing to unpack .../173-libcdparanoia0_3.10.2+debian-13_amd64.deb ...
- Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../174-libogg0_1.3.4-0ubuntu1_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.4-0ubuntu1) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../175-libopus0_1.3.1-0ubuntu1_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-0ubuntu1) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../176-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../177-libxcb-render0_1.14-2_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../178-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../179-libcairo2_1.16.0-4ubuntu1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ...
- Selecting previously unselected package libtheora0:amd64.
- Preparing to unpack .../180-libtheora0_1.1.1+dfsg.1-15ubuntu2_amd64.deb ...
- Unpacking libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ...
- Selecting previously unselected package libvisual-0.4-0:amd64.
- Preparing to unpack .../181-libvisual-0.4-0_0.4.0-17_amd64.deb ...
- Unpacking libvisual-0.4-0:amd64 (0.4.0-17) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../182-libvorbis0a_1.3.6-2ubuntu1_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../183-libvorbisenc2_1.3.6-2ubuntu1_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
- Selecting previously unselected package gstreamer1.0-plugins-base:amd64.
- Preparing to unpack .../184-gstreamer1.0-plugins-base_1.16.3-0ubuntu1.1_amd64.deb ...
- Unpacking gstreamer1.0-plugins-base:amd64 (1.16.3-0ubuntu1.1) ...
- Selecting previously unselected package liburi-encode-perl.
- Preparing to unpack .../185-liburi-encode-perl_1.1.1-1_all.deb ...
- Unpacking liburi-encode-perl (1.1.1-1) ...
- Selecting previously unselected package libipc-system-simple-perl.
- Preparing to unpack .../186-libipc-system-simple-perl_1.26-1_all.deb ...
- Unpacking libipc-system-simple-perl (1.26-1) ...
- Selecting previously unselected package libfile-basedir-perl.
- Preparing to unpack .../187-libfile-basedir-perl_0.08-1_all.deb ...
- Unpacking libfile-basedir-perl (0.08-1) ...
- Selecting previously unselected package libfile-copy-recursive-perl.
- Preparing to unpack .../188-libfile-copy-recursive-perl_0.45-1_all.deb ...
- Unpacking libfile-copy-recursive-perl (0.45-1) ...
- Selecting previously unselected package libtimedate-perl.
- Preparing to unpack .../189-libtimedate-perl_2.3200-1_all.deb ...
- Unpacking libtimedate-perl (2.3200-1) ...
- Selecting previously unselected package libhttp-date-perl.
- Preparing to unpack .../190-libhttp-date-perl_6.05-1_all.deb ...
- Unpacking libhttp-date-perl (6.05-1) ...
- Selecting previously unselected package libfile-listing-perl.
- Preparing to unpack .../191-libfile-listing-perl_6.04-1_all.deb ...
- Unpacking libfile-listing-perl (6.04-1) ...
- Selecting previously unselected package libfile-which-perl.
- Preparing to unpack .../192-libfile-which-perl_1.23-1_all.deb ...
- Unpacking libfile-which-perl (1.23-1) ...
- Selecting previously unselected package hip-dev.
- Preparing to unpack .../193-hip-dev_5.3.22061.50300-63~20.04_amd64.deb ...
- Unpacking hip-dev (5.3.22061.50300-63~20.04) ...
- Selecting previously unselected package hip-doc.
- Preparing to unpack .../194-hip-doc_5.3.22061.50300-63~20.04_amd64.deb ...
- Unpacking hip-doc (5.3.22061.50300-63~20.04) ...
- Selecting previously unselected package hsa-rocr.
- Preparing to unpack .../195-hsa-rocr_1.7.0.50300-63~20.04_amd64.deb ...
- Unpacking hsa-rocr (1.7.0.50300-63~20.04) ...
- Selecting previously unselected package libpciaccess-dev:amd64.
- Preparing to unpack .../196-libpciaccess-dev_0.16-0ubuntu1_amd64.deb ...
- Unpacking libpciaccess-dev:amd64 (0.16-0ubuntu1) ...
- Selecting previously unselected package libdrm-dev:amd64.
- Preparing to unpack .../197-libdrm-dev_2.4.107-8ubuntu1~20.04.2_amd64.deb ...
- Unpacking libdrm-dev:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Selecting previously unselected package hsakmt-roct-dev.
- Preparing to unpack .../198-hsakmt-roct-dev_20220803.1.8.50300-63~20.04_amd64.deb ...
- Unpacking hsakmt-roct-dev (20220803.1.8.50300-63~20.04) ...
- Selecting previously unselected package hsa-rocr-dev.
- Preparing to unpack .../199-hsa-rocr-dev_1.7.0.50300-63~20.04_amd64.deb ...
- Unpacking hsa-rocr-dev (1.7.0.50300-63~20.04) ...
- Selecting previously unselected package rocminfo.
- Preparing to unpack .../200-rocminfo_1.0.0.50300-63~20.04_amd64.deb ...
- Unpacking rocminfo (1.0.0.50300-63~20.04) ...
- Selecting previously unselected package libasan4:amd64.
- Preparing to unpack .../201-libasan4_7.5.0-6ubuntu2_amd64.deb ...
- Unpacking libasan4:amd64 (7.5.0-6ubuntu2) ...
- Selecting previously unselected package libubsan0:amd64.
- Preparing to unpack .../202-libubsan0_7.5.0-6ubuntu2_amd64.deb ...
- Unpacking libubsan0:amd64 (7.5.0-6ubuntu2) ...
- Selecting previously unselected package libcilkrts5:amd64.
- Preparing to unpack .../203-libcilkrts5_7.5.0-6ubuntu2_amd64.deb ...
- Unpacking libcilkrts5:amd64 (7.5.0-6ubuntu2) ...
- Selecting previously unselected package libmpx2:amd64.
- Preparing to unpack .../204-libmpx2_8.4.0-3ubuntu2_amd64.deb ...
- Unpacking libmpx2:amd64 (8.4.0-3ubuntu2) ...
- Selecting previously unselected package libgcc-7-dev:amd64.
- Preparing to unpack .../205-libgcc-7-dev_7.5.0-6ubuntu2_amd64.deb ...
- Unpacking libgcc-7-dev:amd64 (7.5.0-6ubuntu2) ...
- Selecting previously unselected package libstdc++-7-dev:amd64.
- Preparing to unpack .../206-libstdc++-7-dev_7.5.0-6ubuntu2_amd64.deb ...
- Unpacking libstdc++-7-dev:amd64 (7.5.0-6ubuntu2) ...
- Selecting previously unselected package rocm-llvm.
- Preparing to unpack .../207-rocm-llvm_15.0.0.22362.50300-63~20.04_amd64.deb ...
- Unpacking rocm-llvm (15.0.0.22362.50300-63~20.04) ...
- Selecting previously unselected package hip-runtime-amd.
- Preparing to unpack .../208-hip-runtime-amd_5.3.22061.50300-63~20.04_amd64.deb ...
- Unpacking hip-runtime-amd (5.3.22061.50300-63~20.04) ...
- Selecting previously unselected package hip-samples.
- Preparing to unpack .../209-hip-samples_5.3.22061.50300-63~20.04_amd64.deb ...
- Unpacking hip-samples (5.3.22061.50300-63~20.04) ...
- Selecting previously unselected package rocblas.
- Preparing to unpack .../210-rocblas_2.45.0.50300-63~20.04_amd64.deb ...
- Unpacking rocblas (2.45.0.50300-63~20.04) ...
- Selecting previously unselected package rocsolver.
- Preparing to unpack .../211-rocsolver_3.19.0.50300-63~20.04_amd64.deb ...
- Unpacking rocsolver (3.19.0.50300-63~20.04) ...
- Selecting previously unselected package hipblas.
- Preparing to unpack .../212-hipblas_0.52.0.50300-63~20.04_amd64.deb ...
- Unpacking hipblas (0.52.0.50300-63~20.04) ...
- Selecting previously unselected package hipblas-dev.
- Preparing to unpack .../213-hipblas-dev_0.52.0.50300-63~20.04_amd64.deb ...
- Unpacking hipblas-dev (0.52.0.50300-63~20.04) ...
- Selecting previously unselected package rocprim-dev.
- Preparing to unpack .../214-rocprim-dev_2.10.9.50300-63~20.04_amd64.deb ...
- Unpacking rocprim-dev (2.10.9.50300-63~20.04) ...
- Selecting previously unselected package hipcub-dev.
- Preparing to unpack .../215-hipcub-dev_2.10.12.50300-63~20.04_amd64.deb ...
- Unpacking hipcub-dev (2.10.12.50300-63~20.04) ...
- Selecting previously unselected package hipfft.
- Preparing to unpack .../216-hipfft_1.0.9.50300-63~20.04_amd64.deb ...
- Unpacking hipfft (1.0.9.50300-63~20.04) ...
- Selecting previously unselected package hipfft-dev.
- Preparing to unpack .../217-hipfft-dev_1.0.9.50300-63~20.04_amd64.deb ...
- Unpacking hipfft-dev (1.0.9.50300-63~20.04) ...
- Selecting previously unselected package hipfort.
- Preparing to unpack .../218-hipfort_0.4.0.50300-63~20.04_amd64.deb ...
- Unpacking hipfort (0.4.0.50300-63~20.04) ...
- Selecting previously unselected package hipfort-dev.
- Preparing to unpack .../219-hipfort-dev_0.4.0.50300-63~20.04_amd64.deb ...
- Unpacking hipfort-dev (0.4.0.50300-63~20.04) ...
- Selecting previously unselected package hipify-clang.
- Preparing to unpack .../220-hipify-clang_15.0.0.50300-63~20.04_amd64.deb ...
- Unpacking hipify-clang (15.0.0.50300-63~20.04) ...
- Selecting previously unselected package hipsolver.
- Preparing to unpack .../221-hipsolver_1.5.0.50300-63~20.04_amd64.deb ...
- Unpacking hipsolver (1.5.0.50300-63~20.04) ...
- Selecting previously unselected package hipsolver-dev.
- Preparing to unpack .../222-hipsolver-dev_1.5.0.50300-63~20.04_amd64.deb ...
- Unpacking hipsolver-dev (1.5.0.50300-63~20.04) ...
- Selecting previously unselected package rocsparse.
- Preparing to unpack .../223-rocsparse_2.3.3.50300-63~20.04_amd64.deb ...
- Unpacking rocsparse (2.3.3.50300-63~20.04) ...
- Selecting previously unselected package hipsparse.
- Preparing to unpack .../224-hipsparse_2.3.2.50300-63~20.04_amd64.deb ...
- Unpacking hipsparse (2.3.2.50300-63~20.04) ...
- Selecting previously unselected package hipsparse-dev.
- Preparing to unpack .../225-hipsparse-dev_2.3.2.50300-63~20.04_amd64.deb ...
- Unpacking hipsparse-dev (2.3.2.50300-63~20.04) ...
- Selecting previously unselected package hsa-amd-aqlprofile.
- Preparing to unpack .../226-hsa-amd-aqlprofile_1.0.0.50300-63~20.04_amd64.deb ...
- Unpacking hsa-amd-aqlprofile (1.0.0.50300-63~20.04) ...
- Selecting previously unselected package libalgorithm-diff-perl.
- Preparing to unpack .../227-libalgorithm-diff-perl_1.19.03-2_all.deb ...
- Unpacking libalgorithm-diff-perl (1.19.03-2) ...
- Selecting previously unselected package libalgorithm-diff-xs-perl.
- Preparing to unpack .../228-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
- Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
- Selecting previously unselected package libalgorithm-merge-perl.
- Preparing to unpack .../229-libalgorithm-merge-perl_0.08-3_all.deb ...
- Unpacking libalgorithm-merge-perl (0.08-3) ...
- Selecting previously unselected package libdw1:amd64.
- Preparing to unpack .../230-libdw1_0.176-1.1build1_amd64.deb ...
- Unpacking libdw1:amd64 (0.176-1.1build1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../231-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.5_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
- Selecting previously unselected package libelf-dev:amd64.
- Preparing to unpack .../232-libelf-dev_0.176-1.1build1_amd64.deb ...
- Unpacking libelf-dev:amd64 (0.176-1.1build1) ...
- Selecting previously unselected package libfile-fcntllock-perl.
- Preparing to unpack .../233-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
- Unpacking libfile-fcntllock-perl (0.22-3build4) ...
- Selecting previously unselected package xorg-sgml-doctools.
- Preparing to unpack .../234-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
- Unpacking xorg-sgml-doctools (1:1.11-1) ...
- Selecting previously unselected package x11proto-dev.
- Preparing to unpack .../235-x11proto-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package x11proto-core-dev.
- Preparing to unpack .../236-x11proto-core-dev_2019.2-1ubuntu1_all.deb ...
- Unpacking x11proto-core-dev (2019.2-1ubuntu1) ...
- Selecting previously unselected package libxau-dev:amd64.
- Preparing to unpack .../237-libxau-dev_1%3a1.0.9-0ubuntu1_amd64.deb ...
- Unpacking libxau-dev:amd64 (1:1.0.9-0ubuntu1) ...
- Selecting previously unselected package libxdmcp-dev:amd64.
- Preparing to unpack .../238-libxdmcp-dev_1%3a1.1.3-0ubuntu1_amd64.deb ...
- Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ...
- Selecting previously unselected package xtrans-dev.
- Preparing to unpack .../239-xtrans-dev_1.4.0-1_all.deb ...
- Unpacking xtrans-dev (1.4.0-1) ...
- Selecting previously unselected package libpthread-stubs0-dev:amd64.
- Preparing to unpack .../240-libpthread-stubs0-dev_0.4-1_amd64.deb ...
- Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ...
- Selecting previously unselected package libxcb1-dev:amd64.
- Preparing to unpack .../241-libxcb1-dev_1.14-2_amd64.deb ...
- Unpacking libxcb1-dev:amd64 (1.14-2) ...
- Selecting previously unselected package libx11-dev:amd64.
- Preparing to unpack .../242-libx11-dev_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
- Unpacking libx11-dev:amd64 (2:1.6.9-2ubuntu1.2) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../243-libglx-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../244-libgl-dev_1.3.2-1~ubuntu0.20.04.2_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Selecting previously unselected package libgpm2:amd64.
- Preparing to unpack .../245-libgpm2_1.20.7-5_amd64.deb ...
- Unpacking libgpm2:amd64 (1.20.7-5) ...
- Selecting previously unselected package libtinfo5:amd64.
- Preparing to unpack .../246-libtinfo5_6.2-0ubuntu2_amd64.deb ...
- Unpacking libtinfo5:amd64 (6.2-0ubuntu2) ...
- Selecting previously unselected package libncurses5:amd64.
- Preparing to unpack .../247-libncurses5_6.2-0ubuntu2_amd64.deb ...
- Unpacking libncurses5:amd64 (6.2-0ubuntu2) ...
- Selecting previously unselected package libpython3.8:amd64.
- Preparing to unpack .../248-libpython3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
- Unpacking libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.6) ...
- Selecting previously unselected package linux-headers-5.4.0-139.
- Preparing to unpack .../249-linux-headers-5.4.0-139_5.4.0-139.156_all.deb ...
- Unpacking linux-headers-5.4.0-139 (5.4.0-139.156) ...
- Selecting previously unselected package linux-headers-5.4.0-139-generic.
- Preparing to unpack .../250-linux-headers-5.4.0-139-generic_5.4.0-139.156_amd64.deb ...
- Unpacking linux-headers-5.4.0-139-generic (5.4.0-139.156) ...
- Selecting previously unselected package linux-headers-generic.
- Preparing to unpack .../251-linux-headers-generic_5.4.0.139.137_amd64.deb ...
- Unpacking linux-headers-generic (5.4.0.139.137) ...
- Selecting previously unselected package mesa-common-dev:amd64.
- Preparing to unpack .../252-mesa-common-dev_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking mesa-common-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package mesa-vdpau-drivers:amd64.
- Preparing to unpack .../253-mesa-vdpau-drivers_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking mesa-vdpau-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../254-mesa-vulkan-drivers_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Selecting previously unselected package rocm-device-libs.
- Preparing to unpack .../255-rocm-device-libs_1.0.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-device-libs (1.0.0.50300-63~20.04) ...
- Selecting previously unselected package openmp-extras-runtime.
- Preparing to unpack .../256-openmp-extras-runtime_15.53.0.50300-63~20.04_amd64.deb ...
- Unpacking openmp-extras-runtime (15.53.0.50300-63~20.04) ...
- Selecting previously unselected package openmp-extras-dev.
- Preparing to unpack .../257-openmp-extras-dev_15.53.0.50300-63~20.04_amd64.deb ...
- Unpacking openmp-extras-dev (15.53.0.50300-63~20.04) ...
- Selecting previously unselected package os-prober.
- Preparing to unpack .../258-os-prober_1.74ubuntu2_amd64.deb ...
- Unpacking os-prober (1.74ubuntu2) ...
- Selecting previously unselected package rocm-smi-lib.
- Preparing to unpack .../259-rocm-smi-lib_5.0.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-smi-lib (5.0.0.50300-63~20.04) ...
- Selecting previously unselected package rccl.
- Preparing to unpack .../260-rccl_2.12.12.50300-63~20.04_amd64.deb ...
- Unpacking rccl (2.12.12.50300-63~20.04) ...
- Selecting previously unselected package rccl-dev.
- Preparing to unpack .../261-rccl-dev_2.12.12.50300-63~20.04_amd64.deb ...
- Unpacking rccl-dev (2.12.12.50300-63~20.04) ...
- Selecting previously unselected package rocrand.
- Preparing to unpack .../262-rocrand_2.10.9.50300-63~20.04_amd64.deb ...
- Unpacking rocrand (2.10.9.50300-63~20.04) ...
- Selecting previously unselected package rocalution.
- Preparing to unpack .../263-rocalution_2.1.2.50300-63~20.04_amd64.deb ...
- Unpacking rocalution (2.1.2.50300-63~20.04) ...
- Selecting previously unselected package rocalution-dev.
- Preparing to unpack .../264-rocalution-dev_2.1.2.50300-63~20.04_amd64.deb ...
- Unpacking rocalution-dev (2.1.2.50300-63~20.04) ...
- Selecting previously unselected package rocblas-dev.
- Preparing to unpack .../265-rocblas-dev_2.45.0.50300-63~20.04_amd64.deb ...
- Unpacking rocblas-dev (2.45.0.50300-63~20.04) ...
- Selecting previously unselected package rocfft.
- Preparing to unpack .../266-rocfft_1.0.18.50300-63~20.04_amd64.deb ...
- Unpacking rocfft (1.0.18.50300-63~20.04) ...
- Selecting previously unselected package rocfft-dev.
- Preparing to unpack .../267-rocfft-dev_1.0.18.50300-63~20.04_amd64.deb ...
- Unpacking rocfft-dev (1.0.18.50300-63~20.04) ...
- Selecting previously unselected package rocm-ocl-icd.
- Preparing to unpack .../268-rocm-ocl-icd_2.0.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-ocl-icd (2.0.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-opencl.
- Preparing to unpack .../269-rocm-opencl_2.0.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-opencl (2.0.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-opencl-dev.
- Preparing to unpack .../270-rocm-opencl-dev_2.0.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-opencl-dev (2.0.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-clang-ocl.
- Preparing to unpack .../271-rocm-clang-ocl_0.5.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-clang-ocl (0.5.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-cmake.
- Preparing to unpack .../272-rocm-cmake_0.8.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-cmake (0.8.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-dbgapi.
- Preparing to unpack .../273-rocm-dbgapi_0.67.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-dbgapi (0.67.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-debug-agent.
- Preparing to unpack .../274-rocm-debug-agent_2.0.3.50300-63~20.04_amd64.deb ...
- Unpacking rocm-debug-agent (2.0.3.50300-63~20.04) ...
- Selecting previously unselected package libbabeltrace1:amd64.
- Preparing to unpack .../275-libbabeltrace1_1.5.8-1build1_amd64.deb ...
- Unpacking libbabeltrace1:amd64 (1.5.8-1build1) ...
- Selecting previously unselected package libbabeltrace-ctf1.
- Preparing to unpack .../276-libbabeltrace-ctf1_1.5.8-1build1_all.deb ...
- Unpacking libbabeltrace-ctf1 (1.5.8-1build1) ...
- Selecting previously unselected package rocm-gdb.
- Preparing to unpack .../277-rocm-gdb_12.1.50300-63~20.04_amd64.deb ...
- Unpacking rocm-gdb (12.1.50300-63~20.04) ...
- Selecting previously unselected package rocm-utils.
- Preparing to unpack .../278-rocm-utils_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-utils (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package rocprofiler-dev.
- Preparing to unpack .../279-rocprofiler-dev_1.0.0.50300-63~20.04_amd64.deb ...
- Unpacking rocprofiler-dev (1.0.0.50300-63~20.04) ...
- Selecting previously unselected package roctracer-dev.
- Preparing to unpack .../280-roctracer-dev_4.1.0.50300-63~20.04_amd64.deb ...
- Unpacking roctracer-dev (4.1.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-dev.
- Preparing to unpack .../281-rocm-dev_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-dev (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-language-runtime.
- Preparing to unpack .../282-rocm-language-runtime_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-language-runtime (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-hip-runtime.
- Preparing to unpack .../283-rocm-hip-runtime_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-hip-runtime (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-hip-libraries.
- Preparing to unpack .../284-rocm-hip-libraries_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-hip-libraries (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-hip-runtime-dev.
- Preparing to unpack .../285-rocm-hip-runtime-dev_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-hip-runtime-dev (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package rocrand-dev.
- Preparing to unpack .../286-rocrand-dev_2.10.9.50300-63~20.04_amd64.deb ...
- Unpacking rocrand-dev (2.10.9.50300-63~20.04) ...
- Selecting previously unselected package rocsolver-dev.
- Preparing to unpack .../287-rocsolver-dev_3.19.0.50300-63~20.04_amd64.deb ...
- Unpacking rocsolver-dev (3.19.0.50300-63~20.04) ...
- Selecting previously unselected package rocsparse-dev.
- Preparing to unpack .../288-rocsparse-dev_2.3.3.50300-63~20.04_amd64.deb ...
- Unpacking rocsparse-dev (2.3.3.50300-63~20.04) ...
- Selecting previously unselected package rocthrust-dev.
- Preparing to unpack .../289-rocthrust-dev_2.10.9.50300-63~20.04_amd64.deb ...
- Unpacking rocthrust-dev (2.10.9.50300-63~20.04) ...
- Selecting previously unselected package rocwmma-dev.
- Preparing to unpack .../290-rocwmma-dev_0.7.0.50300-63~20.04_amd64.deb ...
- Unpacking rocwmma-dev (0.7.0.50300-63~20.04) ...
- Selecting previously unselected package rocm-hip-sdk.
- Preparing to unpack .../291-rocm-hip-sdk_5.3.0.50300-63~20.04_amd64.deb ...
- Unpacking rocm-hip-sdk (5.3.0.50300-63~20.04) ...
- Selecting previously unselected package secureboot-db.
- Preparing to unpack .../292-secureboot-db_1.5_amd64.deb ...
- Unpacking secureboot-db (1.5) ...
- Selecting previously unselected package vdpau-driver-all:amd64.
- Preparing to unpack .../293-vdpau-driver-all_1.3-1ubuntu2_amd64.deb ...
- Unpacking vdpau-driver-all:amd64 (1.3-1ubuntu2) ...
- Selecting previously unselected package xfonts-encodings.
- Preparing to unpack .../294-xfonts-encodings_1%3a1.0.5-0ubuntu1_all.deb ...
- Unpacking xfonts-encodings (1:1.0.5-0ubuntu1) ...
- Selecting previously unselected package xfonts-utils.
- Preparing to unpack .../295-xfonts-utils_1%3a7.7+6_amd64.deb ...
- Unpacking xfonts-utils (1:7.7+6) ...
- Selecting previously unselected package xfonts-base.
- Preparing to unpack .../296-xfonts-base_1%3a1.0.5_all.deb ...
- Unpacking xfonts-base (1:1.0.5) ...
- Selecting previously unselected package libomxil-bellagio-bin.
- Preparing to unpack .../297-libomxil-bellagio-bin_0.9.3-4.1ubuntu1_amd64.deb ...
- Unpacking libomxil-bellagio-bin (0.9.3-4.1ubuntu1) ...
- Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
- Setting up cpio (2.13+dfsg-2ubuntu0.3) ...
- 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 libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ...
- Setting up libxatracker2-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up libcdparanoia0:amd64 (3.10.2+debian-13) ...
- Setting up libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up libomxil-bellagio-bin (0.9.3-4.1ubuntu1) ...
- Setting up libpciaccess0:amd64 (0.16-0ubuntu1) ...
- Setting up libfile-which-perl (1.23-1) ...
- Setting up libdw1:amd64 (0.176-1.1build1) ...
- Setting up systemd-sysv (245.4-4ubuntu3.19) ...
- Setting up libncurses-dev:amd64 (6.2-0ubuntu2) ...
- Setting up pci.ids (0.0~2020.03.20-1) ...
- Setting up libwayland-amdgpu-server0:amd64 (1.20.0.50300-1483871.20.04) ...
- Setting up libgbm1-amdgpu:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up libwayland-amdgpu-egl1:amd64 (1.20.0.50300-1483871.20.04) ...
- Setting up libgpm2:amd64 (1.20.7-5) ...
- Setting up linux-base (4.5ubuntu3.7) ...
- Setting up libpciaccess-dev:amd64 (0.16-0ubuntu1) ...
- Setting up libogg0:amd64 (1.3.4-0ubuntu1) ...
- Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up xdg-user-dirs (0.17-2ubuntu1) ...
- Setting up libomxil-bellagio0 (0.9.3-4.1ubuntu1) ...
- Setting up libfile-fcntllock-perl (0.22-3build4) ...
- Setting up libvisual-0.4-0:amd64 (0.4.0-17) ...
- Setting up libxcb-render0:amd64 (1.14-2) ...
- Setting up libalgorithm-diff-perl (1.19.03-2) ...
- Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
- Setting up libglapi-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up libxcb-glx0:amd64 (1.14-2) ...
- Setting up binutils-common:amd64 (2.34-6ubuntu1.4) ...
- Setting up x11-common (1:7.7+19ubuntu14) ...
- update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ...
- Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
- Setting up gettext-base (0.19.8.1-10build1) ...
- Setting up libnss-systemd:amd64 (245.4-4ubuntu3.19) ...
- First installation detected...
- Checking NSS setup...
- Setting up xkb-data (2.29-2) ...
- Setting up libnpth0:amd64 (1.6-1) ...
- Setting up libxcb-shm0:amd64 (1.14-2) ...
- Setting up kmod (27-1ubuntu2.1) ...
- Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
- Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libfuse2:amd64 (2.9.9-3) ...
- Setting up libunwind8:amd64 (1.2.1-9build1) ...
- Setting up libpthread-stubs0-dev:amd64 (0.4-1) ...
- Setting up libfakeroot:amd64 (1.24-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ...
- Setting up rocm-core (5.3.0.50300-63~20.04) ...
- update-alternatives: using /opt/rocm-5.3.0 to provide /opt/rocm (rocm) in auto mode
- Setting up libc6-x32 (2.31-0ubuntu9.9) ...
- Setting up libfile-copy-recursive-perl (0.45-1) ...
- Setting up libcap2-bin (1:2.32-1) ...
- Setting up fakeroot (1.24-1) ...
- update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
- Setting up rocm-device-libs (1.0.0.50300-63~20.04) ...
- Setting up libklibc:amd64 (2.0.7-1ubuntu5.1) ...
- Setting up xtrans-dev (1.4.0-1) ...
- Setting up libfontenc1:amd64 (1:1.1.4-0ubuntu1) ...
- Setting up autotools-dev (20180224.1) ...
- Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
- Setting up gcc-7-base:amd64 (7.5.0-6ubuntu2) ...
- Setting up make (4.2.1-1.2) ...
- Setting up libasan4:amd64 (7.5.0-6ubuntu2) ...
- Setting up libepoxy0:amd64 (1.5.4-1) ...
- Setting up libmpfr6:amd64 (4.0.2-1) ...
- Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
- Setting up libxfixes3:amd64 (1:5.0.3-2) ...
- Setting up libipc-system-simple-perl (1.26-1) ...
- Setting up rocsolver (3.19.0.50300-63~20.04) ...
- Setting up liburi-encode-perl (1.1.1-1) ...
- Setting up libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.6) ...
- Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ...
- Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
- Setting up dbus (1.12.16-2ubuntu2.3) ...
- Setting up libsigsegv2:amd64 (2.12-2) ...
- Setting up xfonts-encodings (1:1.0.5-0ubuntu1) ...
- Setting up libopus0:amd64 (1.3.1-0ubuntu1) ...
- Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libpng16-16:amd64 (1.6.37-2) ...
- Setting up libmpc3:amd64 (1.1.0-1) ...
- Setting up rocm-ocl-icd (2.0.0.50300-63~20.04) ...
- Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libvorbis0a:amd64 (1.3.6-2ubuntu1) ...
- Setting up rocfft (1.0.18.50300-63~20.04) ...
- Setting up udev (245.4-4ubuntu3.19) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up liborc-0.4-0:amd64 (1:0.4.31-1) ...
- Setting up gcc-8-base:amd64 (8.4.0-3ubuntu2) ...
- Setting up sudo (1.8.31-1ubuntu1.4) ...
- Setting up fonts-dejavu-core (2.37-1) ...
- Setting up linux-headers-5.4.0-139 (5.4.0-139.156) ...
- Setting up ucf (3.0038+nmu1) ...
- Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ...
- Setting up busybox-initramfs (1:1.30.1-4ubuntu6.4) ...
- Setting up libx32gomp1 (10.3.0-1ubuntu1~20.04) ...
- Setting up libbabeltrace1:amd64 (1.5.8-1build1) ...
- Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
- Setting up libvulkan1:amd64 (1.2.131.2-1) ...
- Setting up lz4 (1.9.2-2ubuntu0.20.04.1) ...
- Setting up amdgpu-dkms-firmware (1:5.18.2.22.40.50300-1483871.20.04) ...
- Setting up rocwmma-dev (0.7.0.50300-63~20.04) ...
- Setting up libtimedate-perl (2.3200-1) ...
- Setting up libmpx2:amd64 (8.4.0-3ubuntu2) ...
- Setting up mesa-amdgpu-omx-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ...
- Setting up libpci3:amd64 (1:3.6.4-1ubuntu0.20.04.1) ...
- Setting up libnuma1:amd64 (2.0.12-1) ...
- Setting up dmsetup (2:1.02.167-1ubuntu1) ...
- update-initramfs: deferring update (trigger activated)
- Setting up libcilkrts5:amd64 (7.5.0-6ubuntu2) ...
- Setting up libvdpau1:amd64 (1.3-1ubuntu2) ...
- Setting up libxcb-randr0:amd64 (1.14-2) ...
- Setting up hipify-clang (15.0.0.50300-63~20.04) ...
- Setting up libubsan0:amd64 (7.5.0-6ubuntu2) ...
- Setting up gpgconf (2.2.19-3ubuntu2.2) ...
- Setting up libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
- Setting up libc6-i386 (2.31-0ubuntu9.9) ...
- Setting up libefivar1:amd64 (37-2ubuntu2.2) ...
- Setting up libwayland-amdgpu-client0:amd64 (1.20.0.50300-1483871.20.04) ...
- Setting up libisl22:amd64 (0.22.1-1) ...
- Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Setting up libx32quadmath0 (10.3.0-1ubuntu1~20.04) ...
- Setting up xorg-sgml-doctools (1:1.11-1) ...
- Setting up rocm-smi-lib (5.0.0.50300-63~20.04) ...
- Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
- Setting up sbsigntool (0.9.2-2ubuntu1.1) ...
- Setting up libbinutils:amd64 (2.34-6ubuntu1.4) ...
- Setting up klibc-utils (2.0.7-1ubuntu5.1) ...
- 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 libtinfo5:amd64 (6.2-0ubuntu2) ...
- Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libpam-cap:amd64 (1:2.32-1) ...
- Setting up libalgorithm-diff-xs-perl (0.04-6) ...
- Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
- Setting up lib32atomic1 (10.3.0-1ubuntu1~20.04) ...
- Setting up rocsolver-dev (3.19.0.50300-63~20.04) ...
- Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up iso-codes (4.4-1) ...
- Setting up liblocale-gettext-perl (1.07-4) ...
- Setting up gpg (2.2.19-3ubuntu2.2) ...
- Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
- Setcap worked! gst-ptp-helper is not suid!
- Setting up dctrl-tools (2.24-3) ...
- Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libvorbisenc2:amd64 (1.3.6-2ubuntu1) ...
- Setting up libpopt0:amd64 (1.16-14) ...
- Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up libalgorithm-merge-perl (0.08-3) ...
- Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
- Setting up initramfs-tools-bin (0.136ubuntu6.7) ...
- Setting up rocrand (2.10.9.50300-63~20.04) ...
- Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libx32atomic1 (10.3.0-1ubuntu1~20.04) ...
- Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ...
- Setting up libctf0:amd64 (2.34-6ubuntu1.4) ...
- Setting up pinentry-curses (1.1.0-3build1) ...
- Setting up x11proto-dev (2019.2-1ubuntu1) ...
- Setting up libtinfo-dev:amd64 (6.2-0ubuntu2) ...
- Setting up comgr (2.4.0.50300-63~20.04) ...
- Setting up libgl1-amdgpu-mesa-dri:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ...
- Setting up libhttp-date-perl (6.05-1) ...
- Setting up python3-dbus (1.2.16-1build1) ...
- Setting up libfile-basedir-perl (0.08-1) ...
- Setting up libc6-dev-i386 (2.31-0ubuntu9.9) ...
- Setting up lib32itm1 (10.3.0-1ubuntu1~20.04) ...
- Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
- Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
- Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
- Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
- Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
- Setting up libfile-listing-perl (6.04-1) ...
- Setting up mokutil (0.3.0+1538710437.fb6250f-1) ...
- Setting up libxau-dev:amd64 (1:1.0.9-0ubuntu1) ...
- Setting up rocrand-dev (2.10.9.50300-63~20.04) ...
- Setting up libbabeltrace-ctf1 (1.5.8-1build1) ...
- Setting up rocm-cmake (0.8.0.50300-63~20.04) ...
- Setting up fontconfig-config (2.13.1-2ubuntu3) ...
- Setting up libx32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
- Setting up roctracer-dev (4.1.0.50300-63~20.04) ...
- Setting up mesa-amdgpu-vdpau-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up gpgsm (2.2.19-3ubuntu2.2) ...
- Setting up hsa-amd-aqlprofile (1.0.0.50300-63~20.04) ...
- Setting up hipfft (1.0.9.50300-63~20.04) ...
- Setting up m4 (1.4.18-4) ...
- Setting up secureboot-db (1.5) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/secureboot-db.service → /lib/systemd/system/secureboot-db.service.
- Setting up libx32itm1 (10.3.0-1ubuntu1~20.04) ...
- Setting up libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
- Setting up libefiboot1:amd64 (37-2ubuntu2.2) ...
- Setting up linux-headers-5.4.0-139-generic (5.4.0-139.156) ...
- Setting up linux-headers-generic (5.4.0.139.137) ...
- Setting up hipfft-dev (1.0.9.50300-63~20.04) ...
- Setting up libncurses5:amd64 (6.2-0ubuntu2) ...
- Setting up hsa-rocr (1.7.0.50300-63~20.04) ...
- Setting up libc6-dev-x32 (2.31-0ubuntu9.9) ...
- Setting up dirmngr (2.2.19-3ubuntu2.2) ...
- Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
- Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ...
- Setting up lib32gomp1 (10.3.0-1ubuntu1~20.04) ...
- Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.2) ...
- Setting up rocm-dbgapi (0.67.0.50300-63~20.04) ...
- Setting up lib32gcc-s1 (10.3.0-1ubuntu1~20.04) ...
- Setting up lib32stdc++6 (10.3.0-1ubuntu1~20.04) ...
- Setting up x11proto-core-dev (2019.2-1ubuntu1) ...
- Setting up rocfft-dev (1.0.18.50300-63~20.04) ...
- Setting up shared-mime-info (1.15-1) ...
- Setting up libelf-dev:amd64 (0.176-1.1build1) ...
- Setting up rocm-opencl (2.0.0.50300-63~20.04) ...
- Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
- Setting up pciutils (1:3.6.4-1ubuntu0.20.04.1) ...
- Setting up libgcc-7-dev:amd64 (7.5.0-6ubuntu2) ...
- Setting up autoconf (2.69-11.1) ...
- Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
- Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libx32asan5 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up lib32quadmath0 (10.3.0-1ubuntu1~20.04) ...
- Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ...
- Setting up keyboard-configuration (1.194ubuntu3) ...
- Your console font configuration will be updated the next time your system
- boots. If you want to update it now, run 'setupcon' from a virtual console.
- update-initramfs: deferring update (trigger activated)
- Setting up initramfs-tools-core (0.136ubuntu6.7) ...
- Setting up lib32asan5 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libxfont2:amd64 (1:2.0.3-1) ...
- Setting up libstdc++-7-dev:amd64 (7.5.0-6ubuntu2) ...
- Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libx32stdc++6 (10.3.0-1ubuntu1~20.04) ...
- Setting up automake (1:1.16.1-4ubuntu6) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
- Setting up hip-dev (5.3.22061.50300-63~20.04) ...
- Setting up rocm-llvm (15.0.0.22362.50300-63~20.04) ...
- Setting up mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up efibootmgr (17-1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libxcb1-dev:amd64 (1.14-2) ...
- Setting up gst-omx-amdgpu (1:1.0.0.1.50300-1483871.20.04) ...
- Setting up initramfs-tools (0.136ubuntu6.7) ...
- update-initramfs: deferring update (trigger activated)
- Setting up libx32ubsan1 (10.3.0-1ubuntu1~20.04) ...
- Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
- Setting up libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up hip-samples (5.3.22061.50300-63~20.04) ...
- Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up rocminfo (1.0.0.50300-63~20.04) ...
- Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libx11-dev:amd64 (2:1.6.9-2ubuntu1.2) ...
- Setting up binutils (2.34-6ubuntu1.4) ...
- Setting up xfonts-utils (1:7.7+6) ...
- Setting up lib32ubsan1 (10.3.0-1ubuntu1~20.04) ...
- Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ...
- Setting up openmp-extras-runtime (15.53.0.50300-63~20.04) ...
- Setting up dpkg-dev (1.19.7ubuntu3.2) ...
- Setting up grub-common (2.04-1ubuntu26.16) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/grub-common.service → /lib/systemd/system/grub-common.service.
- Created symlink /etc/systemd/system/sleep.target.wants/grub-common.service → /lib/systemd/system/grub-common.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
- Created symlink /etc/systemd/system/rescue.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
- Created symlink /etc/systemd/system/emergency.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
- Created symlink /etc/systemd/system/sleep.target.wants/grub-initrd-fallback.service → /lib/systemd/system/grub-initrd-fallback.service.
- update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up xfonts-base (1:1.0.5) ...
- Setting up libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up os-prober (1.74ubuntu2) ...
- Setting up rocm-gdb (12.1.50300-63~20.04) ...
- Setting up rocm-debug-agent (2.0.3.50300-63~20.04) ...
- Setting up lib32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Setting up python3-gi (3.36.0-1) ...
- Setting up libx32gcc-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Setting up libxt6:amd64 (1:1.1.5-1) ...
- Setting up cpp (4:9.3.0-1ubuntu2) ...
- Setting up libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ...
- Setting up libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up gnupg (2.2.19-3ubuntu2.2) ...
- Setting up hip-doc (5.3.22061.50300-63~20.04) ...
- Setting up grub-efi-amd64-bin (2.06-2ubuntu14) ...
- Setting up networkd-dispatcher (2.1-2~ubuntu20.04.3) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
- Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up mesa-vdpau-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libdrm-dev:amd64 (2.4.107-8ubuntu1~20.04.2) ...
- Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ...
- Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up grub2-common (2.04-1ubuntu26.16) ...
- Setting up gcc-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
- Setting up libxaw7:amd64 (2:1.0.13-1) ...
- Setting up rocm-language-runtime (5.3.0.50300-63~20.04) ...
- Setting up gcc (4:9.3.0-1ubuntu2) ...
- Setting up dkms (2.8.1-5ubuntu2) ...
- Setting up gstreamer1.0-plugins-base:amd64 (1.16.3-0ubuntu1.1) ...
- Setting up grub-efi-amd64 (2.06-2ubuntu14) ...
- Creating config file /etc/default/grub with new version
- Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
- Setting up vdpau-driver-all:amd64 (1.3-1ubuntu2) ...
- Setting up g++ (4:9.3.0-1ubuntu2) ...
- update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
- Setting up libegl1-amdgpu-mesa:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up build-essential (12.8ubuntu1.1) ...
- Setting up hsakmt-roct-dev (20220803.1.8.50300-63~20.04) ...
- Setting up gcc-multilib (4:9.3.0-1ubuntu2) ...
- Setting up lib32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Setting up libx32stdc++-9-dev (9.4.0-1ubuntu1~20.04.1) ...
- Setting up grub-efi-amd64-signed (1.187.2~20.04.2+2.06-2ubuntu14) ...
- Setting up x11-xkb-utils (7.7+5) ...
- Setting up g++-9-multilib (9.4.0-1ubuntu1~20.04.1) ...
- Setting up hsa-rocr-dev (1.7.0.50300-63~20.04) ...
- Setting up shim-signed (1.40.7+15.4-0ubuntu9) ...
- Generating a new Secure Boot signing key:
- Can't load /var/lib/shim-signed/mok/.rnd into RNG
- 139808607896896:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:98:Filename=/var/lib/shim-signed/mok/.rnd
- Generating a RSA private key
- ...........................................+++++
- ..................+++++
- writing new private key to '/var/lib/shim-signed/mok/MOK.priv'
- -----
- dpkg-query: no packages found matching linux-image-[0-9]*
- EFI variables are not supported on this system
- /sys/firmware/efi/efivars not found, aborting.
- Setting up amdgpu-dkms (1:5.18.2.22.40.50300-1483871.20.04) ...
- Loading new amdgpu-5.18.2.22.40-1483871.20.04 DKMS files...
- It is likely that 6.1.11-arch1-1 belongs to a chroot's host
- Building for 5.4.0-139-generic
- Building for architecture x86_64
- Building initial module for 5.4.0-139-generic
- Error! Bad return status for module build on kernel: 5.4.0-139-generic (x86_64)
- Consult /var/lib/dkms/amdgpu/5.18.2.22.40-1483871.20.04/build/make.log for more information.
- dpkg: error processing package amdgpu-dkms (--configure):
- installed amdgpu-dkms package post-installation script subprocess returned error exit status 10
- Setting up libegl1-amdgpu-mesa-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up xserver-common (2:1.20.13-1ubuntu1~20.04.6) ...
- Setting up rocprofiler-dev (1.0.0.50300-63~20.04) ...
- Setting up openmp-extras-dev (15.53.0.50300-63~20.04) ...
- Setting up g++-multilib (4:9.3.0-1ubuntu2) ...
- Setting up hip-runtime-amd (5.3.22061.50300-63~20.04) ...
- Setting up rocprim-dev (2.10.9.50300-63~20.04) ...
- Setting up hipcub-dev (2.10.12.50300-63~20.04) ...
- Setting up rocm-hip-runtime (5.3.0.50300-63~20.04) ...
- update-alternatives: using /opt/rocm-5.3.0/bin/rocm_agent_enumerator to provide /usr/bin/rocm_agent_enumerator (rocm_agent_enumerator) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/rocminfo to provide /usr/bin/rocminfo (rocminfo) in auto mode
- Setting up rocblas (2.45.0.50300-63~20.04) ...
- Setting up rccl (2.12.12.50300-63~20.04) ...
- Setting up hipsolver (1.5.0.50300-63~20.04) ...
- Setting up hipfort (0.4.0.50300-63~20.04) ...
- Setting up rocsparse (2.3.3.50300-63~20.04) ...
- Setting up rocthrust-dev (2.10.9.50300-63~20.04) ...
- Setting up hipsolver-dev (1.5.0.50300-63~20.04) ...
- Setting up rocm-hip-runtime-dev (5.3.0.50300-63~20.04) ...
- update-alternatives: using /opt/rocm-5.3.0/bin/roc-obj to provide /usr/bin/roc-obj (roc-obj) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/roc-obj-extract to provide /usr/bin/roc-obj-extract (roc-obj-extract) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/roc-obj-ls to provide /usr/bin/roc-obj-ls (roc-obj-ls) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipcc to provide /usr/bin/hipcc (hipcc) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipcc.pl to provide /usr/bin/hipcc.pl (hipcc.pl) in auto mode
- /opt/rocm-5.3.0/bin/hipcc.bin not found, but that is OK
- update-alternatives: using /opt/rocm-5.3.0/bin/hipcc_cmake_linker_helper to provide /usr/bin/hipcc_cmake_linker_helper (hipcc_cmake_linker_helper) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipconfig to provide /usr/bin/hipconfig (hipconfig) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipconfig.pl to provide /usr/bin/hipconfig.pl (hipconfig.pl) in auto mode
- /opt/rocm-5.3.0/bin/hipconfig.bin not found, but that is OK
- update-alternatives: using /opt/rocm-5.3.0/bin/hipconvertinplace-perl.sh to provide /usr/bin/hipconvertinplace-perl.sh (hipconvertinplace-perl.sh) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipconvertinplace.sh to provide /usr/bin/hipconvertinplace.sh (hipconvertinplace.sh) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipdemangleatp to provide /usr/bin/hipdemangleatp (hipdemangleatp) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipexamine-perl.sh to provide /usr/bin/hipexamine-perl.sh (hipexamine-perl.sh) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipexamine.sh to provide /usr/bin/hipexamine.sh (hipexamine.sh) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/hipify-perl to provide /usr/bin/hipify-perl (hipify-perl) in auto mode
- Setting up hipsparse (2.3.2.50300-63~20.04) ...
- Setting up hipblas (0.52.0.50300-63~20.04) ...
- Setting up rccl-dev (2.12.12.50300-63~20.04) ...
- Setting up hipfort-dev (0.4.0.50300-63~20.04) ...
- Setting up rocblas-dev (2.45.0.50300-63~20.04) ...
- Setting up rocsparse-dev (2.3.3.50300-63~20.04) ...
- Setting up hipsparse-dev (2.3.2.50300-63~20.04) ...
- Setting up hipblas-dev (0.52.0.50300-63~20.04) ...
- Setting up rocalution (2.1.2.50300-63~20.04) ...
- Setting up rocm-hip-libraries (5.3.0.50300-63~20.04) ...
- Setting up rocalution-dev (2.1.2.50300-63~20.04) ...
- Setting up rocm-hip-sdk (5.3.0.50300-63~20.04) ...
- Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
- Processing triggers for systemd (245.4-4ubuntu3.19) ...
- Processing triggers for mesa-amdgpu-va-drivers:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libglx-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up libgl1-amdgpu-mesa-glx:amd64 (1:22.3.0.50300-1483871.20.04) ...
- Setting up libgl-dev:amd64 (1.3.2-1~ubuntu0.20.04.2) ...
- Setting up xserver-xorg-core (2:1.20.13-1ubuntu1~20.04.6) ...
- Setting up xserver-xorg-amdgpu-video-amdgpu (1:22.0.0.50300-1483871.20.04) ...
- Setting up mesa-common-dev:amd64 (21.2.6-0ubuntu0.1~20.04.2) ...
- Setting up rocm-opencl-dev (2.0.0.50300-63~20.04) ...
- Setting up amdgpu-lib (1:5.3.50300-1483871.20.04) ...
- Setting up rocm-clang-ocl (0.5.0.50300-63~20.04) ...
- Setting up rocm-utils (5.3.0.50300-63~20.04) ...
- Setting up rocm-dev (5.3.0.50300-63~20.04) ...
- update-alternatives: using /opt/rocm-5.3.0/bin/clang-ocl to provide /usr/bin/clang-ocl (clang-ocl) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/clinfo to provide /usr/bin/clinfo (clinfo) in auto mode
- /opt/rocm-5.3.0/bin/hipcc.bin not found, but that is OK
- /opt/rocm-5.3.0/bin/hipconfig.bin not found, but that is OK
- update-alternatives: using /opt/rocm-5.3.0/bin/rocgdb to provide /usr/bin/rocgdb (rocgdb) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/rocm-smi to provide /usr/bin/rocm-smi (rocm-smi) in auto mode
- update-alternatives: using /opt/rocm-5.3.0/bin/rocprof to provide /usr/bin/rocprof (rocprof) in auto mode
- Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
- Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
- Errors were encountered while processing:
- amdgpu-dkms
- E: Sub-process /usr/bin/dpkg returned an error code (1)
- The command '/bin/sh -c yes | amdgpu-install --usecase=dkms,graphics,rocm,lrt,hip,hiplibsdk' returned a non-zero code: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement