raspberrypi / pico-setup

92 stars 42 forks source link

Use dpkg instead of apt for install local packages #1

Closed lurch closed 3 years ago

liamfraser commented 3 years ago

Not sure I agree with this as dpkg won't pull in any missing dependencies

aallan commented 3 years ago

You probably need to add in an apt update, and apt upgrade, at the start of the script then? the apt install will fail if the database hasn't been initiated (I think?). So if apt has never been run on the machine before.

lurch commented 3 years ago

@XECDesign Can you advise? When I did sudo apt install -y ./vscode.deb on my Pi400 (I had already used apt prior to running Liam's script to install other packages) it didn't work (IIRC I got an error about refusing to install some libegl dependency). When I tried sudo dpkg -i ./vscode.deb instead it worked.

If I get a chance I'll try to reproduce the error this afternoon.

liamfraser commented 3 years ago

I think that's because you needed an apt update, apt upgrade. I'm not sure I want to force that in case it breaks something else for the user, but maybe just refuse to run if there are out of date packages?

lurch commented 3 years ago

As an alternative approach, how close are we to being able to install the right version of vscode directly from the apt repos @XECDesign , instead of having to use wget to download the deb file manually?

lurch commented 3 years ago

So, I've been investigating this today with a freshly-flashed SD card each time... see logs below.

The setup script always installs VSCode okay on RPiOS Lite, it seems the only situation in which it doesn't work is if you're running RPiOS (GUI) and haven't done an apt upgrade yet. So it looks like there's probably just a single package that we need to ensure is upgraded, before we try installing vscode.deb ? (an already-installed package can be upgraded with just sudo apt install packagename)

Log snippets

(apart from the failing-case, I've copied each log from Installing VSCODE to just before the first Installing extensions...)

vscode.deb 100%[===================>] 57.12M 13.1MB/s in 4.4s

2020-11-11 13:22:16 (13.1 MB/s) - ‘vscode.deb’ saved [59896392/59896392]

Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'code' instead of './vscode.deb' The following additional packages will be installed: adwaita-icon-theme at-spi2-core dbus-user-session dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libdrm-common libdrm2 libepoxy0 libfontconfig1 libgbm1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsecret-1-0 libsecret-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxkbfile1 libxrandr2 libxrender1 libxss1 libxtst6 x11-common Suggested packages: colord cups-common gvfs liblcms2-utils librsvg2-bin The following NEW packages will be installed: adwaita-icon-theme at-spi2-core code dbus-user-session dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libdrm-common libdrm2 libepoxy0 libfontconfig1 libgbm1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsecret-1-0 libsecret-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxkbfile1 libxrandr2 libxrender1 libxss1 libxtst6 x11-common 0 upgraded, 81 newly installed, 0 to remove and 30 not upgraded. Need to get 29.5 MB/89.4 MB of archives. After this operation, 313 MB of additional disk space will be used. Get:1 http://archive.raspberrypi.org/debian buster/main armhf gtk-update-icon-cache armhf 3.24.5-1+rpt2 [80.5 kB] Get:2 http://archive.raspberrypi.org/debian buster/main armhf libpixman-1-0 armhf 0.36.0-1+rpt1 [476 kB] Get:3 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf hicolor-icon-theme all 0.17-2 [11.4 kB] Get:4 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libjbig0 armhf 2.1-3.1+b2 [27.6 kB] Get:5 http://archive.raspberrypi.org/debian buster/main armhf libcairo2 armhf 1.16.0-4+rpt1 [600 kB] Get:6 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwebp6 armhf 0.6.1-2 [228 kB] Get:7 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libtiff5 armhf 4.1.0+git191117-2~deb10u1 [249 kB] Get:8 http://archive.raspberrypi.org/debian buster/main armhf libcairo-gobject2 armhf 1.16.0-4+rpt1 [123 kB] Get:9 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgdk-pixbuf2.0-common all 2.38.1+dfsg-1 [316 kB] Get:15 http://archive.raspberrypi.org/debian buster/main armhf libgtk-3-common all 3.24.5-1+rpt2 [3,680 kB] Get:10 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgdk-pixbuf2.0-0 armhf 2.38.1+dfsg-1 [157 kB] Get:11 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf fonts-dejavu-core all 2.37-1 [1,068 kB] Get:12 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf fontconfig-config all 2.13.1-2 [280 kB] Get:13 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libfontconfig1 armhf 2.13.1-2 [327 kB] Get:14 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcb-render0 armhf 1.13.1-2 [108 kB] Get:16 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcb-shm0 armhf 1.13.1-2 [99.3 kB] Get:17 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxrender1 armhf 1:0.9.10-1 [29.9 kB] Get:18 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB] Get:19 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf fontconfig armhf 2.13.1-2 [404 kB] Get:20 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libthai-data all 0.1.28-2 [170 kB] Get:21 /home/pi/pico/vscode.deb code armhf 1.51.0-1604600188 [59.9 MB]
Get:22 http://archive.raspberrypi.org/debian buster/main armhf libgtk-3-0 armhf 3.24.5-1+rpt2 [2,136 kB] Get:23 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libdatrie1 armhf 0.2.12-2 [35.9 kB] Get:24 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libthai0 armhf 0.1.28-2 [50.9 kB] Get:25 http://archive.raspberrypi.org/debian buster/main armhf libdrm-common all 2.4.100-4+rpi1~bpo10+1 [14.4 kB] Get:26 http://archive.raspberrypi.org/debian buster/main armhf libdrm2 armhf 2.4.100-4+rpi1~bpo10+1 [36.6 kB] Get:27 http://archive.raspberrypi.org/debian buster/main armhf libgbm1 armhf 19.3.2-1~bpo10+1~rpt2 [67.0 kB] Get:29 http://archive.raspberrypi.org/debian buster/main armhf libgtk-3-bin armhf 3.24.5-1+rpt2 [111 kB] Get:28 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libpango-1.0-0 armhf 1.42.4-8~deb10u1 [169 kB] Get:30 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgraphite2-3 armhf 1.3.13-7 [69.6 kB] Get:31 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libharfbuzz0b armhf 2.3.1-1 [1,144 kB] Get:32 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libpangoft2-1.0-0 armhf 1.42.4-8~deb10u1 [62.3 kB] Get:33 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libpangocairo-1.0-0 armhf 1.42.4-8~deb10u1 [52.0 kB] Get:34 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf librsvg2-2 armhf 2.44.10-2.1+rpi1 [967 kB] Get:35 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf librsvg2-common armhf 2.44.10-2.1+rpi1 [23.1 kB] Get:36 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf adwaita-icon-theme all 3.30.1-1 [11.7 MB] Get:37 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatspi2.0-0 armhf 2.30.0-7 [54.3 kB] Get:38 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxi6 armhf 2:1.7.9-1 [77.8 kB] Get:39 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf x11-common all 1:7.7+19 [251 kB] Get:40 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxtst6 armhf 2:1.2.3-1 [26.3 kB] Get:41 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf at-spi2-core armhf 2.30.0-7 [64.6 kB] Get:42 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libnspr4 armhf 2:4.20-1 [89.6 kB] Get:43 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libnss3 armhf 2:3.42.1-1+deb10u3 [944 kB] Get:44 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxkbfile1 armhf 1:1.0.9-2 [65.4 kB] Get:45 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsecret-common all 0.18.7-1 [25.7 kB] Get:46 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsecret-1-0 armhf 0.18.7-1 [82.1 kB] Get:47 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatk1.0-data all 2.30.0-2 [145 kB] Get:48 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatk1.0-0 armhf 2.30.0-2 [42.7 kB] Get:49 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatk-bridge2.0-0 armhf 2.30.0-5 [51.1 kB] Get:50 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf liblcms2-2 armhf 2.9-3 [116 kB] Get:51 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libcolord2 armhf 1.4.3-4 [119 kB] Get:52 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libavahi-client3 armhf 0.7-4+b1 [54.0 kB] Get:53 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libcups2 armhf 2.2.10-6+deb10u3 [287 kB] Get:54 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libepoxy0 armhf 1.5.3-0.1 [167 kB] Get:55 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libjson-glib-1.0-common all 1.4.4-2 [52.3 kB] Get:56 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libjson-glib-1.0-0 armhf 1.4.4-2 [52.7 kB] Get:57 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libproxy1v5 armhf 0.4.15-5 [49.8 kB] Get:58 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB] Get:59 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf glib-networking-services armhf 2.58.0-2+deb10u2 [13.2 kB] Get:60 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libdconf1 armhf 0.30.1-2 [36.3 kB] Get:61 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf dbus-user-session armhf 1.12.20-0+deb10u1 [94.5 kB] Get:62 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf dconf-service armhf 0.30.1-2 [33.3 kB] Get:63 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf dconf-gsettings-backend armhf 0.30.1-2 [24.7 kB] Get:64 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf gsettings-desktop-schemas all 3.28.1-1 [529 kB] Get:65 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf glib-networking armhf 2.58.0-2+deb10u2 [47.9 kB] Get:66 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsoup2.4-1 armhf 2.64.2-2 [216 kB] Get:67 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsoup-gnome2.4-1 armhf 2.64.2-2 [17.5 kB] Get:68 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf librest-0.7-0 armhf 0.8.1-1 [27.8 kB] Get:69 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-client0 armhf 1.16.0-1 [21.2 kB] Get:70 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-cursor0 armhf 1.16.0-1 [13.0 kB] Get:71 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-egl1 armhf 1.16.0-1 [8,008 B] Get:72 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcomposite1 armhf 1:0.4.4-2 [16.1 kB] Get:73 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxfixes3 armhf 1:5.0.3-1 [20.6 kB] Get:74 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcursor1 armhf 1:1.1.15-2 [33.5 kB] Get:75 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxdamage1 armhf 1:1.1.4-3+b3 [14.3 kB] Get:76 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxinerama1 armhf 2:1.1.4-2 [17.3 kB] Get:77 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxkbcommon0 armhf 0.8.2-1 [110 kB] Get:78 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxrandr2 armhf 2:1.5.1-1 [34.5 kB] Get:79 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxss1 armhf 1:1.2.3-1 [17.3 kB] Get:80 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-server0 armhf 1.16.0-1 [26.0 kB] Get:81 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgdk-pixbuf2.0-bin armhf 2.38.1+dfsg-1 [23.0 kB] Fetched 29.5 MB in 11s (2,652 kB/s)
Extracting templates from packages: 100% Preconfiguring packages ... Selecting previously unselected package hicolor-icon-theme. (Reading database ... 48645 files and directories currently installed.) Preparing to unpack .../00-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package libjbig0:armhf. Preparing to unpack .../01-libjbig0_2.1-3.1+b2_armhf.deb ... Unpacking libjbig0:armhf (2.1-3.1+b2) ... Selecting previously unselected package libwebp6:armhf. Preparing to unpack .../02-libwebp6_0.6.1-2_armhf.deb ... Unpacking libwebp6:armhf (0.6.1-2) ... Selecting previously unselected package libtiff5:armhf. Preparing to unpack .../03-libtiff5_4.1.0+git191117-2~deb10u1_armhf.deb ... Unpacking libtiff5:armhf (4.1.0+git191117-2~deb10u1) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../04-libgdk-pixbuf2.0-common_2.38.1+dfsg-1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Selecting previously unselected package libgdk-pixbuf2.0-0:armhf. Preparing to unpack .../05-libgdk-pixbuf2.0-0_2.38.1+dfsg-1_armhf.deb ... Unpacking libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../06-gtk-update-icon-cache_3.24.5-1+rpt2_armhf.deb ... No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. Unpacking gtk-update-icon-cache (3.24.5-1+rpt2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../07-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../08-fontconfig-config_2.13.1-2_all.deb ... Unpacking fontconfig-config (2.13.1-2) ... Selecting previously unselected package libfontconfig1:armhf. Preparing to unpack .../09-libfontconfig1_2.13.1-2_armhf.deb ... Unpacking libfontconfig1:armhf (2.13.1-2) ... Selecting previously unselected package libpixman-1-0:armhf. Preparing to unpack .../10-libpixman-1-0_0.36.0-1+rpt1_armhf.deb ... Unpacking libpixman-1-0:armhf (0.36.0-1+rpt1) ... Selecting previously unselected package libxcb-render0:armhf. Preparing to unpack .../11-libxcb-render0_1.13.1-2_armhf.deb ... Unpacking libxcb-render0:armhf (1.13.1-2) ... Selecting previously unselected package libxcb-shm0:armhf. Preparing to unpack .../12-libxcb-shm0_1.13.1-2_armhf.deb ... Unpacking libxcb-shm0:armhf (1.13.1-2) ... Selecting previously unselected package libxrender1:armhf. Preparing to unpack .../13-libxrender1_1%3a0.9.10-1_armhf.deb ... Unpacking libxrender1:armhf (1:0.9.10-1) ... Selecting previously unselected package libcairo2:armhf. Preparing to unpack .../14-libcairo2_1.16.0-4+rpt1_armhf.deb ... Unpacking libcairo2:armhf (1.16.0-4+rpt1) ... Selecting previously unselected package libcroco3:armhf. Preparing to unpack .../15-libcroco3_0.6.12-3_armhf.deb ... Unpacking libcroco3:armhf (0.6.12-3) ... Selecting previously unselected package fontconfig. Preparing to unpack .../16-fontconfig_2.13.1-2_armhf.deb ... Unpacking fontconfig (2.13.1-2) ... Selecting previously unselected package libthai-data. Preparing to unpack .../17-libthai-data_0.1.28-2_all.deb ... Unpacking libthai-data (0.1.28-2) ... Selecting previously unselected package libdatrie1:armhf. Preparing to unpack .../18-libdatrie1_0.2.12-2_armhf.deb ... Unpacking libdatrie1:armhf (0.2.12-2) ... Selecting previously unselected package libthai0:armhf. Preparing to unpack .../19-libthai0_0.1.28-2_armhf.deb ... Unpacking libthai0:armhf (0.1.28-2) ... Selecting previously unselected package libpango-1.0-0:armhf. Preparing to unpack .../20-libpango-1.0-0_1.42.4-8~deb10u1_armhf.deb ... Unpacking libpango-1.0-0:armhf (1.42.4-8~deb10u1) ... Selecting previously unselected package libgraphite2-3:armhf. Preparing to unpack .../21-libgraphite2-3_1.3.13-7_armhf.deb ... Unpacking libgraphite2-3:armhf (1.3.13-7) ... Selecting previously unselected package libharfbuzz0b:armhf. Preparing to unpack .../22-libharfbuzz0b_2.3.1-1_armhf.deb ... Unpacking libharfbuzz0b:armhf (2.3.1-1) ... Selecting previously unselected package libpangoft2-1.0-0:armhf. Preparing to unpack .../23-libpangoft2-1.0-0_1.42.4-8~deb10u1_armhf.deb ... Unpacking libpangoft2-1.0-0:armhf (1.42.4-8~deb10u1) ... Selecting previously unselected package libpangocairo-1.0-0:armhf. Preparing to unpack .../24-libpangocairo-1.0-0_1.42.4-8~deb10u1_armhf.deb ... Unpacking libpangocairo-1.0-0:armhf (1.42.4-8~deb10u1) ... Selecting previously unselected package librsvg2-2:armhf. Preparing to unpack .../25-librsvg2-2_2.44.10-2.1+rpi1_armhf.deb ... Unpacking librsvg2-2:armhf (2.44.10-2.1+rpi1) ... Selecting previously unselected package librsvg2-common:armhf. Preparing to unpack .../26-librsvg2-common_2.44.10-2.1+rpi1_armhf.deb ... Unpacking librsvg2-common:armhf (2.44.10-2.1+rpi1) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../27-adwaita-icon-theme_3.30.1-1_all.deb ... Unpacking adwaita-icon-theme (3.30.1-1) ... Selecting previously unselected package libatspi2.0-0:armhf. Preparing to unpack .../28-libatspi2.0-0_2.30.0-7_armhf.deb ... Unpacking libatspi2.0-0:armhf (2.30.0-7) ... Selecting previously unselected package libxi6:armhf. Preparing to unpack .../29-libxi6_2%3a1.7.9-1_armhf.deb ... Unpacking libxi6:armhf (2:1.7.9-1) ... Selecting previously unselected package x11-common. Preparing to unpack .../30-x11-common_1%3a7.7+19_all.deb ... Unpacking x11-common (1:7.7+19) ... Selecting previously unselected package libxtst6:armhf. Preparing to unpack .../31-libxtst6_2%3a1.2.3-1_armhf.deb ... Unpacking libxtst6:armhf (2:1.2.3-1) ... Selecting previously unselected package at-spi2-core. Preparing to unpack .../32-at-spi2-core_2.30.0-7_armhf.deb ... Unpacking at-spi2-core (2.30.0-7) ... Selecting previously unselected package libnspr4:armhf. Preparing to unpack .../33-libnspr4_2%3a4.20-1_armhf.deb ... Unpacking libnspr4:armhf (2:4.20-1) ... Selecting previously unselected package libnss3:armhf. Preparing to unpack .../34-libnss3_2%3a3.42.1-1+deb10u3_armhf.deb ... Unpacking libnss3:armhf (2:3.42.1-1+deb10u3) ... Selecting previously unselected package libxkbfile1:armhf. Preparing to unpack .../35-libxkbfile1_1%3a1.0.9-2_armhf.deb ... Unpacking libxkbfile1:armhf (1:1.0.9-2) ... Selecting previously unselected package libsecret-common. Preparing to unpack .../36-libsecret-common_0.18.7-1_all.deb ... Unpacking libsecret-common (0.18.7-1) ... Selecting previously unselected package libsecret-1-0:armhf. Preparing to unpack .../37-libsecret-1-0_0.18.7-1_armhf.deb ... Unpacking libsecret-1-0:armhf (0.18.7-1) ... Selecting previously unselected package libatk1.0-data. Preparing to unpack .../38-libatk1.0-data_2.30.0-2_all.deb ... Unpacking libatk1.0-data (2.30.0-2) ... Selecting previously unselected package libatk1.0-0:armhf. Preparing to unpack .../39-libatk1.0-0_2.30.0-2_armhf.deb ... Unpacking libatk1.0-0:armhf (2.30.0-2) ... Selecting previously unselected package libatk-bridge2.0-0:armhf. Preparing to unpack .../40-libatk-bridge2.0-0_2.30.0-5_armhf.deb ... Unpacking libatk-bridge2.0-0:armhf (2.30.0-5) ... Selecting previously unselected package libcairo-gobject2:armhf. Preparing to unpack .../41-libcairo-gobject2_1.16.0-4+rpt1_armhf.deb ... Unpacking libcairo-gobject2:armhf (1.16.0-4+rpt1) ... Selecting previously unselected package liblcms2-2:armhf. Preparing to unpack .../42-liblcms2-2_2.9-3_armhf.deb ... Unpacking liblcms2-2:armhf (2.9-3) ... Selecting previously unselected package libcolord2:armhf. Preparing to unpack .../43-libcolord2_1.4.3-4_armhf.deb ... Unpacking libcolord2:armhf (1.4.3-4) ... Selecting previously unselected package libavahi-client3:armhf. Preparing to unpack .../44-libavahi-client3_0.7-4+b1_armhf.deb ... Unpacking libavahi-client3:armhf (0.7-4+b1) ... Selecting previously unselected package libcups2:armhf. Preparing to unpack .../45-libcups2_2.2.10-6+deb10u3_armhf.deb ... Unpacking libcups2:armhf (2.2.10-6+deb10u3) ... Selecting previously unselected package libepoxy0:armhf. Preparing to unpack .../46-libepoxy0_1.5.3-0.1_armhf.deb ... Unpacking libepoxy0:armhf (1.5.3-0.1) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../47-libjson-glib-1.0-common_1.4.4-2_all.deb ... Unpacking libjson-glib-1.0-common (1.4.4-2) ... Selecting previously unselected package libjson-glib-1.0-0:armhf. Preparing to unpack .../48-libjson-glib-1.0-0_1.4.4-2_armhf.deb ... Unpacking libjson-glib-1.0-0:armhf (1.4.4-2) ... Selecting previously unselected package libproxy1v5:armhf. Preparing to unpack .../49-libproxy1v5_0.4.15-5_armhf.deb ... Unpacking libproxy1v5:armhf (0.4.15-5) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../50-glib-networking-common_2.58.0-2+deb10u2_all.deb ... Unpacking glib-networking-common (2.58.0-2+deb10u2) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../51-glib-networking-services_2.58.0-2+deb10u2_armhf.deb ... Unpacking glib-networking-services (2.58.0-2+deb10u2) ... Selecting previously unselected package libdconf1:armhf. Preparing to unpack .../52-libdconf1_0.30.1-2_armhf.deb ... Unpacking libdconf1:armhf (0.30.1-2) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../53-dbus-user-session_1.12.20-0+deb10u1_armhf.deb ... Unpacking dbus-user-session (1.12.20-0+deb10u1) ... Selecting previously unselected package dconf-service. Preparing to unpack .../54-dconf-service_0.30.1-2_armhf.deb ... Unpacking dconf-service (0.30.1-2) ... Selecting previously unselected package dconf-gsettings-backend:armhf. Preparing to unpack .../55-dconf-gsettings-backend_0.30.1-2_armhf.deb ... Unpacking dconf-gsettings-backend:armhf (0.30.1-2) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../56-gsettings-desktop-schemas_3.28.1-1_all.deb ... Unpacking gsettings-desktop-schemas (3.28.1-1) ... Selecting previously unselected package glib-networking:armhf. Preparing to unpack .../57-glib-networking_2.58.0-2+deb10u2_armhf.deb ... Unpacking glib-networking:armhf (2.58.0-2+deb10u2) ... Selecting previously unselected package libsoup2.4-1:armhf. Preparing to unpack .../58-libsoup2.4-1_2.64.2-2_armhf.deb ... Unpacking libsoup2.4-1:armhf (2.64.2-2) ... Selecting previously unselected package libsoup-gnome2.4-1:armhf. Preparing to unpack .../59-libsoup-gnome2.4-1_2.64.2-2_armhf.deb ... Unpacking libsoup-gnome2.4-1:armhf (2.64.2-2) ... Selecting previously unselected package librest-0.7-0:armhf. Preparing to unpack .../60-librest-0.7-0_0.8.1-1_armhf.deb ... Unpacking librest-0.7-0:armhf (0.8.1-1) ... Selecting previously unselected package libwayland-client0:armhf. Preparing to unpack .../61-libwayland-client0_1.16.0-1_armhf.deb ... Unpacking libwayland-client0:armhf (1.16.0-1) ... Selecting previously unselected package libwayland-cursor0:armhf. Preparing to unpack .../62-libwayland-cursor0_1.16.0-1_armhf.deb ... Unpacking libwayland-cursor0:armhf (1.16.0-1) ... Selecting previously unselected package libwayland-egl1:armhf. Preparing to unpack .../63-libwayland-egl1_1.16.0-1_armhf.deb ... Unpacking libwayland-egl1:armhf (1.16.0-1) ... Selecting previously unselected package libxcomposite1:armhf. Preparing to unpack .../64-libxcomposite1_1%3a0.4.4-2_armhf.deb ... Unpacking libxcomposite1:armhf (1:0.4.4-2) ... Selecting previously unselected package libxfixes3:armhf. Preparing to unpack .../65-libxfixes3_1%3a5.0.3-1_armhf.deb ... Unpacking libxfixes3:armhf (1:5.0.3-1) ... Selecting previously unselected package libxcursor1:armhf. Preparing to unpack .../66-libxcursor1_1%3a1.1.15-2_armhf.deb ... Unpacking libxcursor1:armhf (1:1.1.15-2) ... Selecting previously unselected package libxdamage1:armhf. Preparing to unpack .../67-libxdamage1_1%3a1.1.4-3+b3_armhf.deb ... Unpacking libxdamage1:armhf (1:1.1.4-3+b3) ... Selecting previously unselected package libxinerama1:armhf. Preparing to unpack .../68-libxinerama1_2%3a1.1.4-2_armhf.deb ... Unpacking libxinerama1:armhf (2:1.1.4-2) ... Selecting previously unselected package libxkbcommon0:armhf. Preparing to unpack .../69-libxkbcommon0_0.8.2-1_armhf.deb ... Unpacking libxkbcommon0:armhf (0.8.2-1) ... Selecting previously unselected package libxrandr2:armhf. Preparing to unpack .../70-libxrandr2_2%3a1.5.1-1_armhf.deb ... Unpacking libxrandr2:armhf (2:1.5.1-1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../71-libgtk-3-common_3.24.5-1+rpt2_all.deb ... Unpacking libgtk-3-common (3.24.5-1+rpt2) ... Selecting previously unselected package libgtk-3-0:armhf. Preparing to unpack .../72-libgtk-3-0_3.24.5-1+rpt2_armhf.deb ... Unpacking libgtk-3-0:armhf (3.24.5-1+rpt2) ... Selecting previously unselected package libxss1:armhf. Preparing to unpack .../73-libxss1_1%3a1.2.3-1_armhf.deb ... Unpacking libxss1:armhf (1:1.2.3-1) ... Selecting previously unselected package libdrm-common. Preparing to unpack .../74-libdrm-common_2.4.100-4+rpi1~bpo10+1_all.deb ... Unpacking libdrm-common (2.4.100-4+rpi1~bpo10+1) ... Selecting previously unselected package libdrm2:armhf. Preparing to unpack .../75-libdrm2_2.4.100-4+rpi1~bpo10+1_armhf.deb ... Unpacking libdrm2:armhf (2.4.100-4+rpi1~bpo10+1) ... Selecting previously unselected package libwayland-server0:armhf. Preparing to unpack .../76-libwayland-server0_1.16.0-1_armhf.deb ... Unpacking libwayland-server0:armhf (1.16.0-1) ... Selecting previously unselected package libgbm1:armhf. Preparing to unpack .../77-libgbm1_19.3.2-1~bpo10+1~rpt2_armhf.deb ... Unpacking libgbm1:armhf (19.3.2-1~bpo10+1~rpt2) ... Selecting previously unselected package code. Preparing to unpack .../78-vscode.deb ... Unpacking code (1.51.0-1604600188) ... Selecting previously unselected package libgdk-pixbuf2.0-bin. Preparing to unpack .../79-libgdk-pixbuf2.0-bin_2.38.1+dfsg-1_armhf.deb ... Unpacking libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ... Selecting previously unselected package libgtk-3-bin. Preparing to unpack .../80-libgtk-3-bin_3.24.5-1+rpt2_armhf.deb ... Unpacking libgtk-3-bin (3.24.5-1+rpt2) ... Setting up libgraphite2-3:armhf (1.3.13-7) ... Setting up liblcms2-2:armhf (2.9-3) ... Setting up libpixman-1-0:armhf (0.36.0-1+rpt1) ... Setting up libwayland-server0:armhf (1.16.0-1) ... Setting up libproxy1v5:armhf (0.4.15-5) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libxi6:armhf (2:1.7.9-1) ... Setting up libxrender1:armhf (1:0.9.10-1) ... Setting up libdatrie1:armhf (0.2.12-2) ... Setting up libxcb-render0:armhf (1.13.1-2) ... Setting up libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Setting up x11-common (1:7.7+19) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up libxcb-shm0:armhf (1.13.1-2) ... Setting up libatspi2.0-0:armhf (2.30.0-7) ... Setting up libjbig0:armhf (2.1-3.1+b2) ... Setting up libcolord2:armhf (1.4.3-4) ... Setting up libdconf1:armhf (0.30.1-2) ... Setting up dbus-user-session (1.12.20-0+deb10u1) ... Setting up libepoxy0:armhf (1.5.3-0.1) ... Setting up libnspr4:armhf (2:4.20-1) ... Setting up libxfixes3:armhf (1:5.0.3-1) ... Setting up libxinerama1:armhf (2:1.1.4-2) ... Setting up libxrandr2:armhf (2:1.5.1-1) ... Setting up libwebp6:armhf (0.6.1-2) ... Setting up libcroco3:armhf (0.6.12-3) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libatk1.0-data (2.30.0-2) ... Setting up libharfbuzz0b:armhf (2.3.1-1) ... Setting up libthai-data (0.1.28-2) ... Setting up libjson-glib-1.0-common (1.4.4-2) ... Setting up libatk1.0-0:armhf (2.30.0-2) ... Setting up libtiff5:armhf (4.1.0+git191117-2~deb10u1) ... Setting up libwayland-egl1:armhf (1.16.0-1) ... Setting up libxss1:armhf (1:1.2.3-1) ... Setting up libxkbfile1:armhf (1:1.0.9-2) ... Setting up glib-networking-common (2.58.0-2+deb10u2) ... Setting up libdrm-common (2.4.100-4+rpi1~bpo10+1) ... Setting up libxcomposite1:armhf (1:0.4.4-2) ... Setting up libavahi-client3:armhf (0.7-4+b1) ... Setting up libsecret-common (0.18.7-1) ... Setting up libxkbcommon0:armhf (0.8.2-1) ... Setting up libwayland-client0:armhf (1.16.0-1) ... Setting up glib-networking-services (2.58.0-2+deb10u2) ... Setting up libxdamage1:armhf (1:1.1.4-3+b3) ... Setting up fontconfig-config (2.13.1-2) ... Setting up libxtst6:armhf (2:1.2.3-1) ... Setting up libxcursor1:armhf (1:1.1.15-2) ... Setting up dconf-service (0.30.1-2) ... Setting up libnss3:armhf (2:3.42.1-1+deb10u3) ... Setting up libjson-glib-1.0-0:armhf (1.4.4-2) ... Setting up libatk-bridge2.0-0:armhf (2.30.0-5) ... Setting up libthai0:armhf (0.1.28-2) ... Setting up libsecret-1-0:armhf (0.18.7-1) ... Setting up libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... Setting up libcups2:armhf (2.2.10-6+deb10u3) ... Setting up libdrm2:armhf (2.4.100-4+rpi1~bpo10+1) ... Setting up at-spi2-core (2.30.0-7) ... Setting up libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ... Setting up libwayland-cursor0:armhf (1.16.0-1) ... Setting up libfontconfig1:armhf (2.13.1-2) ... Setting up gtk-update-icon-cache (3.24.5-1+rpt2) ... Setting up fontconfig (2.13.1-2) ... Regenerating fonts cache... done. Setting up dconf-gsettings-backend:armhf (0.30.1-2) ... Setting up libgbm1:armhf (19.3.2-1~bpo10+1~rpt2) ... Setting up libpango-1.0-0:armhf (1.42.4-8~deb10u1) ... Setting up libcairo2:armhf (1.16.0-4+rpt1) ... Setting up libcairo-gobject2:armhf (1.16.0-4+rpt1) ... Setting up libpangoft2-1.0-0:armhf (1.42.4-8~deb10u1) ... Setting up libgtk-3-common (3.24.5-1+rpt2) ... Setting up libpangocairo-1.0-0:armhf (1.42.4-8~deb10u1) ... Setting up gsettings-desktop-schemas (3.28.1-1) ... Setting up librsvg2-2:armhf (2.44.10-2.1+rpi1) ... Setting up librsvg2-common:armhf (2.44.10-2.1+rpi1) ... Setting up adwaita-icon-theme (3.30.1-1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Processing triggers for mime-support (3.62) ... Processing triggers for libglib2.0-0:armhf (2.58.3-2+deb10u2) ... Processing triggers for libc-bin (2.28-10+rpi1) ... Processing triggers for systemd (241-7~deb10u4+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for shared-mime-info (1.10-1) ... Setting up glib-networking:armhf (2.58.0-2+deb10u2) ... Setting up libsoup2.4-1:armhf (2.64.2-2) ... Setting up libsoup-gnome2.4-1:armhf (2.64.2-2) ... Setting up librest-0.7-0:armhf (0.8.1-1) ... Setting up libgtk-3-0:armhf (3.24.5-1+rpt2) ... Setting up libgtk-3-bin (3.24.5-1+rpt2) ... Setting up code (1.51.0-1604600188) ... Processing triggers for libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... Processing triggers for libc-bin (2.28-10+rpi1) ... Reading package lists... Done Building dependency tree
Reading state information... Done libdrm2 is already the newest version (2.4.100-4+rpi1~bpo10+1). libdrm2 set to manually installed. libgbm1 is already the newest version (19.3.2-1~bpo10+1~rpt2). libgbm1 set to manually installed. The following NEW packages will be installed: libx11-xcb1 libxcb-dri3-0 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. Need to get 290 kB of archives. After this operation, 371 kB of additional disk space will be used. Get:1 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libx11-xcb1 armhf 2:1.6.7-1+deb10u1 [190 kB] Get:2 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcb-dri3-0 armhf 1.13.1-2 [100 kB] Fetched 290 kB in 0s (748 kB/s)
Selecting previously unselected package libx11-xcb1:armhf. (Reading database ... 58115 files and directories currently installed.) Preparing to unpack .../libx11-xcb1_2%3a1.6.7-1+deb10u1_armhf.deb ... Unpacking libx11-xcb1:armhf (2:1.6.7-1+deb10u1) ... Selecting previously unselected package libxcb-dri3-0:armhf. Preparing to unpack .../libxcb-dri3-0_1.13.1-2_armhf.deb ... Unpacking libxcb-dri3-0:armhf (1.13.1-2) ... Setting up libxcb-dri3-0:armhf (1.13.1-2) ... Setting up libx11-xcb1:armhf (2:1.6.7-1+deb10u1) ... Processing triggers for libc-bin (2.28-10+rpi1) ...


* RPiOS Lite, **with** running `apt update && apt upgrade` first:

Installing VSCODE --2020-11-11 13:55:54-- https://aka.ms/linux-armhf-deb Resolving aka.ms (aka.ms)... 23.195.139.83 Connecting to aka.ms (aka.ms)|23.195.139.83|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://update.code.visualstudio.com/latest/linux-deb-armhf/stable [following] --2020-11-11 13:55:54-- https://update.code.visualstudio.com/latest/linux-deb-armhf/stable Resolving update.code.visualstudio.com (update.code.visualstudio.com)... 51.144.164.215 Connecting to update.code.visualstudio.com (update.code.visualstudio.com)|51.144.164.215|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://az764295.vo.msecnd.net/stable/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/code_1.51.0-1604600188_armhf.deb [following] --2020-11-11 13:55:55-- https://az764295.vo.msecnd.net/stable/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/code_1.51.0-1604600188_armhf.deb Resolving az764295.vo.msecnd.net (az764295.vo.msecnd.net)... 152.199.19.160 Connecting to az764295.vo.msecnd.net (az764295.vo.msecnd.net)|152.199.19.160|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59896392 (57M) [application/x-debian-package] Saving to: ‘vscode.deb’

vscode.deb 100%[===================>] 57.12M 13.1MB/s in 4.4s

2020-11-11 13:55:59 (13.1 MB/s) - ‘vscode.deb’ saved [59896392/59896392]

Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'code' instead of './vscode.deb' The following additional packages will be installed: adwaita-icon-theme at-spi2-core dbus-user-session dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libdrm-common libdrm2 libepoxy0 libfontconfig1 libgbm1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsecret-1-0 libsecret-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxkbfile1 libxrandr2 libxrender1 libxss1 libxtst6 x11-common Suggested packages: colord cups-common gvfs liblcms2-utils librsvg2-bin The following NEW packages will be installed: adwaita-icon-theme at-spi2-core code dbus-user-session dconf-gsettings-backend dconf-service fontconfig fontconfig-config fonts-dejavu-core glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libavahi-client3 libcairo-gobject2 libcairo2 libcolord2 libcroco3 libcups2 libdatrie1 libdconf1 libdrm-common libdrm2 libepoxy0 libfontconfig1 libgbm1 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgraphite2-3 libgtk-3-0 libgtk-3-bin libgtk-3-common libharfbuzz0b libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0 libproxy1v5 librest-0.7-0 librsvg2-2 librsvg2-common libsecret-1-0 libsecret-common libsoup-gnome2.4-1 libsoup2.4-1 libthai-data libthai0 libtiff5 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp6 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxkbfile1 libxrandr2 libxrender1 libxss1 libxtst6 x11-common 0 upgraded, 81 newly installed, 0 to remove and 0 not upgraded. Need to get 29.5 MB/89.4 MB of archives. After this operation, 313 MB of additional disk space will be used. Get:1 http://archive.raspberrypi.org/debian buster/main armhf gtk-update-icon-cache armhf 3.24.5-1+rpt2 [80.5 kB] Get:3 http://archive.raspberrypi.org/debian buster/main armhf libpixman-1-0 armhf 0.36.0-1+rpt1 [476 kB] Get:2 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf hicolor-icon-theme all 0.17-2 [11.4 kB] Get:4 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libjbig0 armhf 2.1-3.1+b2 [27.6 kB] Get:5 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwebp6 armhf 0.6.1-2 [228 kB] Get:6 http://archive.raspberrypi.org/debian buster/main armhf libcairo2 armhf 1.16.0-4+rpt1 [600 kB] Get:7 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libtiff5 armhf 4.1.0+git191117-2~deb10u1 [249 kB] Get:9 http://archive.raspberrypi.org/debian buster/main armhf libcairo-gobject2 armhf 1.16.0-4+rpt1 [123 kB] Get:8 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgdk-pixbuf2.0-common all 2.38.1+dfsg-1 [316 kB] Get:10 http://archive.raspberrypi.org/debian buster/main armhf libgtk-3-common all 3.24.5-1+rpt2 [3,680 kB] Get:11 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgdk-pixbuf2.0-0 armhf 2.38.1+dfsg-1 [157 kB] Get:12 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf fonts-dejavu-core all 2.37-1 [1,068 kB] Get:13 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf fontconfig-config all 2.13.1-2 [280 kB] Get:14 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libfontconfig1 armhf 2.13.1-2 [327 kB] Get:15 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcb-render0 armhf 1.13.1-2 [108 kB] Get:16 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcb-shm0 armhf 1.13.1-2 [99.3 kB] Get:17 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxrender1 armhf 1:0.9.10-1 [29.9 kB] Get:18 http://archive.raspberrypi.org/debian buster/main armhf libgtk-3-0 armhf 3.24.5-1+rpt2 [2,136 kB] Get:19 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB] Get:20 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf fontconfig armhf 2.13.1-2 [404 kB] Get:22 http://archive.raspberrypi.org/debian buster/main armhf libdrm-common all 2.4.100-4+rpi1~bpo10+1 [14.4 kB] Get:23 http://archive.raspberrypi.org/debian buster/main armhf libdrm2 armhf 2.4.100-4+rpi1~bpo10+1 [36.6 kB] Get:21 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libthai-data all 0.1.28-2 [170 kB] Get:24 http://archive.raspberrypi.org/debian buster/main armhf libgbm1 armhf 19.3.2-1~bpo10+1~rpt2 [67.0 kB] Get:25 http://archive.raspberrypi.org/debian buster/main armhf libgtk-3-bin armhf 3.24.5-1+rpt2 [111 kB] Get:26 /home/pi/pico/vscode.deb code armhf 1.51.0-1604600188 [59.9 MB]
Get:27 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libdatrie1 armhf 0.2.12-2 [35.9 kB] Get:28 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libthai0 armhf 0.1.28-2 [50.9 kB] Get:29 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libpango-1.0-0 armhf 1.42.4-8~deb10u1 [169 kB] Get:30 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgraphite2-3 armhf 1.3.13-7 [69.6 kB] Get:31 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libharfbuzz0b armhf 2.3.1-1 [1,144 kB] Get:32 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libpangoft2-1.0-0 armhf 1.42.4-8~deb10u1 [62.3 kB] Get:33 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libpangocairo-1.0-0 armhf 1.42.4-8~deb10u1 [52.0 kB] Get:34 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf librsvg2-2 armhf 2.44.10-2.1+rpi1 [967 kB] Get:35 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf librsvg2-common armhf 2.44.10-2.1+rpi1 [23.1 kB] Get:36 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf adwaita-icon-theme all 3.30.1-1 [11.7 MB] Get:37 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatspi2.0-0 armhf 2.30.0-7 [54.3 kB] Get:38 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxi6 armhf 2:1.7.9-1 [77.8 kB] Get:39 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf x11-common all 1:7.7+19 [251 kB] Get:40 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxtst6 armhf 2:1.2.3-1 [26.3 kB] Get:41 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf at-spi2-core armhf 2.30.0-7 [64.6 kB] Get:42 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libnspr4 armhf 2:4.20-1 [89.6 kB] Get:43 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libnss3 armhf 2:3.42.1-1+deb10u3 [944 kB] Get:44 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxkbfile1 armhf 1:1.0.9-2 [65.4 kB] Get:45 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsecret-common all 0.18.7-1 [25.7 kB] Get:46 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsecret-1-0 armhf 0.18.7-1 [82.1 kB] Get:47 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatk1.0-data all 2.30.0-2 [145 kB] Get:48 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatk1.0-0 armhf 2.30.0-2 [42.7 kB] Get:49 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libatk-bridge2.0-0 armhf 2.30.0-5 [51.1 kB] Get:50 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf liblcms2-2 armhf 2.9-3 [116 kB] Get:51 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libcolord2 armhf 1.4.3-4 [119 kB] Get:52 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libavahi-client3 armhf 0.7-4+b1 [54.0 kB] Get:53 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libcups2 armhf 2.2.10-6+deb10u3 [287 kB] Get:54 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libepoxy0 armhf 1.5.3-0.1 [167 kB] Get:55 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libjson-glib-1.0-common all 1.4.4-2 [52.3 kB] Get:56 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libjson-glib-1.0-0 armhf 1.4.4-2 [52.7 kB] Get:57 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libproxy1v5 armhf 0.4.15-5 [49.8 kB] Get:58 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB] Get:59 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf glib-networking-services armhf 2.58.0-2+deb10u2 [13.2 kB] Get:60 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libdconf1 armhf 0.30.1-2 [36.3 kB] Get:61 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf dbus-user-session armhf 1.12.20-0+deb10u1 [94.5 kB] Get:62 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf dconf-service armhf 0.30.1-2 [33.3 kB] Get:63 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf dconf-gsettings-backend armhf 0.30.1-2 [24.7 kB] Get:64 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf gsettings-desktop-schemas all 3.28.1-1 [529 kB] Get:65 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf glib-networking armhf 2.58.0-2+deb10u2 [47.9 kB] Get:66 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsoup2.4-1 armhf 2.64.2-2 [216 kB] Get:67 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libsoup-gnome2.4-1 armhf 2.64.2-2 [17.5 kB] Get:68 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf librest-0.7-0 armhf 0.8.1-1 [27.8 kB] Get:69 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-client0 armhf 1.16.0-1 [21.2 kB] Get:70 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-cursor0 armhf 1.16.0-1 [13.0 kB] Get:71 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-egl1 armhf 1.16.0-1 [8,008 B] Get:72 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcomposite1 armhf 1:0.4.4-2 [16.1 kB] Get:73 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxfixes3 armhf 1:5.0.3-1 [20.6 kB] Get:74 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcursor1 armhf 1:1.1.15-2 [33.5 kB] Get:75 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxdamage1 armhf 1:1.1.4-3+b3 [14.3 kB] Get:76 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxinerama1 armhf 2:1.1.4-2 [17.3 kB] Get:77 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxkbcommon0 armhf 0.8.2-1 [110 kB] Get:78 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxrandr2 armhf 2:1.5.1-1 [34.5 kB] Get:79 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxss1 armhf 1:1.2.3-1 [17.3 kB] Get:80 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libwayland-server0 armhf 1.16.0-1 [26.0 kB] Get:81 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libgdk-pixbuf2.0-bin armhf 2.38.1+dfsg-1 [23.0 kB] Fetched 29.5 MB in 11s (2,637 kB/s)
Extracting templates from packages: 100% Preconfiguring packages ... Selecting previously unselected package hicolor-icon-theme. (Reading database ... 46490 files and directories currently installed.) Preparing to unpack .../00-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package libjbig0:armhf. Preparing to unpack .../01-libjbig0_2.1-3.1+b2_armhf.deb ... Unpacking libjbig0:armhf (2.1-3.1+b2) ... Selecting previously unselected package libwebp6:armhf. Preparing to unpack .../02-libwebp6_0.6.1-2_armhf.deb ... Unpacking libwebp6:armhf (0.6.1-2) ... Selecting previously unselected package libtiff5:armhf. Preparing to unpack .../03-libtiff5_4.1.0+git191117-2~deb10u1_armhf.deb ... Unpacking libtiff5:armhf (4.1.0+git191117-2~deb10u1) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../04-libgdk-pixbuf2.0-common_2.38.1+dfsg-1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Selecting previously unselected package libgdk-pixbuf2.0-0:armhf. Preparing to unpack .../05-libgdk-pixbuf2.0-0_2.38.1+dfsg-1_armhf.deb ... Unpacking libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../06-gtk-update-icon-cache_3.24.5-1+rpt2_armhf.deb ... No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. Unpacking gtk-update-icon-cache (3.24.5-1+rpt2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../07-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../08-fontconfig-config_2.13.1-2_all.deb ... Unpacking fontconfig-config (2.13.1-2) ... Selecting previously unselected package libfontconfig1:armhf. Preparing to unpack .../09-libfontconfig1_2.13.1-2_armhf.deb ... Unpacking libfontconfig1:armhf (2.13.1-2) ... Selecting previously unselected package libpixman-1-0:armhf. Preparing to unpack .../10-libpixman-1-0_0.36.0-1+rpt1_armhf.deb ... Unpacking libpixman-1-0:armhf (0.36.0-1+rpt1) ... Selecting previously unselected package libxcb-render0:armhf. Preparing to unpack .../11-libxcb-render0_1.13.1-2_armhf.deb ... Unpacking libxcb-render0:armhf (1.13.1-2) ... Selecting previously unselected package libxcb-shm0:armhf. Preparing to unpack .../12-libxcb-shm0_1.13.1-2_armhf.deb ... Unpacking libxcb-shm0:armhf (1.13.1-2) ... Selecting previously unselected package libxrender1:armhf. Preparing to unpack .../13-libxrender1_1%3a0.9.10-1_armhf.deb ... Unpacking libxrender1:armhf (1:0.9.10-1) ... Selecting previously unselected package libcairo2:armhf. Preparing to unpack .../14-libcairo2_1.16.0-4+rpt1_armhf.deb ... Unpacking libcairo2:armhf (1.16.0-4+rpt1) ... Selecting previously unselected package libcroco3:armhf. Preparing to unpack .../15-libcroco3_0.6.12-3_armhf.deb ... Unpacking libcroco3:armhf (0.6.12-3) ... Selecting previously unselected package fontconfig. Preparing to unpack .../16-fontconfig_2.13.1-2_armhf.deb ... Unpacking fontconfig (2.13.1-2) ... Selecting previously unselected package libthai-data. Preparing to unpack .../17-libthai-data_0.1.28-2_all.deb ... Unpacking libthai-data (0.1.28-2) ... Selecting previously unselected package libdatrie1:armhf. Preparing to unpack .../18-libdatrie1_0.2.12-2_armhf.deb ... Unpacking libdatrie1:armhf (0.2.12-2) ... Selecting previously unselected package libthai0:armhf. Preparing to unpack .../19-libthai0_0.1.28-2_armhf.deb ... Unpacking libthai0:armhf (0.1.28-2) ... Selecting previously unselected package libpango-1.0-0:armhf. Preparing to unpack .../20-libpango-1.0-0_1.42.4-8~deb10u1_armhf.deb ... Unpacking libpango-1.0-0:armhf (1.42.4-8~deb10u1) ... Selecting previously unselected package libgraphite2-3:armhf. Preparing to unpack .../21-libgraphite2-3_1.3.13-7_armhf.deb ... Unpacking libgraphite2-3:armhf (1.3.13-7) ... Selecting previously unselected package libharfbuzz0b:armhf. Preparing to unpack .../22-libharfbuzz0b_2.3.1-1_armhf.deb ... Unpacking libharfbuzz0b:armhf (2.3.1-1) ... Selecting previously unselected package libpangoft2-1.0-0:armhf. Preparing to unpack .../23-libpangoft2-1.0-0_1.42.4-8~deb10u1_armhf.deb ... Unpacking libpangoft2-1.0-0:armhf (1.42.4-8~deb10u1) ... Selecting previously unselected package libpangocairo-1.0-0:armhf. Preparing to unpack .../24-libpangocairo-1.0-0_1.42.4-8~deb10u1_armhf.deb ... Unpacking libpangocairo-1.0-0:armhf (1.42.4-8~deb10u1) ... Selecting previously unselected package librsvg2-2:armhf. Preparing to unpack .../25-librsvg2-2_2.44.10-2.1+rpi1_armhf.deb ... Unpacking librsvg2-2:armhf (2.44.10-2.1+rpi1) ... Selecting previously unselected package librsvg2-common:armhf. Preparing to unpack .../26-librsvg2-common_2.44.10-2.1+rpi1_armhf.deb ... Unpacking librsvg2-common:armhf (2.44.10-2.1+rpi1) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../27-adwaita-icon-theme_3.30.1-1_all.deb ... Unpacking adwaita-icon-theme (3.30.1-1) ... Selecting previously unselected package libatspi2.0-0:armhf. Preparing to unpack .../28-libatspi2.0-0_2.30.0-7_armhf.deb ... Unpacking libatspi2.0-0:armhf (2.30.0-7) ... Selecting previously unselected package libxi6:armhf. Preparing to unpack .../29-libxi6_2%3a1.7.9-1_armhf.deb ... Unpacking libxi6:armhf (2:1.7.9-1) ... Selecting previously unselected package x11-common. Preparing to unpack .../30-x11-common_1%3a7.7+19_all.deb ... Unpacking x11-common (1:7.7+19) ... Selecting previously unselected package libxtst6:armhf. Preparing to unpack .../31-libxtst6_2%3a1.2.3-1_armhf.deb ... Unpacking libxtst6:armhf (2:1.2.3-1) ... Selecting previously unselected package at-spi2-core. Preparing to unpack .../32-at-spi2-core_2.30.0-7_armhf.deb ... Unpacking at-spi2-core (2.30.0-7) ... Selecting previously unselected package libnspr4:armhf. Preparing to unpack .../33-libnspr4_2%3a4.20-1_armhf.deb ... Unpacking libnspr4:armhf (2:4.20-1) ... Selecting previously unselected package libnss3:armhf. Preparing to unpack .../34-libnss3_2%3a3.42.1-1+deb10u3_armhf.deb ... Unpacking libnss3:armhf (2:3.42.1-1+deb10u3) ... Selecting previously unselected package libxkbfile1:armhf. Preparing to unpack .../35-libxkbfile1_1%3a1.0.9-2_armhf.deb ... Unpacking libxkbfile1:armhf (1:1.0.9-2) ... Selecting previously unselected package libsecret-common. Preparing to unpack .../36-libsecret-common_0.18.7-1_all.deb ... Unpacking libsecret-common (0.18.7-1) ... Selecting previously unselected package libsecret-1-0:armhf. Preparing to unpack .../37-libsecret-1-0_0.18.7-1_armhf.deb ... Unpacking libsecret-1-0:armhf (0.18.7-1) ... Selecting previously unselected package libatk1.0-data. Preparing to unpack .../38-libatk1.0-data_2.30.0-2_all.deb ... Unpacking libatk1.0-data (2.30.0-2) ... Selecting previously unselected package libatk1.0-0:armhf. Preparing to unpack .../39-libatk1.0-0_2.30.0-2_armhf.deb ... Unpacking libatk1.0-0:armhf (2.30.0-2) ... Selecting previously unselected package libatk-bridge2.0-0:armhf. Preparing to unpack .../40-libatk-bridge2.0-0_2.30.0-5_armhf.deb ... Unpacking libatk-bridge2.0-0:armhf (2.30.0-5) ... Selecting previously unselected package libcairo-gobject2:armhf. Preparing to unpack .../41-libcairo-gobject2_1.16.0-4+rpt1_armhf.deb ... Unpacking libcairo-gobject2:armhf (1.16.0-4+rpt1) ... Selecting previously unselected package liblcms2-2:armhf. Preparing to unpack .../42-liblcms2-2_2.9-3_armhf.deb ... Unpacking liblcms2-2:armhf (2.9-3) ... Selecting previously unselected package libcolord2:armhf. Preparing to unpack .../43-libcolord2_1.4.3-4_armhf.deb ... Unpacking libcolord2:armhf (1.4.3-4) ... Selecting previously unselected package libavahi-client3:armhf. Preparing to unpack .../44-libavahi-client3_0.7-4+b1_armhf.deb ... Unpacking libavahi-client3:armhf (0.7-4+b1) ... Selecting previously unselected package libcups2:armhf. Preparing to unpack .../45-libcups2_2.2.10-6+deb10u3_armhf.deb ... Unpacking libcups2:armhf (2.2.10-6+deb10u3) ... Selecting previously unselected package libepoxy0:armhf. Preparing to unpack .../46-libepoxy0_1.5.3-0.1_armhf.deb ... Unpacking libepoxy0:armhf (1.5.3-0.1) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../47-libjson-glib-1.0-common_1.4.4-2_all.deb ... Unpacking libjson-glib-1.0-common (1.4.4-2) ... Selecting previously unselected package libjson-glib-1.0-0:armhf. Preparing to unpack .../48-libjson-glib-1.0-0_1.4.4-2_armhf.deb ... Unpacking libjson-glib-1.0-0:armhf (1.4.4-2) ... Selecting previously unselected package libproxy1v5:armhf. Preparing to unpack .../49-libproxy1v5_0.4.15-5_armhf.deb ... Unpacking libproxy1v5:armhf (0.4.15-5) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../50-glib-networking-common_2.58.0-2+deb10u2_all.deb ... Unpacking glib-networking-common (2.58.0-2+deb10u2) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../51-glib-networking-services_2.58.0-2+deb10u2_armhf.deb ... Unpacking glib-networking-services (2.58.0-2+deb10u2) ... Selecting previously unselected package libdconf1:armhf. Preparing to unpack .../52-libdconf1_0.30.1-2_armhf.deb ... Unpacking libdconf1:armhf (0.30.1-2) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../53-dbus-user-session_1.12.20-0+deb10u1_armhf.deb ... Unpacking dbus-user-session (1.12.20-0+deb10u1) ... Selecting previously unselected package dconf-service. Preparing to unpack .../54-dconf-service_0.30.1-2_armhf.deb ... Unpacking dconf-service (0.30.1-2) ... Selecting previously unselected package dconf-gsettings-backend:armhf. Preparing to unpack .../55-dconf-gsettings-backend_0.30.1-2_armhf.deb ... Unpacking dconf-gsettings-backend:armhf (0.30.1-2) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../56-gsettings-desktop-schemas_3.28.1-1_all.deb ... Unpacking gsettings-desktop-schemas (3.28.1-1) ... Selecting previously unselected package glib-networking:armhf. Preparing to unpack .../57-glib-networking_2.58.0-2+deb10u2_armhf.deb ... Unpacking glib-networking:armhf (2.58.0-2+deb10u2) ... Selecting previously unselected package libsoup2.4-1:armhf. Preparing to unpack .../58-libsoup2.4-1_2.64.2-2_armhf.deb ... Unpacking libsoup2.4-1:armhf (2.64.2-2) ... Selecting previously unselected package libsoup-gnome2.4-1:armhf. Preparing to unpack .../59-libsoup-gnome2.4-1_2.64.2-2_armhf.deb ... Unpacking libsoup-gnome2.4-1:armhf (2.64.2-2) ... Selecting previously unselected package librest-0.7-0:armhf. Preparing to unpack .../60-librest-0.7-0_0.8.1-1_armhf.deb ... Unpacking librest-0.7-0:armhf (0.8.1-1) ... Selecting previously unselected package libwayland-client0:armhf. Preparing to unpack .../61-libwayland-client0_1.16.0-1_armhf.deb ... Unpacking libwayland-client0:armhf (1.16.0-1) ... Selecting previously unselected package libwayland-cursor0:armhf. Preparing to unpack .../62-libwayland-cursor0_1.16.0-1_armhf.deb ... Unpacking libwayland-cursor0:armhf (1.16.0-1) ... Selecting previously unselected package libwayland-egl1:armhf. Preparing to unpack .../63-libwayland-egl1_1.16.0-1_armhf.deb ... Unpacking libwayland-egl1:armhf (1.16.0-1) ... Selecting previously unselected package libxcomposite1:armhf. Preparing to unpack .../64-libxcomposite1_1%3a0.4.4-2_armhf.deb ... Unpacking libxcomposite1:armhf (1:0.4.4-2) ... Selecting previously unselected package libxfixes3:armhf. Preparing to unpack .../65-libxfixes3_1%3a5.0.3-1_armhf.deb ... Unpacking libxfixes3:armhf (1:5.0.3-1) ... Selecting previously unselected package libxcursor1:armhf. Preparing to unpack .../66-libxcursor1_1%3a1.1.15-2_armhf.deb ... Unpacking libxcursor1:armhf (1:1.1.15-2) ... Selecting previously unselected package libxdamage1:armhf. Preparing to unpack .../67-libxdamage1_1%3a1.1.4-3+b3_armhf.deb ... Unpacking libxdamage1:armhf (1:1.1.4-3+b3) ... Selecting previously unselected package libxinerama1:armhf. Preparing to unpack .../68-libxinerama1_2%3a1.1.4-2_armhf.deb ... Unpacking libxinerama1:armhf (2:1.1.4-2) ... Selecting previously unselected package libxkbcommon0:armhf. Preparing to unpack .../69-libxkbcommon0_0.8.2-1_armhf.deb ... Unpacking libxkbcommon0:armhf (0.8.2-1) ... Selecting previously unselected package libxrandr2:armhf. Preparing to unpack .../70-libxrandr2_2%3a1.5.1-1_armhf.deb ... Unpacking libxrandr2:armhf (2:1.5.1-1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../71-libgtk-3-common_3.24.5-1+rpt2_all.deb ... Unpacking libgtk-3-common (3.24.5-1+rpt2) ... Selecting previously unselected package libgtk-3-0:armhf. Preparing to unpack .../72-libgtk-3-0_3.24.5-1+rpt2_armhf.deb ... Unpacking libgtk-3-0:armhf (3.24.5-1+rpt2) ... Selecting previously unselected package libxss1:armhf. Preparing to unpack .../73-libxss1_1%3a1.2.3-1_armhf.deb ... Unpacking libxss1:armhf (1:1.2.3-1) ... Selecting previously unselected package libdrm-common. Preparing to unpack .../74-libdrm-common_2.4.100-4+rpi1~bpo10+1_all.deb ... Unpacking libdrm-common (2.4.100-4+rpi1~bpo10+1) ... Selecting previously unselected package libdrm2:armhf. Preparing to unpack .../75-libdrm2_2.4.100-4+rpi1~bpo10+1_armhf.deb ... Unpacking libdrm2:armhf (2.4.100-4+rpi1~bpo10+1) ... Selecting previously unselected package libwayland-server0:armhf. Preparing to unpack .../76-libwayland-server0_1.16.0-1_armhf.deb ... Unpacking libwayland-server0:armhf (1.16.0-1) ... Selecting previously unselected package libgbm1:armhf. Preparing to unpack .../77-libgbm1_19.3.2-1~bpo10+1~rpt2_armhf.deb ... Unpacking libgbm1:armhf (19.3.2-1~bpo10+1~rpt2) ... Selecting previously unselected package code. Preparing to unpack .../78-vscode.deb ... Unpacking code (1.51.0-1604600188) ... Selecting previously unselected package libgdk-pixbuf2.0-bin. Preparing to unpack .../79-libgdk-pixbuf2.0-bin_2.38.1+dfsg-1_armhf.deb ... Unpacking libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ... Selecting previously unselected package libgtk-3-bin. Preparing to unpack .../80-libgtk-3-bin_3.24.5-1+rpt2_armhf.deb ... Unpacking libgtk-3-bin (3.24.5-1+rpt2) ... Setting up libgraphite2-3:armhf (1.3.13-7) ... Setting up liblcms2-2:armhf (2.9-3) ... Setting up libpixman-1-0:armhf (0.36.0-1+rpt1) ... Setting up libwayland-server0:armhf (1.16.0-1) ... Setting up libproxy1v5:armhf (0.4.15-5) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libxi6:armhf (2:1.7.9-1) ... Setting up libxrender1:armhf (1:0.9.10-1) ... Setting up libdatrie1:armhf (0.2.12-2) ... Setting up libxcb-render0:armhf (1.13.1-2) ... Setting up libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Setting up x11-common (1:7.7+19) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up libxcb-shm0:armhf (1.13.1-2) ... Setting up libatspi2.0-0:armhf (2.30.0-7) ... Setting up libjbig0:armhf (2.1-3.1+b2) ... Setting up libcolord2:armhf (1.4.3-4) ... Setting up libdconf1:armhf (0.30.1-2) ... Setting up dbus-user-session (1.12.20-0+deb10u1) ... Setting up libepoxy0:armhf (1.5.3-0.1) ... Setting up libnspr4:armhf (2:4.20-1) ... Setting up libxfixes3:armhf (1:5.0.3-1) ... Setting up libxinerama1:armhf (2:1.1.4-2) ... Setting up libxrandr2:armhf (2:1.5.1-1) ... Setting up libwebp6:armhf (0.6.1-2) ... Setting up libcroco3:armhf (0.6.12-3) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libatk1.0-data (2.30.0-2) ... Setting up libharfbuzz0b:armhf (2.3.1-1) ... Setting up libthai-data (0.1.28-2) ... Setting up libjson-glib-1.0-common (1.4.4-2) ... Setting up libatk1.0-0:armhf (2.30.0-2) ... Setting up libtiff5:armhf (4.1.0+git191117-2~deb10u1) ... Setting up libwayland-egl1:armhf (1.16.0-1) ... Setting up libxss1:armhf (1:1.2.3-1) ... Setting up libxkbfile1:armhf (1:1.0.9-2) ... Setting up glib-networking-common (2.58.0-2+deb10u2) ... Setting up libdrm-common (2.4.100-4+rpi1~bpo10+1) ... Setting up libxcomposite1:armhf (1:0.4.4-2) ... Setting up libavahi-client3:armhf (0.7-4+b1) ... Setting up libsecret-common (0.18.7-1) ... Setting up libxkbcommon0:armhf (0.8.2-1) ... Setting up libwayland-client0:armhf (1.16.0-1) ... Setting up glib-networking-services (2.58.0-2+deb10u2) ... Setting up libxdamage1:armhf (1:1.1.4-3+b3) ... Setting up fontconfig-config (2.13.1-2) ... Setting up libxtst6:armhf (2:1.2.3-1) ... Setting up libxcursor1:armhf (1:1.1.15-2) ... Setting up dconf-service (0.30.1-2) ... Setting up libnss3:armhf (2:3.42.1-1+deb10u3) ... Setting up libjson-glib-1.0-0:armhf (1.4.4-2) ... Setting up libatk-bridge2.0-0:armhf (2.30.0-5) ... Setting up libthai0:armhf (0.1.28-2) ... Setting up libsecret-1-0:armhf (0.18.7-1) ... Setting up libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... Setting up libcups2:armhf (2.2.10-6+deb10u3) ... Setting up libdrm2:armhf (2.4.100-4+rpi1~bpo10+1) ... Setting up at-spi2-core (2.30.0-7) ... Setting up libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ... Setting up libwayland-cursor0:armhf (1.16.0-1) ... Setting up libfontconfig1:armhf (2.13.1-2) ... Setting up gtk-update-icon-cache (3.24.5-1+rpt2) ... Setting up fontconfig (2.13.1-2) ... Regenerating fonts cache... done. Setting up dconf-gsettings-backend:armhf (0.30.1-2) ... Setting up libgbm1:armhf (19.3.2-1~bpo10+1~rpt2) ... Setting up libpango-1.0-0:armhf (1.42.4-8~deb10u1) ... Setting up libcairo2:armhf (1.16.0-4+rpt1) ... Setting up libcairo-gobject2:armhf (1.16.0-4+rpt1) ... Setting up libpangoft2-1.0-0:armhf (1.42.4-8~deb10u1) ... Setting up libgtk-3-common (3.24.5-1+rpt2) ... Setting up libpangocairo-1.0-0:armhf (1.42.4-8~deb10u1) ... Setting up gsettings-desktop-schemas (3.28.1-1) ... Setting up librsvg2-2:armhf (2.44.10-2.1+rpi1) ... Setting up librsvg2-common:armhf (2.44.10-2.1+rpi1) ... Setting up adwaita-icon-theme (3.30.1-1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Processing triggers for mime-support (3.62) ... Processing triggers for libglib2.0-0:armhf (2.58.3-2+deb10u2) ... Processing triggers for libc-bin (2.28-10+rpi1) ... Processing triggers for systemd (241-7~deb10u4+rpi1) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for shared-mime-info (1.10-1) ... Setting up glib-networking:armhf (2.58.0-2+deb10u2) ... Setting up libsoup2.4-1:armhf (2.64.2-2) ... Setting up libsoup-gnome2.4-1:armhf (2.64.2-2) ... Setting up librest-0.7-0:armhf (0.8.1-1) ... Setting up libgtk-3-0:armhf (3.24.5-1+rpt2) ... Setting up libgtk-3-bin (3.24.5-1+rpt2) ... Setting up code (1.51.0-1604600188) ... Processing triggers for libgdk-pixbuf2.0-0:armhf (2.38.1+dfsg-1) ... Processing triggers for libc-bin (2.28-10+rpi1) ... Reading package lists... Done Building dependency tree
Reading state information... Done libdrm2 is already the newest version (2.4.100-4+rpi1~bpo10+1). libdrm2 set to manually installed. libgbm1 is already the newest version (19.3.2-1~bpo10+1~rpt2). libgbm1 set to manually installed. The following NEW packages will be installed: libx11-xcb1 libxcb-dri3-0 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 290 kB of archives. After this operation, 371 kB of additional disk space will be used. Get:1 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libx11-xcb1 armhf 2:1.6.7-1+deb10u1 [190 kB] Get:2 http://raspbian.mirror.uk.sargasso.net/raspbian buster/main armhf libxcb-dri3-0 armhf 1.13.1-2 [100 kB] Fetched 290 kB in 1s (515 kB/s)
Selecting previously unselected package libx11-xcb1:armhf. (Reading database ... 55960 files and directories currently installed.) Preparing to unpack .../libx11-xcb1_2%3a1.6.7-1+deb10u1_armhf.deb ... Unpacking libx11-xcb1:armhf (2:1.6.7-1+deb10u1) ... Selecting previously unselected package libxcb-dri3-0:armhf. Preparing to unpack .../libxcb-dri3-0_1.13.1-2_armhf.deb ... Unpacking libxcb-dri3-0:armhf (1.13.1-2) ... Setting up libxcb-dri3-0:armhf (1.13.1-2) ... Setting up libx11-xcb1:armhf (2:1.6.7-1+deb10u1) ... Processing triggers for libc-bin (2.28-10+rpi1) ...


* RPiOS, without running `apt update && apt upgrade` first:

Installing VSCODE --2020-11-11 14:16:36-- https://aka.ms/linux-armhf-deb Resolving aka.ms (aka.ms)... 23.211.149.25 Connecting to aka.ms (aka.ms)|23.211.149.25|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://update.code.visualstudio.com/latest/linux-deb-armhf/stable [following] --2020-11-11 14:16:37-- https://update.code.visualstudio.com/latest/linux-deb-armhf/stable Resolving update.code.visualstudio.com (update.code.visualstudio.com)... 51.144.164.215 Connecting to update.code.visualstudio.com (update.code.visualstudio.com)|51.144.164.215|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://az764295.vo.msecnd.net/stable/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/code_1.51.0-1604600188_armhf.deb [following] --2020-11-11 14:16:37-- https://az764295.vo.msecnd.net/stable/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/code_1.51.0-1604600188_armhf.deb Resolving az764295.vo.msecnd.net (az764295.vo.msecnd.net)... 152.199.19.160 Connecting to az764295.vo.msecnd.net (az764295.vo.msecnd.net)|152.199.19.160|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59896392 (57M) [application/x-debian-package] Saving to: ‘vscode.deb’

vscode.deb 100%[===================>] 57.12M 13.3MB/s in 4.4s

2020-11-11 14:16:41 (13.0 MB/s) - ‘vscode.deb’ saved [59896392/59896392]

Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'code' instead of './vscode.deb' The following NEW packages will be installed: code 0 upgraded, 1 newly installed, 0 to remove and 101 not upgraded. Need to get 0 B/59.9 MB of archives. After this operation, 215 MB of additional disk space will be used. Get:1 /home/pi/pico/vscode.deb code armhf 1.51.0-1604600188 [59.9 MB] Selecting previously unselected package code. (Reading database ... 99374 files and directories currently installed.) Preparing to unpack /home/pi/pico/vscode.deb ... Unpacking code (1.51.0-1604600188) ... Setting up code (1.51.0-1604600188) ... Processing triggers for mime-support (3.62) ... Processing triggers for gnome-menus (3.31.4-3) ... Processing triggers for shared-mime-info (1.10-1) ... Processing triggers for desktop-file-utils (0.23-4) ... Reading package lists... Done Building dependency tree
Reading state information... Done libxcb-dri3-0 is already the newest version (1.13.1-2). libxcb-dri3-0 set to manually installed. libdrm2 is already the newest version (2.4.100-4+rpi1~bpo10+1). libdrm2 set to manually installed. Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: libegl1 : Depends: libegl-mesa0 but it is not going to be installed E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


* RPiOS, **with** running `apt update && apt upgrade` first:

Installing VSCODE --2020-11-11 14:43:42-- https://aka.ms/linux-armhf-deb Resolving aka.ms (aka.ms)... 23.211.149.25 Connecting to aka.ms (aka.ms)|23.211.149.25|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://update.code.visualstudio.com/latest/linux-deb-armhf/stable [following] --2020-11-11 14:43:43-- https://update.code.visualstudio.com/latest/linux-deb-armhf/stable Resolving update.code.visualstudio.com (update.code.visualstudio.com)... 51.144.164.215 Connecting to update.code.visualstudio.com (update.code.visualstudio.com)|51.144.164.215|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://az764295.vo.msecnd.net/stable/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/code_1.51.0-1604600188_armhf.deb [following] --2020-11-11 14:43:43-- https://az764295.vo.msecnd.net/stable/fcac248b077b55bae4ba5bab613fd6e9156c2f0c/code_1.51.0-1604600188_armhf.deb Resolving az764295.vo.msecnd.net (az764295.vo.msecnd.net)... 152.199.19.160 Connecting to az764295.vo.msecnd.net (az764295.vo.msecnd.net)|152.199.19.160|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 59896392 (57M) [application/x-debian-package] Saving to: ‘vscode.deb’

vscode.deb 100%[===================>] 57.12M 13.3MB/s in 4.4s

2020-11-11 14:43:48 (12.8 MB/s) - ‘vscode.deb’ saved [59896392/59896392]

Reading package lists... Done Building dependency tree
Reading state information... Done Note, selecting 'code' instead of './vscode.deb' The following NEW packages will be installed: code 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/59.9 MB of archives. After this operation, 215 MB of additional disk space will be used. Get:1 /home/pi/pico/vscode.deb code armhf 1.51.0-1604600188 [59.9 MB] Selecting previously unselected package code. (Reading database ... 99434 files and directories currently installed.) Preparing to unpack /home/pi/pico/vscode.deb ... Unpacking code (1.51.0-1604600188) ... Setting up code (1.51.0-1604600188) ... Processing triggers for mime-support (3.62) ... Processing triggers for gnome-menus (3.31.4-3) ... Processing triggers for shared-mime-info (1.10-1) ... Processing triggers for desktop-file-utils (0.23-4) ... Reading package lists... Done Building dependency tree
Reading state information... Done libx11-xcb1 is already the newest version (2:1.6.7-1+deb10u1). libx11-xcb1 set to manually installed. libxcb-dri3-0 is already the newest version (1.13.1-2). libxcb-dri3-0 set to manually installed. libdrm2 is already the newest version (2.4.100-4+rpi1~bpo10+1). libdrm2 set to manually installed. libgbm1 is already the newest version (19.3.2-1~bpo10+1~rpt2). libgbm1 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

lurch commented 3 years ago

My guess was correct: #3 (but it was the extra-deps that were causing the script to fail, not vscode.deb itself)

ghollingworth commented 3 years ago

Microsoft are going to add VSCode to their repo soon, so we should be able to point at their repo to install Microsoft stuff (including .NET libraries etc.)

Otherwise we cannot re-distribute the .deb file and therefore can't add it to our repo.

Gordon