sandboxbox 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +80 -24
- package/Dockerfile.test +16 -0
- package/bin/bwrap +0 -0
- package/build-final.log +2217 -0
- package/build-output.log +289 -0
- package/cli.js +4 -2
- package/complete-build.log +231 -0
- package/container.js +264 -25
- package/final-build.log +268 -0
- package/final-complete-build.log +240 -0
- package/full-build.log +234 -0
- package/init-firewall.sh +36 -0
- package/npm-build-test.log +410 -0
- package/package.json +1 -1
- package/sandboxbox-sandbox/build.sh +83 -0
package/build-final.log
ADDED
@@ -0,0 +1,2217 @@
|
|
1
|
+
[36m📦 SandboxBox - Zero-Privilege Container Runner[0m
|
2
|
+
[36m═════════════════════════════════════════════════════[0m
|
3
|
+
|
4
|
+
[34m🏗️ Building container...[0m
|
5
|
+
✅ Using bundled bubblewrap
|
6
|
+
[32m✅ Bubblewrap found: bubblewrap 0.9.0[0m
|
7
|
+
[33m⚠️ User namespaces not available[0m
|
8
|
+
[33m Try: sudo sysctl kernel.unprivileged_userns_clone=1[0m
|
9
|
+
[33m Or: echo 1 | sudo tee /proc/sys/kernel/unprivileged_userns_clone[0m
|
10
|
+
✅ Using bundled bubblewrap
|
11
|
+
🐳 Building container with bubblewrap isolation...
|
12
|
+
|
13
|
+
📦 FROM node:20
|
14
|
+
⚠️ Unknown base image type
|
15
|
+
|
16
|
+
🏗️ ARG TZ
|
17
|
+
|
18
|
+
🔧 ENV TZ="$TZ"
|
19
|
+
|
20
|
+
🏗️ ARG CLAUDE_CODE_VERSION=latest
|
21
|
+
|
22
|
+
⚙️ RUN apt-get update && apt-get install -y --no-install-recommends less gi...
|
23
|
+
⚙️ RUN mkdir -p /usr/local/share/npm-global && chown -R node:node /usr/local...
|
24
|
+
🏗️ ARG USERNAME=node
|
25
|
+
|
26
|
+
⚙️ RUN SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/comman...
|
27
|
+
🔧 ENV DEVCONTAINER=true
|
28
|
+
|
29
|
+
⚙️ RUN mkdir -p /workspace /home/node/.claude && chown -R node:node /workspa...
|
30
|
+
📁 WORKDIR workspace
|
31
|
+
|
32
|
+
🏗️ ARG GIT_DELTA_VERSION=0.18.2
|
33
|
+
|
34
|
+
⚙️ RUN ARCH=$(dpkg --print-architecture) && wget "https://github.com/dandavi...
|
35
|
+
👤 USER node
|
36
|
+
|
37
|
+
🔧 ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global
|
38
|
+
|
39
|
+
🔧 ENV PATH=$PATH:/usr/local/share/npm-global/bin
|
40
|
+
|
41
|
+
🔧 ENV SHELL=/bin/zsh
|
42
|
+
|
43
|
+
🔧 ENV EDITOR=nano
|
44
|
+
|
45
|
+
🔧 ENV VISUAL=nano
|
46
|
+
|
47
|
+
🏗️ ARG ZSH_IN_DOCKER_VERSION=1.2.0
|
48
|
+
|
49
|
+
⚙️ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/dow...
|
50
|
+
⚙️ RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION}
|
51
|
+
⚙️ RUN npx --yes playwright install-deps
|
52
|
+
⚙️ RUN npm i -g @playwright/mcp
|
53
|
+
📋 COPY init-firewall.sh /usr/local/bin/
|
54
|
+
⚠️ COPY/ADD commands must be run in project directory
|
55
|
+
|
56
|
+
👤 USER root
|
57
|
+
|
58
|
+
⚙️ RUN chmod +x /usr/local/bin/init-firewall.sh && echo "node ALL=(root) NOP...
|
59
|
+
👤 USER node
|
60
|
+
|
61
|
+
📝 Creating build script...
|
62
|
+
|
63
|
+
✅ Build script created: sandboxbox-sandbox/build.sh
|
64
|
+
|
65
|
+
🚀 Executing build commands...
|
66
|
+
|
67
|
+
⚠️ Note: Commands will run on host system (Docker-free mode)
|
68
|
+
|
69
|
+
────────────────────────────────────────────────────────────
|
70
|
+
|
71
|
+
|
72
|
+
📍 [1/10] apt-get update && apt-get install -y --no-install-recommends less git procps ...
|
73
|
+
🔐 Running with sudo (requires root privileges)
|
74
|
+
Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
|
75
|
+
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
|
76
|
+
Get:3 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
|
77
|
+
Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main Sources [1,713 kB]
|
78
|
+
Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe Sources [24.3 MB]
|
79
|
+
Get:6 http://ports.ubuntu.com/ubuntu-ports noble/multiverse Sources [355 kB]
|
80
|
+
Get:7 http://ports.ubuntu.com/ubuntu-ports noble/restricted Sources [21.8 kB]
|
81
|
+
Get:8 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 Packages [274 kB]
|
82
|
+
Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 Packages [1,776 kB]
|
83
|
+
Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 Packages [19.0 MB]
|
84
|
+
Get:11 http://ports.ubuntu.com/ubuntu-ports noble/restricted arm64 Packages [113 kB]
|
85
|
+
Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Sources [633 kB]
|
86
|
+
Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Sources [70.8 kB]
|
87
|
+
Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Sources [28.1 kB]
|
88
|
+
Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Sources [583 kB]
|
89
|
+
Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1,969 kB]
|
90
|
+
Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [36.9 kB]
|
91
|
+
Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1,849 kB]
|
92
|
+
Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [3,560 kB]
|
93
|
+
Get:20 http://ports.ubuntu.com/ubuntu-ports noble-security/main Sources [253 kB]
|
94
|
+
Get:21 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Sources [21.3 kB]
|
95
|
+
Get:22 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Sources [64.7 kB]
|
96
|
+
Get:23 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Sources [408 kB]
|
97
|
+
Get:24 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [1,122 kB]
|
98
|
+
Get:25 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1,624 kB]
|
99
|
+
Get:26 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [3,435 kB]
|
100
|
+
Get:27 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [35.8 kB]
|
101
|
+
Fetched 63.8 MB in 9s (7,064 kB/s)
|
102
|
+
Reading package lists...
|
103
|
+
Reading package lists...
|
104
|
+
Building dependency tree...
|
105
|
+
Reading state information...
|
106
|
+
less is already the newest version (590-2ubuntu2.1).
|
107
|
+
git is already the newest version (1:2.43.0-1ubuntu7.3).
|
108
|
+
procps is already the newest version (2:4.0.4-4ubuntu3.2).
|
109
|
+
sudo is already the newest version (1.9.15p5-3ubuntu5.24.04.1).
|
110
|
+
fzf is already the newest version (0.44.1-1ubuntu0.3).
|
111
|
+
zsh is already the newest version (5.9-6ubuntu2).
|
112
|
+
man-db is already the newest version (2.12.0-4build2).
|
113
|
+
unzip is already the newest version (6.0-28ubuntu4.1).
|
114
|
+
gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
|
115
|
+
gh is already the newest version (2.45.0-1ubuntu0.3).
|
116
|
+
iptables is already the newest version (1.8.10-3ubuntu2).
|
117
|
+
ipset is already the newest version (7.19-1ubuntu2).
|
118
|
+
iproute2 is already the newest version (6.1.0-1ubuntu6.2).
|
119
|
+
dnsutils is already the newest version (1:9.18.39-0ubuntu0.24.04.1).
|
120
|
+
aggregate is already the newest version (1.6-7build1).
|
121
|
+
jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
|
122
|
+
nano is already the newest version (7.2-2ubuntu0.1).
|
123
|
+
vim is already the newest version (2:9.1.0016-1ubuntu7.9).
|
124
|
+
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
|
125
|
+
✅ Command 1 completed successfully
|
126
|
+
|
127
|
+
📍 [2/10] mkdir -p /usr/local/share/npm-global && chown -R node:node /usr/local/share
|
128
|
+
🔐 Running with sudo (requires root privileges)
|
129
|
+
✅ Command 2 completed successfully
|
130
|
+
|
131
|
+
📍 [3/10] SNIPPET="export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/....
|
132
|
+
🔐 Running with sudo (requires root privileges)
|
133
|
+
✅ Command 3 completed successfully
|
134
|
+
|
135
|
+
📍 [4/10] mkdir -p /workspace /home/node/.claude && chown -R node:node /workspace /home/n...
|
136
|
+
🔐 Running with sudo (requires root privileges)
|
137
|
+
✅ Command 4 completed successfully
|
138
|
+
|
139
|
+
📍 [5/10] ARCH=$(dpkg --print-architecture) && wget "https://github.com/dandavison/delta/...
|
140
|
+
--2025-10-09 18:46:53-- https://github.com/dandavison/delta/releases/download/0.18.2/git-delta_0.18.2_arm64.deb
|
141
|
+
Resolving github.com (github.com)... 20.87.245.0
|
142
|
+
Connecting to github.com (github.com)|20.87.245.0|:443... connected.
|
143
|
+
HTTP request sent, awaiting response... 302 Found
|
144
|
+
Location: https://release-assets.githubusercontent.com/github-production-release-asset/193526915/efd1d245-1d1e-4f19-ac99-0518bf31266d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A44%3A49Z&rscd=attachment%3B+filename%3Dgit-delta_0.18.2_arm64.deb&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A44%3A44Z&ske=2025-10-09T19%3A44%3A49Z&sks=b&skv=2018-11-09&sig=fk3t1rTwa3HVK2rex5R%2BU5wEMwhShh91mN3qFiWp5XE%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MSwibmJmIjoxNzYwMDM1NTQxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.ACXhVUUZNepuL9gOwwr0Y2WqO43EPIDEZl0-O-Nzldw&response-content-disposition=attachment%3B%20filename%3Dgit-delta_0.18.2_arm64.deb&response-content-type=application%2Foctet-stream [following]
|
145
|
+
--2025-10-09 18:46:53-- https://release-assets.githubusercontent.com/github-production-release-asset/193526915/efd1d245-1d1e-4f19-ac99-0518bf31266d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A44%3A49Z&rscd=attachment%3B+filename%3Dgit-delta_0.18.2_arm64.deb&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A44%3A44Z&ske=2025-10-09T19%3A44%3A49Z&sks=b&skv=2018-11-09&sig=fk3t1rTwa3HVK2rex5R%2BU5wEMwhShh91mN3qFiWp5XE%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MSwibmJmIjoxNzYwMDM1NTQxLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.ACXhVUUZNepuL9gOwwr0Y2WqO43EPIDEZl0-O-Nzldw&response-content-disposition=attachment%3B%20filename%3Dgit-delta_0.18.2_arm64.deb&response-content-type=application%2Foctet-stream
|
146
|
+
Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...
|
147
|
+
Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.109.133|:443... connected.
|
148
|
+
HTTP request sent, awaiting response... 200 OK
|
149
|
+
Length: 2292336 (2.2M) [application/octet-stream]
|
150
|
+
Saving to: ‘git-delta_0.18.2_arm64.deb’
|
151
|
+
|
152
|
+
0K .......... .......... .......... .......... .......... 2% 5.92M 0s
|
153
|
+
50K .......... .......... .......... .......... .......... 4% 14.4M 0s
|
154
|
+
100K .......... .......... .......... .......... .......... 6% 175M 0s
|
155
|
+
150K .......... .......... .......... .......... .......... 8% 51.8M 0s
|
156
|
+
200K .......... .......... .......... .......... .......... 11% 111M 0s
|
157
|
+
250K .......... .......... .......... .......... .......... 13% 43.8M 0s
|
158
|
+
300K .......... .......... .......... .......... .......... 15% 54.9M 0s
|
159
|
+
350K .......... .......... .......... .......... .......... 17% 85.2M 0s
|
160
|
+
400K .......... .......... .......... .......... .......... 20% 242M 0s
|
161
|
+
450K .......... .......... .......... .......... .......... 22% 116M 0s
|
162
|
+
500K .......... .......... .......... .......... .......... 24% 390M 0s
|
163
|
+
550K .......... .......... .......... .......... .......... 26% 270M 0s
|
164
|
+
600K .......... .......... .......... .......... .......... 29% 205M 0s
|
165
|
+
650K .......... .......... .......... .......... .......... 31% 351M 0s
|
166
|
+
700K .......... .......... .......... .......... .......... 33% 67.5M 0s
|
167
|
+
750K .......... .......... .......... .......... .......... 35% 255M 0s
|
168
|
+
800K .......... .......... .......... .......... .......... 37% 387M 0s
|
169
|
+
850K .......... .......... .......... .......... .......... 40% 420M 0s
|
170
|
+
900K .......... .......... .......... .......... .......... 42% 393M 0s
|
171
|
+
950K .......... .......... .......... .......... .......... 44% 313M 0s
|
172
|
+
1000K .......... .......... .......... .......... .......... 46% 384M 0s
|
173
|
+
1050K .......... .......... .......... .......... .......... 49% 423M 0s
|
174
|
+
1100K .......... .......... .......... .......... .......... 51% 341M 0s
|
175
|
+
1150K .......... .......... .......... .......... .......... 53% 400M 0s
|
176
|
+
1200K .......... .......... .......... .......... .......... 55% 412M 0s
|
177
|
+
1250K .......... .......... .......... .......... .......... 58% 339M 0s
|
178
|
+
1300K .......... .......... .......... .......... .......... 60% 95.7M 0s
|
179
|
+
1350K .......... .......... .......... .......... .......... 62% 113M 0s
|
180
|
+
1400K .......... .......... .......... .......... .......... 64% 355M 0s
|
181
|
+
1450K .......... .......... .......... .......... .......... 67% 400M 0s
|
182
|
+
1500K .......... .......... .......... .......... .......... 69% 413M 0s
|
183
|
+
1550K .......... .......... .......... .......... .......... 71% 309M 0s
|
184
|
+
1600K .......... .......... .......... .......... .......... 73% 334M 0s
|
185
|
+
1650K .......... .......... .......... .......... .......... 75% 117M 0s
|
186
|
+
1700K .......... .......... .......... .......... .......... 78% 144M 0s
|
187
|
+
1750K .......... .......... .......... .......... .......... 80% 409M 0s
|
188
|
+
1800K .......... .......... .......... .......... .......... 82% 188M 0s
|
189
|
+
1850K .......... .......... .......... .......... .......... 84% 118M 0s
|
190
|
+
1900K .......... .......... .......... .......... .......... 87% 61.2M 0s
|
191
|
+
1950K .......... .......... .......... .......... .......... 89% 177M 0s
|
192
|
+
2000K .......... .......... .......... .......... .......... 91% 170M 0s
|
193
|
+
2050K .......... .......... .......... .......... .......... 93% 336M 0s
|
194
|
+
2100K .......... .......... .......... .......... .......... 96% 361M 0s
|
195
|
+
2150K .......... .......... .......... .......... .......... 98% 385M 0s
|
196
|
+
2200K .......... .......... .......... ........ 100% 419M=0.02s
|
197
|
+
|
198
|
+
2025-10-09 18:46:53 (89.5 MB/s) - ‘git-delta_0.18.2_arm64.deb’ saved [2292336/2292336]
|
199
|
+
|
200
|
+
(Reading database ... 23523 files and directories currently installed.)
|
201
|
+
Preparing to unpack git-delta_0.18.2_arm64.deb ...
|
202
|
+
Unpacking git-delta (0.18.2) over (0.18.2) ...
|
203
|
+
Setting up git-delta (0.18.2) ...
|
204
|
+
✅ Command 5 completed successfully
|
205
|
+
|
206
|
+
📍 [6/10] sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${Z...
|
207
|
+
👤 Running as user: node
|
208
|
+
--2025-10-09 18:46:54-- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh
|
209
|
+
Resolving github.com (github.com)... 20.87.245.0
|
210
|
+
Connecting to github.com (github.com)|20.87.245.0|:443... connected.
|
211
|
+
HTTP request sent, awaiting response... 302 Found
|
212
|
+
Location: https://release-assets.githubusercontent.com/github-production-release-asset/207162804/8afe1b92-7364-41b9-9e24-1c704ccf220d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A24%3A32Z&rscd=attachment%3B+filename%3Dzsh-in-docker.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A23%3A43Z&ske=2025-10-09T19%3A24%3A32Z&sks=b&skv=2018-11-09&sig=ElP8lTmbppfXCmMxGu%2FDhTcck%2FmXHRWH8se%2FocGr9HQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MiwibmJmIjoxNzYwMDM1NTQyLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.XMTWKVKOiq84Re4lWuRRIUCW5NcmCia6SgW8m_gh-HE&response-content-disposition=attachment%3B%20filename%3Dzsh-in-docker.sh&response-content-type=application%2Foctet-stream [following]
|
213
|
+
--2025-10-09 18:46:54-- https://release-assets.githubusercontent.com/github-production-release-asset/207162804/8afe1b92-7364-41b9-9e24-1c704ccf220d?sp=r&sv=2018-11-09&sr=b&spr=https&se=2025-10-09T19%3A24%3A32Z&rscd=attachment%3B+filename%3Dzsh-in-docker.sh&rsct=application%2Foctet-stream&skoid=96c2d410-5711-43a1-aedd-ab1947aa7ab0&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skt=2025-10-09T18%3A23%3A43Z&ske=2025-10-09T19%3A24%3A32Z&sks=b&skv=2018-11-09&sig=ElP8lTmbppfXCmMxGu%2FDhTcck%2FmXHRWH8se%2FocGr9HQ%3D&jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmVsZWFzZS1hc3NldHMuZ2l0aHVidXNlcmNvbnRlbnQuY29tIiwia2V5Ijoia2V5MSIsImV4cCI6MTc2MDAzNTg0MiwibmJmIjoxNzYwMDM1NTQyLCJwYXRoIjoicmVsZWFzZWFzc2V0cHJvZHVjdGlvbi5ibG9iLmNvcmUud2luZG93cy5uZXQifQ.XMTWKVKOiq84Re4lWuRRIUCW5NcmCia6SgW8m_gh-HE&response-content-disposition=attachment%3B%20filename%3Dzsh-in-docker.sh&response-content-type=application%2Foctet-stream
|
214
|
+
Resolving release-assets.githubusercontent.com (release-assets.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.110.133, ...
|
215
|
+
Connecting to release-assets.githubusercontent.com (release-assets.githubusercontent.com)|185.199.109.133|:443... connected.
|
216
|
+
HTTP request sent, awaiting response... 200 OK
|
217
|
+
Length: 5426 (5.3K) [application/octet-stream]
|
218
|
+
Saving to: ‘STDOUT’
|
219
|
+
|
220
|
+
0K ..... 100% 89.3M=0s
|
221
|
+
|
222
|
+
2025-10-09 18:46:54 (89.3 MB/s) - written to stdout [5426/5426]
|
223
|
+
|
224
|
+
|
225
|
+
Installing Oh-My-Zsh with:
|
226
|
+
THEME = default
|
227
|
+
PLUGINS = git fzf
|
228
|
+
|
229
|
+
% Total % Received % Xferd Average Speed Time Time Time Current
|
230
|
+
Dload Upload Total Spent Left Speed
|
231
|
+
|
232
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
|
233
|
+
Cloning Oh My Zsh...
|
234
|
+
From https://github.com/ohmyzsh/ohmyzsh
|
235
|
+
* [new branch] master -> origin/master
|
236
|
+
Already on 'master'
|
237
|
+
branch 'master' set up to track 'origin/master'.
|
238
|
+
/tmp
|
239
|
+
|
240
|
+
Looking for an existing zsh config...
|
241
|
+
Found old .zshrc.pre-oh-my-zsh. Backing up to /home/node/.zshrc.pre-oh-my-zsh-2025-10-09_18-46-56
|
242
|
+
Backing up to /home/node/.zshrc.pre-oh-my-zsh
|
243
|
+
Using the Oh My Zsh template file and adding it to /home/node/.zshrc.
|
244
|
+
|
245
|
+
__ __
|
246
|
+
____ / /_ ____ ___ __ __ ____ _____/ /_
|
247
|
+
/ __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \
|
248
|
+
/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / /
|
249
|
+
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
|
250
|
+
/____/ ....is now installed!
|
251
|
+
|
252
|
+
|
253
|
+
Before you scream Oh My Zsh! look over the `.zshrc` file to select plugins, themes, and options.
|
254
|
+
|
255
|
+
• Follow us on X: https://x.com/ohmyzsh
|
256
|
+
• Join our Discord community: https://discord.gg/ohmyzsh
|
257
|
+
• Get stickers, t-shirts, coffee mugs and more: https://shop.planetargon.com/collections/oh-my-zsh
|
258
|
+
|
259
|
+
Run zsh to try it out.
|
260
|
+
Cloning into '/home/node/.oh-my-zsh/custom/themes/powerlevel10k'...
|
261
|
+
✅ Command 6 completed successfully
|
262
|
+
|
263
|
+
📍 [7/10] npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION}
|
264
|
+
🔐 Running with sudo (requires root privileges)
|
265
|
+
|
266
|
+
added 3 packages in 2s
|
267
|
+
|
268
|
+
2 packages are looking for funding
|
269
|
+
run `npm fund` for details
|
270
|
+
✅ Command 7 completed successfully
|
271
|
+
|
272
|
+
📍 [8/10] npx --yes playwright install-deps
|
273
|
+
🔐 Running with sudo (requires root privileges)
|
274
|
+
Installing dependencies...
|
275
|
+
Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [256 kB]
|
276
|
+
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
|
277
|
+
Get:3 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
|
278
|
+
Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main Sources [1,713 kB]
|
279
|
+
Get:5 http://ports.ubuntu.com/ubuntu-ports noble/restricted Sources [21.8 kB]
|
280
|
+
Get:6 http://ports.ubuntu.com/ubuntu-ports noble/multiverse Sources [355 kB]
|
281
|
+
Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe Sources [24.3 MB]
|
282
|
+
Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 Packages [19.0 MB]
|
283
|
+
Get:9 http://ports.ubuntu.com/ubuntu-ports noble/restricted arm64 Packages [113 kB]
|
284
|
+
Get:10 http://ports.ubuntu.com/ubuntu-ports noble/multiverse arm64 Packages [274 kB]
|
285
|
+
Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 Packages [1,776 kB]
|
286
|
+
Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Sources [583 kB]
|
287
|
+
Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Sources [633 kB]
|
288
|
+
Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Sources [28.1 kB]
|
289
|
+
Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Sources [70.8 kB]
|
290
|
+
Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [36.9 kB]
|
291
|
+
Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1,849 kB]
|
292
|
+
Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1,969 kB]
|
293
|
+
Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [3,560 kB]
|
294
|
+
Get:20 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Sources [21.3 kB]
|
295
|
+
Get:21 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Sources [408 kB]
|
296
|
+
Get:22 http://ports.ubuntu.com/ubuntu-ports noble-security/main Sources [253 kB]
|
297
|
+
Get:23 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Sources [64.7 kB]
|
298
|
+
Get:24 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [1,122 kB]
|
299
|
+
Get:25 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [35.8 kB]
|
300
|
+
Get:26 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [3,435 kB]
|
301
|
+
Get:27 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1,624 kB]
|
302
|
+
Fetched 63.8 MB in 12s (5,424 kB/s)
|
303
|
+
Reading package lists...
|
304
|
+
Reading package lists...
|
305
|
+
Building dependency tree...
|
306
|
+
Reading state information...
|
307
|
+
libx11-6 is already the newest version (2:1.8.7-1build1).
|
308
|
+
libx11-6 set to manually installed.
|
309
|
+
libxcb1 is already the newest version (1.15-1ubuntu2).
|
310
|
+
libxcb1 set to manually installed.
|
311
|
+
libxext6 is already the newest version (2:1.3.4-1build2).
|
312
|
+
libxext6 set to manually installed.
|
313
|
+
libfontconfig1 is already the newest version (2.15.0-1.1ubuntu2).
|
314
|
+
libfontconfig1 set to manually installed.
|
315
|
+
libfreetype6 is already the newest version (2.13.2+dfsg-1build3).
|
316
|
+
libfreetype6 set to manually installed.
|
317
|
+
libicu74 is already the newest version (74.2-1ubuntu3.1).
|
318
|
+
libicu74 set to manually installed.
|
319
|
+
libatomic1 is already the newest version (14.2.0-4ubuntu2~24.04).
|
320
|
+
libjpeg-turbo8 is already the newest version (2.1.5-2ubuntu2).
|
321
|
+
libjpeg-turbo8 set to manually installed.
|
322
|
+
libpng16-16t64 is already the newest version (1.6.43-5build1).
|
323
|
+
libpng16-16t64 set to manually installed.
|
324
|
+
libwebp7 is already the newest version (1.3.2-0.4build3).
|
325
|
+
libwebp7 set to manually installed.
|
326
|
+
libxml2 is already the newest version (2.9.14+dfsg-1.3ubuntu3.5).
|
327
|
+
libxml2 set to manually installed.
|
328
|
+
The following additional packages will be installed:
|
329
|
+
adwaita-icon-theme at-spi2-common dbus dbus-bin dbus-daemon
|
330
|
+
dbus-session-bus-common dbus-system-bus-common dbus-user-session
|
331
|
+
dconf-gsettings-backend dconf-service dictionaries-common emacsen-common
|
332
|
+
fontconfig glib-networking glib-networking-common glib-networking-services
|
333
|
+
gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
|
334
|
+
humanity-icon-theme hunspell-en-us iso-codes libaa1 libabsl20220623t64
|
335
|
+
libargon2-1 libasound2-data libaspell15 libass9 libasyncns0 libavahi-client3
|
336
|
+
libavahi-common-data libavahi-common3 libavc1394-0 libavcodec60 libavfilter9
|
337
|
+
libavformat60 libavtp0 libavutil58 libblas3 libbluray2 libbs2b0 libcaca0
|
338
|
+
libcairo-script-interpreter2 libcdparanoia0 libchromaprint1 libcjson1
|
339
|
+
libcodec2-1.2 libcolord2 libcryptsetup12 libdatrie1 libdav1d7 libdc1394-25
|
340
|
+
libdca0 libdconf1 libdecor-0-0 libdevmapper1.02.1 libdirectfb-1.7-7t64
|
341
|
+
libdrm-amdgpu1 libdrm-common libduktape207 libdv4t64 libdvdnav4
|
342
|
+
libdvdread8t64 libdw1t64 libegl-mesa0 libegl1 libevdev2 libfaad2 libfdisk1
|
343
|
+
libfftw3-double3 libflac12t64 libfluidsynth3 libfontenc1 libfreeaptx0
|
344
|
+
libfribidi0 libgav1-1 libgdk-pixbuf2.0-common libgfortran5 libgl1
|
345
|
+
libgl1-mesa-dri libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphene-1.0-0
|
346
|
+
libgraphite2-3 libgsm1 libgssdp-1.6-0 libgstreamer-plugins-good1.0-0
|
347
|
+
libgtk-3-common libgtk-4-common libgudev-1.0-0 libgupnp-1.6-0
|
348
|
+
libgupnp-igd-1.6-0 libhunspell-1.7-0 libhwy1t64 libice6 libiec61883-0
|
349
|
+
libimath-3-1-29t64 libinstpatch-1.0-2 libjack-jackd2-0 libjson-glib-1.0-0
|
350
|
+
libjson-glib-1.0-common libjxl0.7 libkmod2 liblapack3 liblc3-1
|
351
|
+
libldacbt-enc2 liblilv-0-0 libllvm20 liblrdf0 libltc11 liblzo2-2
|
352
|
+
libmbedcrypto7t64 libmjpegutils-2.1-0t64 libmodplug1 libmp3lame0 libmpcdec6
|
353
|
+
libmpeg2encpp-2.1-0t64 libmpg123-0t64 libmplex2-2.1-0t64 libmysofa1
|
354
|
+
libncurses6 libneon27t64 libnice10 libnorm1t64 libnuma1 libogg0
|
355
|
+
libopenal-data libopenal1 libopenexr-3-1-30 libopenh264-7 libopenjp2-7
|
356
|
+
libopenmpt0t64 libopenni2-0 liborc-0.4-0t64 libpam-systemd libpangoft2-1.0-0
|
357
|
+
libpgm-5.3-0t64 libpipewire-0.3-0t64 libpixman-1-0 libplacebo338
|
358
|
+
libpocketsphinx3 libpostproc57 libproxy1v5 libpulse0 libqrencode4
|
359
|
+
librabbitmq4 libraptor2-0 librav1e0 libraw1394-11 librist4 librsvg2-2
|
360
|
+
librubberband2 libsamplerate0 libsbc1 libsdl2-2.0-0 libsecret-common
|
361
|
+
libsensors-config libsensors5 libserd-0-0 libshine3 libshout3 libslang2
|
362
|
+
libsm6 libsnappy1v5 libsndfile1 libsndio7.0 libsord-0-0 libsoundtouch1
|
363
|
+
libsoup-3.0-0 libsoup-3.0-common libsoxr0 libspa-0.2-modules libspandsp2t64
|
364
|
+
libspeex1 libsphinxbase3t64 libsratom-0-0 libsrt1.5-gnutls libsrtp2-1
|
365
|
+
libssh-gcrypt-4 libsvtav1enc1d1 libswresample4 libswscale7 libsystemd-shared
|
366
|
+
libsystemd0 libtag1v5 libtag1v5-vanilla libtext-iconv-perl libthai-data
|
367
|
+
libthai0 libtheora0 libtwolame0 libudev1 libudfread0 libunibreak5 libunwind8
|
368
|
+
libusb-1.0-0 libv4l-0t64 libv4lconvert0t64 libva-drm2 libva-x11-2 libva2
|
369
|
+
libvdpau1 libvidstab1.1 libvisual-0.4-0 libvo-aacenc0 libvo-amrwbenc0
|
370
|
+
libvorbis0a libvorbisenc2 libvorbisfile3 libvulkan1 libwavpack1
|
371
|
+
libwayland-cursor0 libwebpmux3 libwebrtc-audio-processing1 libwildmidi2
|
372
|
+
libx265-199 libxaw7 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0
|
373
|
+
libxcb-render0 libxcb-sync1 libxcb-xfixes0 libxcb-xkb1 libxfont2
|
374
|
+
libxinerama1 libxkbcommon-x11-0 libxkbfile1 libxmu6 libxshmfence1 libxss1
|
375
|
+
libxt6t64 libxtst6 libxvidcore4 libxxf86vm1 libyajl2 libyuv0 libzbar0t64
|
376
|
+
libzimg2 libzix-0-0 libzmq5 libzvbi-common libzvbi0t64 libzxing3
|
377
|
+
mesa-libgallium ocl-icd-libopencl1 session-migration shared-mime-info
|
378
|
+
systemd systemd-dev systemd-sysv timgm6mb-soundfont ubuntu-mono x11-common
|
379
|
+
x11-xkb-utils xfonts-encodings xfonts-utils xkb-data xserver-common
|
380
|
+
Suggested packages:
|
381
|
+
ispell | aspell | hunspell wordlist frei0r-plugins gvfs hunspell
|
382
|
+
openoffice.org-hunspell | openoffice.org-core isoquery alsa-utils
|
383
|
+
libasound2-plugins aspell libcuda1 libnvcuvid1 libnvidia-encode1
|
384
|
+
libbluray-bdj colord cups-common libdirectfb-extra libdv-bin oss-compat
|
385
|
+
libdvdcss2 libenchant-2-voikko libfftw3-bin libfftw3-dev low-memory-monitor
|
386
|
+
libvisual-0.4-plugins gstreamer1.0-tools jackd2 liblcms2-utils liblrdf0-dev
|
387
|
+
libportaudio2 opus-tools pipewire pulseaudio raptor2-utils libraw1394-doc
|
388
|
+
librsvg2-bin xdg-utils lm-sensors serdi sndiod sordi speex
|
389
|
+
libwildmidi-config opencl-icd systemd-container systemd-homed
|
390
|
+
systemd-userdbd systemd-boot libtss2-esys-3.0.2-0 libtss2-mu-4.0.1-0
|
391
|
+
libtss2-rc0 libtss2-tcti-device0 polkitd fluid-soundfont-gm
|
392
|
+
Recommended packages:
|
393
|
+
librsvg2-common fonts-ipafont-mincho fonts-liberation-sans-narrow
|
394
|
+
fonts-tlwg-loma gstreamer1.0-x alsa-ucm-conf alsa-topology-conf aspell-en
|
395
|
+
| aspell-dictionary | aspell6a-dictionary at-spi2-core libaacs0
|
396
|
+
default-libdecor-0-plugin-1 | libdecor-0-plugin-1 dmsetup enchant-2
|
397
|
+
libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs gstreamer1.0-gl
|
398
|
+
libgtk-3-bin libgtk-4-bin libgtk-4-media-gstreamer libpipewire-0.3-common
|
399
|
+
pocketsphinx-en-us va-driver-all | va-driver vdpau-driver-all | vdpau-driver
|
400
|
+
mesa-vulkan-drivers | vulkan-icd libmagickcore-6.q16-7-extra
|
401
|
+
networkd-dispatcher systemd-timesyncd | time-daemon systemd-resolved
|
402
|
+
libnss-systemd xfonts-base
|
403
|
+
The following packages will be REMOVED:
|
404
|
+
systemd-standalone-sysusers
|
405
|
+
The following NEW packages will be installed:
|
406
|
+
adwaita-icon-theme at-spi2-common dbus dbus-bin dbus-daemon
|
407
|
+
dbus-session-bus-common dbus-system-bus-common dbus-user-session
|
408
|
+
dconf-gsettings-backend dconf-service dictionaries-common emacsen-common
|
409
|
+
fontconfig fonts-freefont-ttf fonts-ipafont-gothic fonts-liberation
|
410
|
+
fonts-noto-color-emoji fonts-tlwg-loma-otf fonts-unifont fonts-wqy-zenhei
|
411
|
+
glib-networking glib-networking-common glib-networking-services
|
412
|
+
gsettings-desktop-schemas gstreamer1.0-libav gstreamer1.0-plugins-bad
|
413
|
+
gstreamer1.0-plugins-base gstreamer1.0-plugins-good gtk-update-icon-cache
|
414
|
+
hicolor-icon-theme humanity-icon-theme hunspell-en-us iso-codes libaa1
|
415
|
+
libabsl20220623t64 libargon2-1 libasound2-data libasound2t64 libaspell15
|
416
|
+
libass9 libasyncns0 libatk-bridge2.0-0t64 libatk1.0-0t64 libatspi2.0-0t64
|
417
|
+
libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0
|
418
|
+
libavcodec60 libavfilter9 libavformat60 libavif16 libavtp0 libavutil58
|
419
|
+
libblas3 libbluray2 libbs2b0 libcaca0 libcairo-gobject2
|
420
|
+
libcairo-script-interpreter2 libcairo2 libcdparanoia0 libchromaprint1
|
421
|
+
libcjson1 libcodec2-1.2 libcolord2 libcryptsetup12 libcups2t64 libdatrie1
|
422
|
+
libdav1d7 libdbus-1-3 libdc1394-25 libdca0 libdconf1 libdecor-0-0
|
423
|
+
libdevmapper1.02.1 libdirectfb-1.7-7t64 libdrm-amdgpu1 libdrm-common libdrm2
|
424
|
+
libduktape207 libdv4t64 libdvdnav4 libdvdread8t64 libdw1t64 libegl-mesa0
|
425
|
+
libegl1 libenchant-2-2 libepoxy0 libevdev2 libevent-2.1-7t64 libfaad2
|
426
|
+
libfdisk1 libfftw3-double3 libflac12t64 libflite1 libfluidsynth3 libfontenc1
|
427
|
+
libfreeaptx0 libfribidi0 libgav1-1 libgbm1 libgdk-pixbuf-2.0-0
|
428
|
+
libgdk-pixbuf2.0-common libgfortran5 libgl1 libgl1-mesa-dri libgles2
|
429
|
+
libglib2.0-0t64 libglvnd0 libglx-mesa0 libglx0 libgme0 libgraphene-1.0-0
|
430
|
+
libgraphite2-3 libgsm1 libgssdp-1.6-0 libgstreamer-gl1.0-0
|
431
|
+
libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-base1.0-0
|
432
|
+
libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libgtk-3-0t64
|
433
|
+
libgtk-3-common libgtk-4-1 libgtk-4-common libgudev-1.0-0 libgupnp-1.6-0
|
434
|
+
libgupnp-igd-1.6-0 libharfbuzz-icu0 libharfbuzz0b libhunspell-1.7-0
|
435
|
+
libhwy1t64 libhyphen0 libice6 libiec61883-0 libimath-3-1-29t64
|
436
|
+
libinstpatch-1.0-2 libjack-jackd2-0 libjson-glib-1.0-0
|
437
|
+
libjson-glib-1.0-common libjxl0.7 libkmod2 liblapack3 liblc3-1 liblcms2-2
|
438
|
+
libldacbt-enc2 liblilv-0-0 libllvm20 liblrdf0 libltc11 liblzo2-2
|
439
|
+
libmanette-0.2-0 libmbedcrypto7t64 libmjpegutils-2.1-0t64 libmodplug1
|
440
|
+
libmp3lame0 libmpcdec6 libmpeg2encpp-2.1-0t64 libmpg123-0t64
|
441
|
+
libmplex2-2.1-0t64 libmysofa1 libncurses6 libneon27t64 libnice10 libnorm1t64
|
442
|
+
libnspr4 libnss3 libnuma1 libogg0 libopenal-data libopenal1
|
443
|
+
libopenexr-3-1-30 libopenh264-7 libopenjp2-7 libopenmpt0t64 libopenni2-0
|
444
|
+
libopus0 liborc-0.4-0t64 libpam-systemd libpango-1.0-0 libpangocairo-1.0-0
|
445
|
+
libpangoft2-1.0-0 libpgm-5.3-0t64 libpipewire-0.3-0t64 libpixman-1-0
|
446
|
+
libplacebo338 libpocketsphinx3 libpostproc57 libproxy1v5 libpulse0
|
447
|
+
libqrencode4 librabbitmq4 libraptor2-0 librav1e0 libraw1394-11 librist4
|
448
|
+
librsvg2-2 librubberband2 libsamplerate0 libsbc1 libsdl2-2.0-0 libsecret-1-0
|
449
|
+
libsecret-common libsensors-config libsensors5 libserd-0-0 libshine3
|
450
|
+
libshout3 libslang2 libsm6 libsnappy1v5 libsndfile1 libsndio7.0 libsord-0-0
|
451
|
+
libsoundtouch1 libsoup-3.0-0 libsoup-3.0-common libsoxr0 libspa-0.2-modules
|
452
|
+
libspandsp2t64 libspeex1 libsphinxbase3t64 libsratom-0-0 libsrt1.5-gnutls
|
453
|
+
libsrtp2-1 libssh-gcrypt-4 libsvtav1enc1d1 libswresample4 libswscale7
|
454
|
+
libsystemd-shared libtag1v5 libtag1v5-vanilla libtext-iconv-perl
|
455
|
+
libthai-data libthai0 libtheora0 libtwolame0 libudfread0 libunibreak5
|
456
|
+
libunwind8 libusb-1.0-0 libv4l-0t64 libv4lconvert0t64 libva-drm2 libva-x11-2
|
457
|
+
libva2 libvdpau1 libvidstab1.1 libvisual-0.4-0 libvo-aacenc0 libvo-amrwbenc0
|
458
|
+
libvorbis0a libvorbisenc2 libvorbisfile3 libvpx9 libvulkan1 libwavpack1
|
459
|
+
libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0
|
460
|
+
libwebpdemux2 libwebpmux3 libwebrtc-audio-processing1 libwildmidi2 libwoff1
|
461
|
+
libx11-xcb1 libx264-164 libx265-199 libxaw7 libxcb-dri3-0 libxcb-glx0
|
462
|
+
libxcb-present0 libxcb-randr0 libxcb-render0 libxcb-shm0 libxcb-sync1
|
463
|
+
libxcb-xfixes0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
|
464
|
+
libxfont2 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxkbfile1
|
465
|
+
libxmu6 libxrandr2 libxrender1 libxshmfence1 libxslt1.1 libxss1 libxt6t64
|
466
|
+
libxtst6 libxvidcore4 libxxf86vm1 libyajl2 libyuv0 libzbar0t64 libzimg2
|
467
|
+
libzix-0-0 libzmq5 libzvbi-common libzvbi0t64 libzxing3 mesa-libgallium
|
468
|
+
ocl-icd-libopencl1 session-migration shared-mime-info systemd systemd-dev
|
469
|
+
systemd-sysv timgm6mb-soundfont ubuntu-mono x11-common x11-xkb-utils
|
470
|
+
xfonts-cyrillic xfonts-encodings xfonts-scalable xfonts-utils xkb-data
|
471
|
+
xserver-common xvfb
|
472
|
+
The following packages will be upgraded:
|
473
|
+
libsystemd0 libudev1
|
474
|
+
2 upgraded, 327 newly installed, 1 to remove and 9 not upgraded.
|
475
|
+
Need to get 190 MB of archives.
|
476
|
+
After this operation, 682 MB of additional disk space will be used.
|
477
|
+
Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libargon2-1 arm64 0~20190702+dfsg-4build1 [20.5 kB]
|
478
|
+
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libudev1 arm64 255.4-1ubuntu8.11 [175 kB]
|
479
|
+
Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-3ubuntu3.2 [128 kB]
|
480
|
+
Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libcryptsetup12 arm64 2:2.7.0-1ubuntu4.2 [261 kB]
|
481
|
+
Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
|
482
|
+
Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libkmod2 arm64 31+20240202-2ubuntu7.1 [51.9 kB]
|
483
|
+
Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsystemd-shared arm64 255.4-1ubuntu8.11 [2,019 kB]
|
484
|
+
Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsystemd0 arm64 255.4-1ubuntu8.11 [426 kB]
|
485
|
+
Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 systemd-dev all 255.4-1ubuntu8.11 [106 kB]
|
486
|
+
Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 systemd arm64 255.4-1ubuntu8.11 [3,408 kB]
|
487
|
+
Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 systemd-sysv arm64 255.4-1ubuntu8.11 [11.9 kB]
|
488
|
+
Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fonts-ipafont-gothic all 00303-21ubuntu1 [3,513 kB]
|
489
|
+
Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-3 arm64 1.14.10-4ubuntu4.1 [210 kB]
|
490
|
+
Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dbus-bin arm64 1.14.10-4ubuntu4.1 [38.8 kB]
|
491
|
+
Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dbus-session-bus-common all 1.14.10-4ubuntu4.1 [80.5 kB]
|
492
|
+
Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dbus-daemon arm64 1.14.10-4ubuntu4.1 [115 kB]
|
493
|
+
Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dbus-system-bus-common all 1.14.10-4ubuntu4.1 [81.6 kB]
|
494
|
+
Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dbus arm64 1.14.10-4ubuntu4.1 [23.9 kB]
|
495
|
+
Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libpam-systemd arm64 255.4-1ubuntu8.11 [232 kB]
|
496
|
+
Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dbus-user-session arm64 1.14.10-4ubuntu4.1 [9,968 B]
|
497
|
+
Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 iso-codes all 4.16.0-1 [3,492 kB]
|
498
|
+
Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfribidi0 arm64 1.0.13-3build1 [26.5 kB]
|
499
|
+
Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libglib2.0-0t64 arm64 2.80.0-6ubuntu3.4 [1,531 kB]
|
500
|
+
Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libslang2 arm64 2.3.3-3build2 [476 kB]
|
501
|
+
Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtext-iconv-perl arm64 1.7-8build3 [13.1 kB]
|
502
|
+
Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 shared-mime-info arm64 2.4-4 [472 kB]
|
503
|
+
Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 xkb-data all 2.41-2ubuntu1.1 [397 kB]
|
504
|
+
Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdrm-common all 2.4.122-1~ubuntu0.24.04.1 [8,406 B]
|
505
|
+
Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdrm2 arm64 2.4.122-1~ubuntu0.24.04.1 [42.2 kB]
|
506
|
+
Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libevdev2 arm64 1.13.1+dfsg-1build1 [35.8 kB]
|
507
|
+
Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libncurses6 arm64 6.4+20240113-1ubuntu2 [110 kB]
|
508
|
+
Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnuma1 arm64 2.0.18-1build1 [23.6 kB]
|
509
|
+
Get:33 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsensors-config all 1:3.6.0-9build1 [5,546 B]
|
510
|
+
Get:34 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsensors5 arm64 1:3.6.0-9build1 [27.0 kB]
|
511
|
+
Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libusb-1.0-0 arm64 2:1.0.27-1 [54.1 kB]
|
512
|
+
Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxkbcommon0 arm64 1.6.0-1build1 [122 kB]
|
513
|
+
Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgdk-pixbuf2.0-common all 2.42.10+dfsg-3ubuntu3.2 [8,192 B]
|
514
|
+
Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgdk-pixbuf-2.0-0 arm64 2.42.10+dfsg-3ubuntu3.2 [146 kB]
|
515
|
+
Get:39 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gtk-update-icon-cache arm64 3.24.41-4ubuntu1.3 [52.2 kB]
|
516
|
+
Get:40 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 hicolor-icon-theme all 0.17-2 [9,976 B]
|
517
|
+
Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 humanity-icon-theme all 0.6.16 [1,282 kB]
|
518
|
+
Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 ubuntu-mono all 24.04-0ubuntu1 [151 kB]
|
519
|
+
Get:43 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 adwaita-icon-theme all 46.0-1 [723 kB]
|
520
|
+
Get:44 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 at-spi2-common all 2.52.0-1build1 [8,674 B]
|
521
|
+
Get:45 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdconf1 arm64 0.40.0-4ubuntu0.1 [39.9 kB]
|
522
|
+
Get:46 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dconf-service arm64 0.40.0-4ubuntu0.1 [27.0 kB]
|
523
|
+
Get:47 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dconf-gsettings-backend arm64 0.40.0-4ubuntu0.1 [22.0 kB]
|
524
|
+
Get:48 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 emacsen-common all 3.0.5 [12.1 kB]
|
525
|
+
Get:49 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 dictionaries-common all 1.29.7 [188 kB]
|
526
|
+
Get:50 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fontconfig arm64 2.15.0-1.1ubuntu2 [190 kB]
|
527
|
+
Get:51 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-freefont-ttf all 20211204+svn4273-2 [5,641 kB]
|
528
|
+
Get:52 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-liberation all 1:2.1.5-3 [1,603 kB]
|
529
|
+
Get:53 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fonts-noto-color-emoji all 2.047-0ubuntu0.24.04.1 [9,764 kB]
|
530
|
+
Get:54 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fonts-tlwg-loma-otf all 1:0.7.3-1 [107 kB]
|
531
|
+
Get:55 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fonts-unifont all 1:15.1.01-1build1 [2,993 kB]
|
532
|
+
Get:56 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fonts-wqy-zenhei all 0.9.45-8 [7,472 kB]
|
533
|
+
Get:57 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libduktape207 arm64 2.7.0+tests-0ubuntu3 [144 kB]
|
534
|
+
Get:58 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libproxy1v5 arm64 0.5.4-4build1 [26.1 kB]
|
535
|
+
Get:59 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 glib-networking-common all 2.80.0-1build1 [6,702 B]
|
536
|
+
Get:60 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 glib-networking-services arm64 2.80.0-1build1 [12.7 kB]
|
537
|
+
Get:61 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 session-migration arm64 0.3.9build1 [8,958 B]
|
538
|
+
Get:62 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gsettings-desktop-schemas all 46.1-0ubuntu1 [35.6 kB]
|
539
|
+
Get:63 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 glib-networking arm64 2.80.0-1build1 [63.9 kB]
|
540
|
+
Get:64 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libva2 arm64 2.20.0-2build1 [66.6 kB]
|
541
|
+
Get:65 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libva-drm2 arm64 2.20.0-2build1 [7,086 B]
|
542
|
+
Get:66 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libx11-xcb1 arm64 2:1.8.7-1build1 [7,870 B]
|
543
|
+
Get:67 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-dri3-0 arm64 1.15-1ubuntu2 [7,196 B]
|
544
|
+
Get:68 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxfixes3 arm64 1:6.0.0-2build1 [11.2 kB]
|
545
|
+
Get:69 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libva-x11-2 arm64 2.20.0-2build1 [12.1 kB]
|
546
|
+
Get:70 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libvdpau1 arm64 1.5-2build1 [26.4 kB]
|
547
|
+
Get:71 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ocl-icd-libopencl1 arm64 2.3.2-1build1 [37.6 kB]
|
548
|
+
Get:72 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libavutil58 arm64 7:6.1.1-3ubuntu5 [388 kB]
|
549
|
+
Get:73 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpixman-1-0 arm64 0.42.2-1build1 [204 kB]
|
550
|
+
Get:74 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0 arm64 1.15-1ubuntu2 [16.6 kB]
|
551
|
+
Get:75 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shm0 arm64 1.15-1ubuntu2 [5,876 B]
|
552
|
+
Get:76 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxrender1 arm64 1:0.9.10-1.1build1 [18.8 kB]
|
553
|
+
Get:77 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcairo2 arm64 1.18.0-3build1 [555 kB]
|
554
|
+
Get:78 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libcodec2-1.2 arm64 1.2.0-2build1 [8,996 kB]
|
555
|
+
Get:79 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libdav1d7 arm64 1.4.1-1build1 [298 kB]
|
556
|
+
Get:80 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libgsm1 arm64 1.0.22-1build1 [27.0 kB]
|
557
|
+
Get:81 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhwy1t64 arm64 1.0.7-8.1build1 [437 kB]
|
558
|
+
Get:82 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblcms2-2 arm64 2.14-2build1 [161 kB]
|
559
|
+
Get:83 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libjxl0.7 arm64 0.7.0-10.2ubuntu6.1 [690 kB]
|
560
|
+
Get:84 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmp3lame0 arm64 3.100-6build1 [141 kB]
|
561
|
+
Get:85 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libopenjp2-7 arm64 2.5.0-2ubuntu0.4 [171 kB]
|
562
|
+
Get:86 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libopus0 arm64 1.4-1build1 [198 kB]
|
563
|
+
Get:87 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librav1e0 arm64 0.7.1-2 [760 kB]
|
564
|
+
Get:88 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcairo-gobject2 arm64 1.18.0-3build1 [127 kB]
|
565
|
+
Get:89 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libgraphite2-3 arm64 1.3.14-2build1 [70.8 kB]
|
566
|
+
Get:90 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libharfbuzz0b arm64 8.3.0-2build2 [463 kB]
|
567
|
+
Get:91 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libthai-data all 0.1.29-2build1 [158 kB]
|
568
|
+
Get:92 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdatrie1 arm64 0.2.13-3build1 [19.2 kB]
|
569
|
+
Get:93 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libthai0 arm64 0.1.29-2build1 [18.2 kB]
|
570
|
+
Get:94 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpango-1.0-0 arm64 1.52.1+ds-1build1 [228 kB]
|
571
|
+
Get:95 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpangoft2-1.0-0 arm64 1.52.1+ds-1build1 [42.0 kB]
|
572
|
+
Get:96 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpangocairo-1.0-0 arm64 1.52.1+ds-1build1 [27.4 kB]
|
573
|
+
Get:97 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librsvg2-2 arm64 2.58.0+dfsg-1build1 [2,027 kB]
|
574
|
+
Get:98 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libshine3 arm64 3.1.1-2build1 [25.8 kB]
|
575
|
+
Get:99 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsnappy1v5 arm64 1.1.10-1build1 [28.6 kB]
|
576
|
+
Get:100 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libspeex1 arm64 1.2.1-2ubuntu2.24.04.1 [56.2 kB]
|
577
|
+
Get:101 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsvtav1enc1d1 arm64 1.7.0+dfsg-2build1 [1,276 kB]
|
578
|
+
Get:102 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsoxr0 arm64 0.1.3-4build3 [56.4 kB]
|
579
|
+
Get:103 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libswresample4 arm64 7:6.1.1-3ubuntu5 [57.9 kB]
|
580
|
+
Get:104 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libogg0 arm64 1.3.5-3build1 [22.6 kB]
|
581
|
+
Get:105 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtheora0 arm64 1.1.1+dfsg.1-16.1build3 [224 kB]
|
582
|
+
Get:106 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtwolame0 arm64 0.4.0-2build3 [51.7 kB]
|
583
|
+
Get:107 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libvorbis0a arm64 1.3.7-1build3 [94.0 kB]
|
584
|
+
Get:108 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libvorbisenc2 arm64 1.3.7-1build3 [80.0 kB]
|
585
|
+
Get:109 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libvpx9 arm64 1.14.0-1ubuntu2.2 [1,234 kB]
|
586
|
+
Get:110 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwebpmux3 arm64 1.3.2-0.4build3 [25.0 kB]
|
587
|
+
Get:111 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libx264-164 arm64 2:0.164.3108+git31e19f9-1 [542 kB]
|
588
|
+
Get:112 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libx265-199 arm64 3.5-2build1 [714 kB]
|
589
|
+
Get:113 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libxvidcore4 arm64 2:1.3.7-1build1 [180 kB]
|
590
|
+
Get:114 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libzvbi-common all 0.2.42-2 [42.4 kB]
|
591
|
+
Get:115 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libzvbi0t64 arm64 0.2.42-2 [259 kB]
|
592
|
+
Get:116 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libavcodec60 arm64 7:6.1.1-3ubuntu5 [5,769 kB]
|
593
|
+
Get:117 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libunibreak5 arm64 5.1-2build1 [25.3 kB]
|
594
|
+
Get:118 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libass9 arm64 1:0.17.1-2build1 [91.7 kB]
|
595
|
+
Get:119 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libudfread0 arm64 1.1.2-1build1 [17.0 kB]
|
596
|
+
Get:120 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libbluray2 arm64 1:1.3.4-1build1 [149 kB]
|
597
|
+
Get:121 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libchromaprint1 arm64 1.5.1-5 [29.3 kB]
|
598
|
+
Get:122 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libgme0 arm64 0.6.3-7build1 [129 kB]
|
599
|
+
Get:123 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmpg123-0t64 arm64 1.32.5-1ubuntu1.1 [172 kB]
|
600
|
+
Get:124 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libvorbisfile3 arm64 1.3.7-1build3 [17.1 kB]
|
601
|
+
Get:125 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenmpt0t64 arm64 0.7.3-1.1build3 [618 kB]
|
602
|
+
Get:126 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librabbitmq4 arm64 0.11.0-1build2 [38.1 kB]
|
603
|
+
Get:127 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libcjson1 arm64 1.7.17-1 [25.1 kB]
|
604
|
+
Get:128 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmbedcrypto7t64 arm64 2.28.8-1 [209 kB]
|
605
|
+
Get:129 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librist4 arm64 0.2.10+dfsg-2 [76.2 kB]
|
606
|
+
Get:130 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsrt1.5-gnutls arm64 1.5.3-1build2 [306 kB]
|
607
|
+
Get:131 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libssh-gcrypt-4 arm64 0.10.6-2ubuntu0.1 [225 kB]
|
608
|
+
Get:132 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnorm1t64 arm64 1.5.9+dfsg-3.1build1 [150 kB]
|
609
|
+
Get:133 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libpgm-5.3-0t64 arm64 5.3.128~dfsg-2.1build1 [162 kB]
|
610
|
+
Get:134 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libzmq5 arm64 4.3.5-1build2 [247 kB]
|
611
|
+
Get:135 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libavformat60 arm64 7:6.1.1-3ubuntu5 [1,188 kB]
|
612
|
+
Get:136 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libbs2b0 arm64 3.1.0+dfsg-7build1 [9,976 B]
|
613
|
+
Get:137 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasound2-data all 1.2.11-1ubuntu0.1 [21.1 kB]
|
614
|
+
Get:138 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasound2t64 arm64 1.2.11-1ubuntu0.1 [386 kB]
|
615
|
+
Get:139 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libflite1 arm64 2.2-6build3 [13.6 MB]
|
616
|
+
Get:140 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libserd-0-0 arm64 0.32.2-1 [42.9 kB]
|
617
|
+
Get:141 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libzix-0-0 arm64 0.4.2-2build1 [24.0 kB]
|
618
|
+
Get:142 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsord-0-0 arm64 0.16.16-2build1 [15.7 kB]
|
619
|
+
Get:143 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsratom-0-0 arm64 0.6.16-1build1 [15.8 kB]
|
620
|
+
Get:144 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblilv-0-0 arm64 0.24.22-1build1 [41.1 kB]
|
621
|
+
Get:145 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmysofa1 arm64 1.3.2+dfsg-2ubuntu2 [1,157 kB]
|
622
|
+
Get:146 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libvulkan1 arm64 1.3.275.0-1build1 [150 kB]
|
623
|
+
Get:147 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libplacebo338 arm64 6.338.2-2build1 [2,570 kB]
|
624
|
+
Get:148 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblas3 arm64 3.12.0-3build1.1 [144 kB]
|
625
|
+
Get:149 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgfortran5 arm64 14.2.0-4ubuntu2~24.04 [444 kB]
|
626
|
+
Get:150 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblapack3 arm64 3.12.0-3build1.1 [2,241 kB]
|
627
|
+
Get:151 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libasyncns0 arm64 0.8-6build4 [11.2 kB]
|
628
|
+
Get:152 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libflac12t64 arm64 1.4.3+ds-2.1ubuntu2 [170 kB]
|
629
|
+
Get:153 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsndfile1 arm64 1.2.2-1ubuntu5.24.04.1 [208 kB]
|
630
|
+
Get:154 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libpulse0 arm64 1:16.1+dfsg1-2ubuntu10.1 [271 kB]
|
631
|
+
Get:155 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsphinxbase3t64 arm64 0.8+5prealpha+1-17build2 [124 kB]
|
632
|
+
Get:156 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libpocketsphinx3 arm64 0.8.0+real5prealpha+1-15ubuntu5 [129 kB]
|
633
|
+
Get:157 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libpostproc57 arm64 7:6.1.1-3ubuntu5 [41.2 kB]
|
634
|
+
Get:158 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfftw3-double3 arm64 3.3.10-1ubuntu3 [384 kB]
|
635
|
+
Get:159 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsamplerate0 arm64 0.2.2-4build1 [1,343 kB]
|
636
|
+
Get:160 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librubberband2 arm64 3.3.0+dfsg-2build1 [120 kB]
|
637
|
+
Get:161 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libswscale7 arm64 7:6.1.1-3ubuntu5 [173 kB]
|
638
|
+
Get:162 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libvidstab1.1 arm64 1.1.0-2build1 [38.7 kB]
|
639
|
+
Get:163 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libzimg2 arm64 3.0.5+ds1-1build1 [119 kB]
|
640
|
+
Get:164 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libavfilter9 arm64 7:6.1.1-3ubuntu5 [4,089 kB]
|
641
|
+
Get:165 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdw1t64 arm64 0.190-1.1ubuntu0.1 [258 kB]
|
642
|
+
Get:166 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libunwind8 arm64 1.6.2-3build1.1 [53.6 kB]
|
643
|
+
Get:167 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgstreamer1.0-0 arm64 1.24.2-1ubuntu0.1 [1,147 kB]
|
644
|
+
Get:168 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liborc-0.4-0t64 arm64 1:0.4.38-1ubuntu0.1 [205 kB]
|
645
|
+
Get:169 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgstreamer-plugins-base1.0-0 arm64 1.24.2-1ubuntu0.3 [829 kB]
|
646
|
+
Get:170 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gstreamer1.0-libav arm64 1.24.1-1build1 [100 kB]
|
647
|
+
Get:171 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcdparanoia0 arm64 3.10.2+debian-14build3 [46.9 kB]
|
648
|
+
Get:172 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libvisual-0.4-0 arm64 0.4.2-2build1 [110 kB]
|
649
|
+
Get:173 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gstreamer1.0-plugins-base arm64 1.24.2-1ubuntu0.3 [691 kB]
|
650
|
+
Get:174 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libaa1 arm64 1.4p5-51.1 [49.7 kB]
|
651
|
+
Get:175 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libraw1394-11 arm64 2.1.2-2build3 [26.9 kB]
|
652
|
+
Get:176 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libavc1394-0 arm64 0.5.4-5build3 [15.8 kB]
|
653
|
+
Get:177 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcaca0 arm64 0.99.beta20-4build2 [206 kB]
|
654
|
+
Get:178 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdv4t64 arm64 1.0.0-17.1build1 [60.2 kB]
|
655
|
+
Get:179 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgstreamer-plugins-good1.0-0 arm64 1.24.2-1ubuntu1.2 [32.7 kB]
|
656
|
+
Get:180 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libgudev-1.0-0 arm64 1:238-5ubuntu1 [15.1 kB]
|
657
|
+
Get:181 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libiec61883-0 arm64 1.2.0-6build1 [24.3 kB]
|
658
|
+
Get:182 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libshout3 arm64 2.4.6-1build2 [51.0 kB]
|
659
|
+
Get:183 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtag1v5-vanilla arm64 1.13.1-1build1 [303 kB]
|
660
|
+
Get:184 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtag1v5 arm64 1.13.1-1build1 [11.7 kB]
|
661
|
+
Get:185 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libv4lconvert0t64 arm64 1.26.1-4build3 [88.6 kB]
|
662
|
+
Get:186 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libv4l-0t64 arm64 1.26.1-4build3 [46.4 kB]
|
663
|
+
Get:187 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwavpack1 arm64 5.6.0-1build1 [79.2 kB]
|
664
|
+
Get:188 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdamage1 arm64 1:1.1.6-1build1 [6,236 B]
|
665
|
+
Get:189 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11-common all 1:7.7+23ubuntu3 [21.7 kB]
|
666
|
+
Get:190 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxtst6 arm64 2:1.2.3-1.1build1 [13.0 kB]
|
667
|
+
Get:191 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsoup-3.0-common all 3.4.4-5ubuntu0.5 [11.3 kB]
|
668
|
+
Get:192 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsoup-3.0-0 arm64 3.4.4-5ubuntu0.5 [289 kB]
|
669
|
+
Get:193 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gstreamer1.0-plugins-good arm64 1.24.2-1ubuntu1.2 [2,157 kB]
|
670
|
+
Get:194 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 hunspell-en-us all 1:2020.12.07-2 [280 kB]
|
671
|
+
Get:195 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libabsl20220623t64 arm64 20220623.1-3.1ubuntu3.2 [413 kB]
|
672
|
+
Get:196 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libaspell15 arm64 0.60.8.1-1build1 [316 kB]
|
673
|
+
Get:197 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libatk1.0-0t64 arm64 2.52.0-1build1 [55.1 kB]
|
674
|
+
Get:198 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxi6 arm64 2:1.8.1-1build1 [31.9 kB]
|
675
|
+
Get:199 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libatspi2.0-0t64 arm64 2.52.0-1build1 [80.9 kB]
|
676
|
+
Get:200 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libatk-bridge2.0-0t64 arm64 2.52.0-1build1 [66.3 kB]
|
677
|
+
Get:201 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libavahi-common-data arm64 0.8-13ubuntu6 [29.6 kB]
|
678
|
+
Get:202 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libavahi-common3 arm64 0.8-13ubuntu6 [23.3 kB]
|
679
|
+
Get:203 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libavahi-client3 arm64 0.8-13ubuntu6 [27.2 kB]
|
680
|
+
Get:204 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libgav1-1 arm64 0.18.0-1build3 [496 kB]
|
681
|
+
Get:205 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libyuv0 arm64 0.0~git202401110.af6ac82-1 [143 kB]
|
682
|
+
Get:206 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libavif16 arm64 1.0.4-1ubuntu3 [89.6 kB]
|
683
|
+
Get:207 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libavtp0 arm64 0.2.0-1build1 [6,544 B]
|
684
|
+
Get:208 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblzo2-2 arm64 2.10-2build4 [50.6 kB]
|
685
|
+
Get:209 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcairo-script-interpreter2 arm64 1.18.0-3build1 [60.9 kB]
|
686
|
+
Get:210 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libcolord2 arm64 1.4.7-1build2 [149 kB]
|
687
|
+
Get:211 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libcups2t64 arm64 2.4.7-1.2ubuntu7.4 [275 kB]
|
688
|
+
Get:212 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libdc1394-25 arm64 2.2.6-4build1 [90.3 kB]
|
689
|
+
Get:213 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwayland-client0 arm64 1.22.0-2.1build1 [25.9 kB]
|
690
|
+
Get:214 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdecor-0-0 arm64 0.2.2-1build2 [16.5 kB]
|
691
|
+
Get:215 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libglvnd0 arm64 1.7.0-1build1 [60.6 kB]
|
692
|
+
Get:216 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-glx0 arm64 1.15-1ubuntu2 [25.5 kB]
|
693
|
+
Get:217 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-present0 arm64 1.15-1ubuntu2 [5,866 B]
|
694
|
+
Get:218 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0 arm64 1.15-1ubuntu2 [10.6 kB]
|
695
|
+
Get:219 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxxf86vm1 arm64 1:1.1.4-1build4 [9,130 B]
|
696
|
+
Get:220 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdrm-amdgpu1 arm64 2.4.122-1~ubuntu0.24.04.1 [20.9 kB]
|
697
|
+
Get:221 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libllvm20 arm64 1:20.1.2-0ubuntu1~24.04.2 [29.3 MB]
|
698
|
+
Get:222 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-randr0 arm64 1.15-1ubuntu2 [18.4 kB]
|
699
|
+
Get:223 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-sync1 arm64 1.15-1ubuntu2 [9,682 B]
|
700
|
+
Get:224 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxshmfence1 arm64 1.3-1build5 [4,938 B]
|
701
|
+
Get:225 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mesa-libgallium arm64 25.0.7-0ubuntu0.24.04.2 [9,350 kB]
|
702
|
+
Get:226 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwayland-server0 arm64 1.22.0-2.1build1 [34.6 kB]
|
703
|
+
Get:227 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgbm1 arm64 25.0.7-0ubuntu0.24.04.2 [33.5 kB]
|
704
|
+
Get:228 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgl1-mesa-dri arm64 25.0.7-0ubuntu0.24.04.2 [35.4 kB]
|
705
|
+
Get:229 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libglx-mesa0 arm64 25.0.7-0ubuntu0.24.04.2 [153 kB]
|
706
|
+
Get:230 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libglx0 arm64 1.7.0-1build1 [33.2 kB]
|
707
|
+
Get:231 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libgl1 arm64 1.7.0-1build1 [106 kB]
|
708
|
+
Get:232 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libgles2 arm64 1.7.0-1build1 [17.6 kB]
|
709
|
+
Get:233 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libdirectfb-1.7-7t64 arm64 1.7.7-11.1ubuntu2 [1,006 kB]
|
710
|
+
Get:234 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libdvdread8t64 arm64 6.1.3-1.1build1 [52.8 kB]
|
711
|
+
Get:235 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libdvdnav4 arm64 6.1.1-3build1 [37.8 kB]
|
712
|
+
Get:236 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libegl-mesa0 arm64 25.0.7-0ubuntu0.24.04.2 [123 kB]
|
713
|
+
Get:237 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhunspell-1.7-0 arm64 1.7.2+really1.7.2-10build3 [274 kB]
|
714
|
+
Get:238 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libenchant-2-2 arm64 2.3.3-2build2 [50.3 kB]
|
715
|
+
Get:239 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libepoxy0 arm64 1.5.10-1build1 [240 kB]
|
716
|
+
Get:240 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libevent-2.1-7t64 arm64 2.1.12-stable-9ubuntu2 [140 kB]
|
717
|
+
Get:241 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libfaad2 arm64 2.11.1-1build1 [207 kB]
|
718
|
+
Get:242 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libinstpatch-1.0-2 arm64 1.1.6-1build2 [252 kB]
|
719
|
+
Get:243 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjack-jackd2-0 arm64 1.9.21~dfsg-3ubuntu3 [285 kB]
|
720
|
+
Get:244 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwebrtc-audio-processing1 arm64 0.3.1-0ubuntu6 [285 kB]
|
721
|
+
Get:245 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libspa-0.2-modules arm64 1.0.5-1ubuntu3.1 [575 kB]
|
722
|
+
Get:246 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libpipewire-0.3-0t64 arm64 1.0.5-1ubuntu3.1 [247 kB]
|
723
|
+
Get:247 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwayland-cursor0 arm64 1.22.0-2.1build1 [10.3 kB]
|
724
|
+
Get:248 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwayland-egl1 arm64 1.22.0-2.1build1 [5,622 B]
|
725
|
+
Get:249 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcursor1 arm64 1:1.2.1-1build1 [21.1 kB]
|
726
|
+
Get:250 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxrandr2 arm64 2:1.5.2-2build1 [19.6 kB]
|
727
|
+
Get:251 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxss1 arm64 1:1.2.3-1build3 [7,244 B]
|
728
|
+
Get:252 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsdl2-2.0-0 arm64 2.30.0+dfsg-1ubuntu3.1 [671 kB]
|
729
|
+
Get:253 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 timgm6mb-soundfont all 1.3-5 [5,427 kB]
|
730
|
+
Get:254 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libfluidsynth3 arm64 2.3.4-1build3 [241 kB]
|
731
|
+
Get:255 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfontenc1 arm64 1:1.1.8-1build1 [13.9 kB]
|
732
|
+
Get:256 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfreeaptx0 arm64 0.1.1-2build1 [13.3 kB]
|
733
|
+
Get:257 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libgraphene-1.0-0 arm64 1.10.8-3build2 [47.0 kB]
|
734
|
+
Get:258 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libgssdp-1.6-0 arm64 1.6.3-1build3 [39.9 kB]
|
735
|
+
Get:259 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libegl1 arm64 1.7.0-1build1 [29.5 kB]
|
736
|
+
Get:260 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgstreamer-gl1.0-0 arm64 1.24.2-1ubuntu0.3 [209 kB]
|
737
|
+
Get:261 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcomposite1 arm64 1:0.4.5-1build3 [6,336 B]
|
738
|
+
Get:262 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxinerama1 arm64 2:1.1.4-3build1 [6,394 B]
|
739
|
+
Get:263 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgtk-3-common all 3.24.41-4ubuntu1.3 [1,426 kB]
|
740
|
+
Get:264 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgtk-3-0t64 arm64 3.24.41-4ubuntu1.3 [2,881 kB]
|
741
|
+
Get:265 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgtk-4-common all 4.14.5+ds-0ubuntu0.5 [1,497 kB]
|
742
|
+
Get:266 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgtk-4-1 arm64 4.14.5+ds-0ubuntu0.5 [3,227 kB]
|
743
|
+
Get:267 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libgupnp-1.6-0 arm64 1.6.6-1build3 [93.4 kB]
|
744
|
+
Get:268 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libgupnp-igd-1.6-0 arm64 1.6.0-3build3 [16.5 kB]
|
745
|
+
Get:269 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libharfbuzz-icu0 arm64 8.3.0-2build2 [13.2 kB]
|
746
|
+
Get:270 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhyphen0 arm64 2.8.8-7build3 [26.4 kB]
|
747
|
+
Get:271 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libice6 arm64 2:1.0.10-1build3 [41.1 kB]
|
748
|
+
Get:272 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
|
749
|
+
Get:273 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjson-glib-1.0-common all 1.8.0-2build2 [4,244 B]
|
750
|
+
Get:274 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjson-glib-1.0-0 arm64 1.8.0-2build2 [65.3 kB]
|
751
|
+
Get:275 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblc3-1 arm64 1.0.4-3build1 [69.4 kB]
|
752
|
+
Get:276 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libldacbt-enc2 arm64 2.0.2.3+git20200429+ed310a0-4ubuntu2 [26.7 kB]
|
753
|
+
Get:277 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libxslt1.1 arm64 1.1.39-0exp1ubuntu0.24.04.2 [167 kB]
|
754
|
+
Get:278 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libyajl2 arm64 2.1.0-5build1 [19.7 kB]
|
755
|
+
Get:279 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libraptor2-0 arm64 2.0.16-3ubuntu0.1 [164 kB]
|
756
|
+
Get:280 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblrdf0 arm64 0.6.1-4build1 [18.6 kB]
|
757
|
+
Get:281 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libltc11 arm64 1.3.2-1build1 [13.5 kB]
|
758
|
+
Get:282 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmanette-0.2-0 arm64 0.2.7-1build2 [30.4 kB]
|
759
|
+
Get:283 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmjpegutils-2.1-0t64 arm64 1:2.1.0+debian-8.1build1 [26.0 kB]
|
760
|
+
Get:284 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmodplug1 arm64 1:0.8.9.0-3build1 [161 kB]
|
761
|
+
Get:285 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmpcdec6 arm64 2:0.1~r495-2build1 [32.3 kB]
|
762
|
+
Get:286 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmpeg2encpp-2.1-0t64 arm64 1:2.1.0+debian-8.1build1 [72.9 kB]
|
763
|
+
Get:287 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmplex2-2.1-0t64 arm64 1:2.1.0+debian-8.1build1 [45.6 kB]
|
764
|
+
Get:288 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libneon27t64 arm64 0.33.0-1.1build3 [101 kB]
|
765
|
+
Get:289 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnice10 arm64 0.1.21-2build3 [153 kB]
|
766
|
+
Get:290 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnspr4 arm64 2:4.35-1.1build1 [114 kB]
|
767
|
+
Get:291 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnss3 arm64 2:3.98-1build1 [1,408 kB]
|
768
|
+
Get:292 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenal-data all 1:1.23.1-4build1 [161 kB]
|
769
|
+
Get:293 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
|
770
|
+
Get:294 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenh264-7 arm64 2.4.1+dfsg-1 [376 kB]
|
771
|
+
Get:295 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenni2-0 arm64 2.2.0.33+dfsg-18 [374 kB]
|
772
|
+
Get:296 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libqrencode4 arm64 4.1.1-1build2 [25.3 kB]
|
773
|
+
Get:297 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsecret-common all 0.21.4-1build3 [4,962 B]
|
774
|
+
Get:298 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsecret-1-0 arm64 0.21.4-1build3 [116 kB]
|
775
|
+
Get:299 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsm6 arm64 2:1.2.3-1build3 [15.6 kB]
|
776
|
+
Get:300 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsndio7.0 arm64 1.9.0-0.3build3 [29.0 kB]
|
777
|
+
Get:301 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsoundtouch1 arm64 2.3.2+ds1-1build1 [53.8 kB]
|
778
|
+
Get:302 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libspandsp2t64 arm64 0.0.6+dfsg-2.1build1 [313 kB]
|
779
|
+
Get:303 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libsrtp2-1 arm64 2.5.0-3build1 [42.9 kB]
|
780
|
+
Get:304 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwebpdemux2 arm64 1.3.2-0.4build3 [12.3 kB]
|
781
|
+
Get:305 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libwildmidi2 arm64 0.4.3-1build3 [68.7 kB]
|
782
|
+
Get:306 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwoff1 arm64 1.0.2-2build1 [44.8 kB]
|
783
|
+
Get:307 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxt6t64 arm64 1:1.2.1-1.2build1 [168 kB]
|
784
|
+
Get:308 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxmu6 arm64 2:1.1.3-3build2 [47.5 kB]
|
785
|
+
Get:309 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxaw7 arm64 2:1.0.14-1build2 [183 kB]
|
786
|
+
Get:310 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xkb1 arm64 1.15-1ubuntu2 [32.6 kB]
|
787
|
+
Get:311 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxfont2 arm64 1:2.0.6-1build1 [88.7 kB]
|
788
|
+
Get:312 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxkbcommon-x11-0 arm64 1.6.0-1build1 [13.6 kB]
|
789
|
+
Get:313 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxkbfile1 arm64 1:1.1.0-1build4 [69.4 kB]
|
790
|
+
Get:314 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libzbar0t64 arm64 0.23.93-4build3 [119 kB]
|
791
|
+
Get:315 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libzxing3 arm64 2.2.1-3 [551 kB]
|
792
|
+
Get:316 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11-xkb-utils arm64 7.7+8build2 [165 kB]
|
793
|
+
Get:317 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
|
794
|
+
Get:318 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
|
795
|
+
Get:319 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xfonts-cyrillic all 1:1.0.5+nmu1 [384 kB]
|
796
|
+
Get:320 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-scalable all 1:1.0.3-1.3 [304 kB]
|
797
|
+
Get:321 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 xserver-common all 2:21.1.12-1ubuntu1.4 [34.4 kB]
|
798
|
+
Get:322 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 xvfb arm64 2:21.1.12-1ubuntu1.4 [872 kB]
|
799
|
+
Get:323 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libgstreamer-plugins-bad1.0-0 arm64 1.24.2-1ubuntu4 [771 kB]
|
800
|
+
Get:324 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libdca0 arm64 0.0.7-2build1 [91.3 kB]
|
801
|
+
Get:325 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenal1 arm64 1:1.23.1-4build1 [510 kB]
|
802
|
+
Get:326 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsbc1 arm64 2.0-1build1 [29.3 kB]
|
803
|
+
Get:327 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libvo-aacenc0 arm64 0.1.3-2build1 [70.5 kB]
|
804
|
+
Get:328 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libvo-amrwbenc0 arm64 0.1.3-2build1 [73.2 kB]
|
805
|
+
Get:329 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gstreamer1.0-plugins-bad arm64 1.24.2-1ubuntu4 [2,822 kB]
|
806
|
+
debconf: unable to initialize frontend: Dialog
|
807
|
+
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79, <STDIN> line 329.)
|
808
|
+
debconf: falling back to frontend: Readline
|
809
|
+
debconf: unable to initialize frontend: Readline
|
810
|
+
debconf: (This frontend requires a controlling tty.)
|
811
|
+
debconf: falling back to frontend: Teletype
|
812
|
+
dpkg-preconfigure: unable to re-open stdin:
|
813
|
+
Fetched 190 MB in 34s (5,582 kB/s)
|
814
|
+
Selecting previously unselected package libargon2-1:arm64.
|
815
|
+
(Reading database ...
|
816
|
+
Preparing to unpack .../libargon2-1_0~20190702+dfsg-4build1_arm64.deb ...
|
817
|
+
Unpacking libargon2-1:arm64 (0~20190702+dfsg-4build1) ...
|
818
|
+
Preparing to unpack .../libudev1_255.4-1ubuntu8.11_arm64.deb ...
|
819
|
+
Unpacking libudev1:arm64 (255.4-1ubuntu8.11) over (255.4-1ubuntu8.10) ...
|
820
|
+
Setting up libudev1:arm64 (255.4-1ubuntu8.11) ...
|
821
|
+
Selecting previously unselected package libdevmapper1.02.1:arm64.
|
822
|
+
(Reading database ...
|
823
|
+
Preparing to unpack .../0-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.2_arm64.deb ...
|
824
|
+
Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-3ubuntu3.2) ...
|
825
|
+
Selecting previously unselected package libcryptsetup12:arm64.
|
826
|
+
Preparing to unpack .../1-libcryptsetup12_2%3a2.7.0-1ubuntu4.2_arm64.deb ...
|
827
|
+
Unpacking libcryptsetup12:arm64 (2:2.7.0-1ubuntu4.2) ...
|
828
|
+
Selecting previously unselected package libfdisk1:arm64.
|
829
|
+
Preparing to unpack .../2-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
|
830
|
+
Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
|
831
|
+
Selecting previously unselected package libkmod2:arm64.
|
832
|
+
Preparing to unpack .../3-libkmod2_31+20240202-2ubuntu7.1_arm64.deb ...
|
833
|
+
Unpacking libkmod2:arm64 (31+20240202-2ubuntu7.1) ...
|
834
|
+
Selecting previously unselected package libsystemd-shared:arm64.
|
835
|
+
Preparing to unpack .../4-libsystemd-shared_255.4-1ubuntu8.11_arm64.deb ...
|
836
|
+
Unpacking libsystemd-shared:arm64 (255.4-1ubuntu8.11) ...
|
837
|
+
Preparing to unpack .../5-libsystemd0_255.4-1ubuntu8.11_arm64.deb ...
|
838
|
+
Unpacking libsystemd0:arm64 (255.4-1ubuntu8.11) over (255.4-1ubuntu8.10) ...
|
839
|
+
Setting up libsystemd0:arm64 (255.4-1ubuntu8.11) ...
|
840
|
+
Selecting previously unselected package systemd-dev.
|
841
|
+
(Reading database ...
|
842
|
+
Preparing to unpack .../systemd-dev_255.4-1ubuntu8.11_all.deb ...
|
843
|
+
Unpacking systemd-dev (255.4-1ubuntu8.11) ...
|
844
|
+
dpkg: systemd-standalone-sysusers: dependency problems, but removing anyway as you requested:
|
845
|
+
cron-daemon-common depends on systemd | systemd-standalone-sysusers | systemd-sysusers; however:
|
846
|
+
Package systemd is not installed.
|
847
|
+
Package systemd-standalone-sysusers is to be removed.
|
848
|
+
Package systemd-sysusers is not installed.
|
849
|
+
Package systemd-standalone-sysusers which provides systemd-sysusers is to be removed.
|
850
|
+
cron-daemon-common depends on systemd | systemd-standalone-sysusers | systemd-sysusers; however:
|
851
|
+
Package systemd is not installed.
|
852
|
+
Package systemd-standalone-sysusers is to be removed.
|
853
|
+
Package systemd-sysusers is not installed.
|
854
|
+
Package systemd-standalone-sysusers which provides systemd-sysusers is to be removed.
|
855
|
+
|
856
|
+
(Reading database ...
|
857
|
+
Removing systemd-standalone-sysusers (255.4-1ubuntu8.10) ...
|
858
|
+
Selecting previously unselected package systemd.
|
859
|
+
(Reading database ...
|
860
|
+
Preparing to unpack .../systemd_255.4-1ubuntu8.11_arm64.deb ...
|
861
|
+
Unpacking systemd (255.4-1ubuntu8.11) ...
|
862
|
+
Setting up libargon2-1:arm64 (0~20190702+dfsg-4build1) ...
|
863
|
+
Setting up libdevmapper1.02.1:arm64 (2:1.02.185-3ubuntu3.2) ...
|
864
|
+
Setting up libcryptsetup12:arm64 (2:2.7.0-1ubuntu4.2) ...
|
865
|
+
Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
|
866
|
+
Setting up libkmod2:arm64 (31+20240202-2ubuntu7.1) ...
|
867
|
+
Setting up libsystemd-shared:arm64 (255.4-1ubuntu8.11) ...
|
868
|
+
Setting up systemd-dev (255.4-1ubuntu8.11) ...
|
869
|
+
Setting up systemd (255.4-1ubuntu8.11) ...
|
870
|
+
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
|
871
|
+
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
|
872
|
+
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
|
873
|
+
Initializing machine ID from random generator.
|
874
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process[0m
|
875
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process[0m
|
876
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process[0m
|
877
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process[0m
|
878
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal': No such process[0m
|
879
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal': No such process[0m
|
880
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal': No such process[0m
|
881
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal': No such process[0m
|
882
|
+
[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal': No such process[0m
|
883
|
+
Creating group 'systemd-journal' with GID 998.
|
884
|
+
Creating group 'systemd-network' with GID 997.
|
885
|
+
Creating user 'systemd-network' (systemd Network Management) with UID 997 and GID 997.
|
886
|
+
Selecting previously unselected package systemd-sysv.
|
887
|
+
(Reading database ...
|
888
|
+
Preparing to unpack .../000-systemd-sysv_255.4-1ubuntu8.11_arm64.deb ...
|
889
|
+
Unpacking systemd-sysv (255.4-1ubuntu8.11) ...
|
890
|
+
Selecting previously unselected package fonts-ipafont-gothic.
|
891
|
+
Preparing to unpack .../001-fonts-ipafont-gothic_00303-21ubuntu1_all.deb ...
|
892
|
+
Unpacking fonts-ipafont-gothic (00303-21ubuntu1) ...
|
893
|
+
Selecting previously unselected package libdbus-1-3:arm64.
|
894
|
+
Preparing to unpack .../002-libdbus-1-3_1.14.10-4ubuntu4.1_arm64.deb ...
|
895
|
+
Unpacking libdbus-1-3:arm64 (1.14.10-4ubuntu4.1) ...
|
896
|
+
Selecting previously unselected package dbus-bin.
|
897
|
+
Preparing to unpack .../003-dbus-bin_1.14.10-4ubuntu4.1_arm64.deb ...
|
898
|
+
Unpacking dbus-bin (1.14.10-4ubuntu4.1) ...
|
899
|
+
Selecting previously unselected package dbus-session-bus-common.
|
900
|
+
Preparing to unpack .../004-dbus-session-bus-common_1.14.10-4ubuntu4.1_all.deb ...
|
901
|
+
Unpacking dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
|
902
|
+
Selecting previously unselected package dbus-daemon.
|
903
|
+
Preparing to unpack .../005-dbus-daemon_1.14.10-4ubuntu4.1_arm64.deb ...
|
904
|
+
Unpacking dbus-daemon (1.14.10-4ubuntu4.1) ...
|
905
|
+
Selecting previously unselected package dbus-system-bus-common.
|
906
|
+
Preparing to unpack .../006-dbus-system-bus-common_1.14.10-4ubuntu4.1_all.deb ...
|
907
|
+
Unpacking dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
|
908
|
+
Selecting previously unselected package dbus.
|
909
|
+
Preparing to unpack .../007-dbus_1.14.10-4ubuntu4.1_arm64.deb ...
|
910
|
+
Unpacking dbus (1.14.10-4ubuntu4.1) ...
|
911
|
+
Selecting previously unselected package libpam-systemd:arm64.
|
912
|
+
Preparing to unpack .../008-libpam-systemd_255.4-1ubuntu8.11_arm64.deb ...
|
913
|
+
Unpacking libpam-systemd:arm64 (255.4-1ubuntu8.11) ...
|
914
|
+
Selecting previously unselected package dbus-user-session.
|
915
|
+
Preparing to unpack .../009-dbus-user-session_1.14.10-4ubuntu4.1_arm64.deb ...
|
916
|
+
Unpacking dbus-user-session (1.14.10-4ubuntu4.1) ...
|
917
|
+
Selecting previously unselected package iso-codes.
|
918
|
+
Preparing to unpack .../010-iso-codes_4.16.0-1_all.deb ...
|
919
|
+
Unpacking iso-codes (4.16.0-1) ...
|
920
|
+
Selecting previously unselected package libfribidi0:arm64.
|
921
|
+
Preparing to unpack .../011-libfribidi0_1.0.13-3build1_arm64.deb ...
|
922
|
+
Unpacking libfribidi0:arm64 (1.0.13-3build1) ...
|
923
|
+
Selecting previously unselected package libglib2.0-0t64:arm64.
|
924
|
+
Preparing to unpack .../012-libglib2.0-0t64_2.80.0-6ubuntu3.4_arm64.deb ...
|
925
|
+
Unpacking libglib2.0-0t64:arm64 (2.80.0-6ubuntu3.4) ...
|
926
|
+
Selecting previously unselected package libslang2:arm64.
|
927
|
+
Preparing to unpack .../013-libslang2_2.3.3-3build2_arm64.deb ...
|
928
|
+
Unpacking libslang2:arm64 (2.3.3-3build2) ...
|
929
|
+
Selecting previously unselected package libtext-iconv-perl:arm64.
|
930
|
+
Preparing to unpack .../014-libtext-iconv-perl_1.7-8build3_arm64.deb ...
|
931
|
+
Unpacking libtext-iconv-perl:arm64 (1.7-8build3) ...
|
932
|
+
Selecting previously unselected package shared-mime-info.
|
933
|
+
Preparing to unpack .../015-shared-mime-info_2.4-4_arm64.deb ...
|
934
|
+
Unpacking shared-mime-info (2.4-4) ...
|
935
|
+
Selecting previously unselected package xkb-data.
|
936
|
+
Preparing to unpack .../016-xkb-data_2.41-2ubuntu1.1_all.deb ...
|
937
|
+
Unpacking xkb-data (2.41-2ubuntu1.1) ...
|
938
|
+
Selecting previously unselected package libdrm-common.
|
939
|
+
Preparing to unpack .../017-libdrm-common_2.4.122-1~ubuntu0.24.04.1_all.deb ...
|
940
|
+
Unpacking libdrm-common (2.4.122-1~ubuntu0.24.04.1) ...
|
941
|
+
Selecting previously unselected package libdrm2:arm64.
|
942
|
+
Preparing to unpack .../018-libdrm2_2.4.122-1~ubuntu0.24.04.1_arm64.deb ...
|
943
|
+
Unpacking libdrm2:arm64 (2.4.122-1~ubuntu0.24.04.1) ...
|
944
|
+
Selecting previously unselected package libevdev2:arm64.
|
945
|
+
Preparing to unpack .../019-libevdev2_1.13.1+dfsg-1build1_arm64.deb ...
|
946
|
+
Unpacking libevdev2:arm64 (1.13.1+dfsg-1build1) ...
|
947
|
+
Selecting previously unselected package libncurses6:arm64.
|
948
|
+
Preparing to unpack .../020-libncurses6_6.4+20240113-1ubuntu2_arm64.deb ...
|
949
|
+
Unpacking libncurses6:arm64 (6.4+20240113-1ubuntu2) ...
|
950
|
+
Selecting previously unselected package libnuma1:arm64.
|
951
|
+
Preparing to unpack .../021-libnuma1_2.0.18-1build1_arm64.deb ...
|
952
|
+
Unpacking libnuma1:arm64 (2.0.18-1build1) ...
|
953
|
+
Selecting previously unselected package libsensors-config.
|
954
|
+
Preparing to unpack .../022-libsensors-config_1%3a3.6.0-9build1_all.deb ...
|
955
|
+
Unpacking libsensors-config (1:3.6.0-9build1) ...
|
956
|
+
Selecting previously unselected package libsensors5:arm64.
|
957
|
+
Preparing to unpack .../023-libsensors5_1%3a3.6.0-9build1_arm64.deb ...
|
958
|
+
Unpacking libsensors5:arm64 (1:3.6.0-9build1) ...
|
959
|
+
Selecting previously unselected package libusb-1.0-0:arm64.
|
960
|
+
Preparing to unpack .../024-libusb-1.0-0_2%3a1.0.27-1_arm64.deb ...
|
961
|
+
Unpacking libusb-1.0-0:arm64 (2:1.0.27-1) ...
|
962
|
+
Selecting previously unselected package libxkbcommon0:arm64.
|
963
|
+
Preparing to unpack .../025-libxkbcommon0_1.6.0-1build1_arm64.deb ...
|
964
|
+
Unpacking libxkbcommon0:arm64 (1.6.0-1build1) ...
|
965
|
+
Selecting previously unselected package libgdk-pixbuf2.0-common.
|
966
|
+
Preparing to unpack .../026-libgdk-pixbuf2.0-common_2.42.10+dfsg-3ubuntu3.2_all.deb ...
|
967
|
+
Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.2) ...
|
968
|
+
Selecting previously unselected package libgdk-pixbuf-2.0-0:arm64.
|
969
|
+
Preparing to unpack .../027-libgdk-pixbuf-2.0-0_2.42.10+dfsg-3ubuntu3.2_arm64.deb ...
|
970
|
+
Unpacking libgdk-pixbuf-2.0-0:arm64 (2.42.10+dfsg-3ubuntu3.2) ...
|
971
|
+
Selecting previously unselected package gtk-update-icon-cache.
|
972
|
+
Preparing to unpack .../028-gtk-update-icon-cache_3.24.41-4ubuntu1.3_arm64.deb ...
|
973
|
+
Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.3) ...
|
974
|
+
Selecting previously unselected package hicolor-icon-theme.
|
975
|
+
Preparing to unpack .../029-hicolor-icon-theme_0.17-2_all.deb ...
|
976
|
+
Unpacking hicolor-icon-theme (0.17-2) ...
|
977
|
+
Selecting previously unselected package humanity-icon-theme.
|
978
|
+
Preparing to unpack .../030-humanity-icon-theme_0.6.16_all.deb ...
|
979
|
+
Unpacking humanity-icon-theme (0.6.16) ...
|
980
|
+
Selecting previously unselected package ubuntu-mono.
|
981
|
+
Preparing to unpack .../031-ubuntu-mono_24.04-0ubuntu1_all.deb ...
|
982
|
+
Unpacking ubuntu-mono (24.04-0ubuntu1) ...
|
983
|
+
Selecting previously unselected package adwaita-icon-theme.
|
984
|
+
Preparing to unpack .../032-adwaita-icon-theme_46.0-1_all.deb ...
|
985
|
+
Unpacking adwaita-icon-theme (46.0-1) ...
|
986
|
+
Selecting previously unselected package at-spi2-common.
|
987
|
+
Preparing to unpack .../033-at-spi2-common_2.52.0-1build1_all.deb ...
|
988
|
+
Unpacking at-spi2-common (2.52.0-1build1) ...
|
989
|
+
Selecting previously unselected package libdconf1:arm64.
|
990
|
+
Preparing to unpack .../034-libdconf1_0.40.0-4ubuntu0.1_arm64.deb ...
|
991
|
+
Unpacking libdconf1:arm64 (0.40.0-4ubuntu0.1) ...
|
992
|
+
Selecting previously unselected package dconf-service.
|
993
|
+
Preparing to unpack .../035-dconf-service_0.40.0-4ubuntu0.1_arm64.deb ...
|
994
|
+
Unpacking dconf-service (0.40.0-4ubuntu0.1) ...
|
995
|
+
Selecting previously unselected package dconf-gsettings-backend:arm64.
|
996
|
+
Preparing to unpack .../036-dconf-gsettings-backend_0.40.0-4ubuntu0.1_arm64.deb ...
|
997
|
+
Unpacking dconf-gsettings-backend:arm64 (0.40.0-4ubuntu0.1) ...
|
998
|
+
Selecting previously unselected package emacsen-common.
|
999
|
+
Preparing to unpack .../037-emacsen-common_3.0.5_all.deb ...
|
1000
|
+
Unpacking emacsen-common (3.0.5) ...
|
1001
|
+
Selecting previously unselected package dictionaries-common.
|
1002
|
+
Preparing to unpack .../038-dictionaries-common_1.29.7_all.deb ...
|
1003
|
+
Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
|
1004
|
+
Unpacking dictionaries-common (1.29.7) ...
|
1005
|
+
Selecting previously unselected package fontconfig.
|
1006
|
+
Preparing to unpack .../039-fontconfig_2.15.0-1.1ubuntu2_arm64.deb ...
|
1007
|
+
Unpacking fontconfig (2.15.0-1.1ubuntu2) ...
|
1008
|
+
Selecting previously unselected package fonts-freefont-ttf.
|
1009
|
+
Preparing to unpack .../040-fonts-freefont-ttf_20211204+svn4273-2_all.deb ...
|
1010
|
+
Unpacking fonts-freefont-ttf (20211204+svn4273-2) ...
|
1011
|
+
Selecting previously unselected package fonts-liberation.
|
1012
|
+
Preparing to unpack .../041-fonts-liberation_1%3a2.1.5-3_all.deb ...
|
1013
|
+
Unpacking fonts-liberation (1:2.1.5-3) ...
|
1014
|
+
Selecting previously unselected package fonts-noto-color-emoji.
|
1015
|
+
Preparing to unpack .../042-fonts-noto-color-emoji_2.047-0ubuntu0.24.04.1_all.deb ...
|
1016
|
+
Unpacking fonts-noto-color-emoji (2.047-0ubuntu0.24.04.1) ...
|
1017
|
+
Selecting previously unselected package fonts-tlwg-loma-otf.
|
1018
|
+
Preparing to unpack .../043-fonts-tlwg-loma-otf_1%3a0.7.3-1_all.deb ...
|
1019
|
+
Unpacking fonts-tlwg-loma-otf (1:0.7.3-1) ...
|
1020
|
+
Selecting previously unselected package fonts-unifont.
|
1021
|
+
Preparing to unpack .../044-fonts-unifont_1%3a15.1.01-1build1_all.deb ...
|
1022
|
+
Unpacking fonts-unifont (1:15.1.01-1build1) ...
|
1023
|
+
Selecting previously unselected package fonts-wqy-zenhei.
|
1024
|
+
Preparing to unpack .../045-fonts-wqy-zenhei_0.9.45-8_all.deb ...
|
1025
|
+
Unpacking fonts-wqy-zenhei (0.9.45-8) ...
|
1026
|
+
Selecting previously unselected package libduktape207:arm64.
|
1027
|
+
Preparing to unpack .../046-libduktape207_2.7.0+tests-0ubuntu3_arm64.deb ...
|
1028
|
+
Unpacking libduktape207:arm64 (2.7.0+tests-0ubuntu3) ...
|
1029
|
+
Selecting previously unselected package libproxy1v5:arm64.
|
1030
|
+
Preparing to unpack .../047-libproxy1v5_0.5.4-4build1_arm64.deb ...
|
1031
|
+
Unpacking libproxy1v5:arm64 (0.5.4-4build1) ...
|
1032
|
+
Selecting previously unselected package glib-networking-common.
|
1033
|
+
Preparing to unpack .../048-glib-networking-common_2.80.0-1build1_all.deb ...
|
1034
|
+
Unpacking glib-networking-common (2.80.0-1build1) ...
|
1035
|
+
Selecting previously unselected package glib-networking-services.
|
1036
|
+
Preparing to unpack .../049-glib-networking-services_2.80.0-1build1_arm64.deb ...
|
1037
|
+
Unpacking glib-networking-services (2.80.0-1build1) ...
|
1038
|
+
Selecting previously unselected package session-migration.
|
1039
|
+
Preparing to unpack .../050-session-migration_0.3.9build1_arm64.deb ...
|
1040
|
+
Unpacking session-migration (0.3.9build1) ...
|
1041
|
+
Selecting previously unselected package gsettings-desktop-schemas.
|
1042
|
+
Preparing to unpack .../051-gsettings-desktop-schemas_46.1-0ubuntu1_all.deb ...
|
1043
|
+
Unpacking gsettings-desktop-schemas (46.1-0ubuntu1) ...
|
1044
|
+
Selecting previously unselected package glib-networking:arm64.
|
1045
|
+
Preparing to unpack .../052-glib-networking_2.80.0-1build1_arm64.deb ...
|
1046
|
+
Unpacking glib-networking:arm64 (2.80.0-1build1) ...
|
1047
|
+
Selecting previously unselected package libva2:arm64.
|
1048
|
+
Preparing to unpack .../053-libva2_2.20.0-2build1_arm64.deb ...
|
1049
|
+
Unpacking libva2:arm64 (2.20.0-2build1) ...
|
1050
|
+
Selecting previously unselected package libva-drm2:arm64.
|
1051
|
+
Preparing to unpack .../054-libva-drm2_2.20.0-2build1_arm64.deb ...
|
1052
|
+
Unpacking libva-drm2:arm64 (2.20.0-2build1) ...
|
1053
|
+
Selecting previously unselected package libx11-xcb1:arm64.
|
1054
|
+
Preparing to unpack .../055-libx11-xcb1_2%3a1.8.7-1build1_arm64.deb ...
|
1055
|
+
Unpacking libx11-xcb1:arm64 (2:1.8.7-1build1) ...
|
1056
|
+
Selecting previously unselected package libxcb-dri3-0:arm64.
|
1057
|
+
Preparing to unpack .../056-libxcb-dri3-0_1.15-1ubuntu2_arm64.deb ...
|
1058
|
+
Unpacking libxcb-dri3-0:arm64 (1.15-1ubuntu2) ...
|
1059
|
+
Selecting previously unselected package libxfixes3:arm64.
|
1060
|
+
Preparing to unpack .../057-libxfixes3_1%3a6.0.0-2build1_arm64.deb ...
|
1061
|
+
Unpacking libxfixes3:arm64 (1:6.0.0-2build1) ...
|
1062
|
+
Selecting previously unselected package libva-x11-2:arm64.
|
1063
|
+
Preparing to unpack .../058-libva-x11-2_2.20.0-2build1_arm64.deb ...
|
1064
|
+
Unpacking libva-x11-2:arm64 (2.20.0-2build1) ...
|
1065
|
+
Selecting previously unselected package libvdpau1:arm64.
|
1066
|
+
Preparing to unpack .../059-libvdpau1_1.5-2build1_arm64.deb ...
|
1067
|
+
Unpacking libvdpau1:arm64 (1.5-2build1) ...
|
1068
|
+
Selecting previously unselected package ocl-icd-libopencl1:arm64.
|
1069
|
+
Preparing to unpack .../060-ocl-icd-libopencl1_2.3.2-1build1_arm64.deb ...
|
1070
|
+
Unpacking ocl-icd-libopencl1:arm64 (2.3.2-1build1) ...
|
1071
|
+
Selecting previously unselected package libavutil58:arm64.
|
1072
|
+
Preparing to unpack .../061-libavutil58_7%3a6.1.1-3ubuntu5_arm64.deb ...
|
1073
|
+
Unpacking libavutil58:arm64 (7:6.1.1-3ubuntu5) ...
|
1074
|
+
Selecting previously unselected package libpixman-1-0:arm64.
|
1075
|
+
Preparing to unpack .../062-libpixman-1-0_0.42.2-1build1_arm64.deb ...
|
1076
|
+
Unpacking libpixman-1-0:arm64 (0.42.2-1build1) ...
|
1077
|
+
Selecting previously unselected package libxcb-render0:arm64.
|
1078
|
+
Preparing to unpack .../063-libxcb-render0_1.15-1ubuntu2_arm64.deb ...
|
1079
|
+
Unpacking libxcb-render0:arm64 (1.15-1ubuntu2) ...
|
1080
|
+
Selecting previously unselected package libxcb-shm0:arm64.
|
1081
|
+
Preparing to unpack .../064-libxcb-shm0_1.15-1ubuntu2_arm64.deb ...
|
1082
|
+
Unpacking libxcb-shm0:arm64 (1.15-1ubuntu2) ...
|
1083
|
+
Selecting previously unselected package libxrender1:arm64.
|
1084
|
+
Preparing to unpack .../065-libxrender1_1%3a0.9.10-1.1build1_arm64.deb ...
|
1085
|
+
Unpacking libxrender1:arm64 (1:0.9.10-1.1build1) ...
|
1086
|
+
Selecting previously unselected package libcairo2:arm64.
|
1087
|
+
Preparing to unpack .../066-libcairo2_1.18.0-3build1_arm64.deb ...
|
1088
|
+
Unpacking libcairo2:arm64 (1.18.0-3build1) ...
|
1089
|
+
Selecting previously unselected package libcodec2-1.2:arm64.
|
1090
|
+
Preparing to unpack .../067-libcodec2-1.2_1.2.0-2build1_arm64.deb ...
|
1091
|
+
Unpacking libcodec2-1.2:arm64 (1.2.0-2build1) ...
|
1092
|
+
Selecting previously unselected package libdav1d7:arm64.
|
1093
|
+
Preparing to unpack .../068-libdav1d7_1.4.1-1build1_arm64.deb ...
|
1094
|
+
Unpacking libdav1d7:arm64 (1.4.1-1build1) ...
|
1095
|
+
Selecting previously unselected package libgsm1:arm64.
|
1096
|
+
Preparing to unpack .../069-libgsm1_1.0.22-1build1_arm64.deb ...
|
1097
|
+
Unpacking libgsm1:arm64 (1.0.22-1build1) ...
|
1098
|
+
Selecting previously unselected package libhwy1t64:arm64.
|
1099
|
+
Preparing to unpack .../070-libhwy1t64_1.0.7-8.1build1_arm64.deb ...
|
1100
|
+
Unpacking libhwy1t64:arm64 (1.0.7-8.1build1) ...
|
1101
|
+
Selecting previously unselected package liblcms2-2:arm64.
|
1102
|
+
Preparing to unpack .../071-liblcms2-2_2.14-2build1_arm64.deb ...
|
1103
|
+
Unpacking liblcms2-2:arm64 (2.14-2build1) ...
|
1104
|
+
Selecting previously unselected package libjxl0.7:arm64.
|
1105
|
+
Preparing to unpack .../072-libjxl0.7_0.7.0-10.2ubuntu6.1_arm64.deb ...
|
1106
|
+
Unpacking libjxl0.7:arm64 (0.7.0-10.2ubuntu6.1) ...
|
1107
|
+
Selecting previously unselected package libmp3lame0:arm64.
|
1108
|
+
Preparing to unpack .../073-libmp3lame0_3.100-6build1_arm64.deb ...
|
1109
|
+
Unpacking libmp3lame0:arm64 (3.100-6build1) ...
|
1110
|
+
Selecting previously unselected package libopenjp2-7:arm64.
|
1111
|
+
Preparing to unpack .../074-libopenjp2-7_2.5.0-2ubuntu0.4_arm64.deb ...
|
1112
|
+
Unpacking libopenjp2-7:arm64 (2.5.0-2ubuntu0.4) ...
|
1113
|
+
Selecting previously unselected package libopus0:arm64.
|
1114
|
+
Preparing to unpack .../075-libopus0_1.4-1build1_arm64.deb ...
|
1115
|
+
Unpacking libopus0:arm64 (1.4-1build1) ...
|
1116
|
+
Selecting previously unselected package librav1e0:arm64.
|
1117
|
+
Preparing to unpack .../076-librav1e0_0.7.1-2_arm64.deb ...
|
1118
|
+
Unpacking librav1e0:arm64 (0.7.1-2) ...
|
1119
|
+
Selecting previously unselected package libcairo-gobject2:arm64.
|
1120
|
+
Preparing to unpack .../077-libcairo-gobject2_1.18.0-3build1_arm64.deb ...
|
1121
|
+
Unpacking libcairo-gobject2:arm64 (1.18.0-3build1) ...
|
1122
|
+
Selecting previously unselected package libgraphite2-3:arm64.
|
1123
|
+
Preparing to unpack .../078-libgraphite2-3_1.3.14-2build1_arm64.deb ...
|
1124
|
+
Unpacking libgraphite2-3:arm64 (1.3.14-2build1) ...
|
1125
|
+
Selecting previously unselected package libharfbuzz0b:arm64.
|
1126
|
+
Preparing to unpack .../079-libharfbuzz0b_8.3.0-2build2_arm64.deb ...
|
1127
|
+
Unpacking libharfbuzz0b:arm64 (8.3.0-2build2) ...
|
1128
|
+
Selecting previously unselected package libthai-data.
|
1129
|
+
Preparing to unpack .../080-libthai-data_0.1.29-2build1_all.deb ...
|
1130
|
+
Unpacking libthai-data (0.1.29-2build1) ...
|
1131
|
+
Selecting previously unselected package libdatrie1:arm64.
|
1132
|
+
Preparing to unpack .../081-libdatrie1_0.2.13-3build1_arm64.deb ...
|
1133
|
+
Unpacking libdatrie1:arm64 (0.2.13-3build1) ...
|
1134
|
+
Selecting previously unselected package libthai0:arm64.
|
1135
|
+
Preparing to unpack .../082-libthai0_0.1.29-2build1_arm64.deb ...
|
1136
|
+
Unpacking libthai0:arm64 (0.1.29-2build1) ...
|
1137
|
+
Selecting previously unselected package libpango-1.0-0:arm64.
|
1138
|
+
Preparing to unpack .../083-libpango-1.0-0_1.52.1+ds-1build1_arm64.deb ...
|
1139
|
+
Unpacking libpango-1.0-0:arm64 (1.52.1+ds-1build1) ...
|
1140
|
+
Selecting previously unselected package libpangoft2-1.0-0:arm64.
|
1141
|
+
Preparing to unpack .../084-libpangoft2-1.0-0_1.52.1+ds-1build1_arm64.deb ...
|
1142
|
+
Unpacking libpangoft2-1.0-0:arm64 (1.52.1+ds-1build1) ...
|
1143
|
+
Selecting previously unselected package libpangocairo-1.0-0:arm64.
|
1144
|
+
Preparing to unpack .../085-libpangocairo-1.0-0_1.52.1+ds-1build1_arm64.deb ...
|
1145
|
+
Unpacking libpangocairo-1.0-0:arm64 (1.52.1+ds-1build1) ...
|
1146
|
+
Selecting previously unselected package librsvg2-2:arm64.
|
1147
|
+
Preparing to unpack .../086-librsvg2-2_2.58.0+dfsg-1build1_arm64.deb ...
|
1148
|
+
Unpacking librsvg2-2:arm64 (2.58.0+dfsg-1build1) ...
|
1149
|
+
Selecting previously unselected package libshine3:arm64.
|
1150
|
+
Preparing to unpack .../087-libshine3_3.1.1-2build1_arm64.deb ...
|
1151
|
+
Unpacking libshine3:arm64 (3.1.1-2build1) ...
|
1152
|
+
Selecting previously unselected package libsnappy1v5:arm64.
|
1153
|
+
Preparing to unpack .../088-libsnappy1v5_1.1.10-1build1_arm64.deb ...
|
1154
|
+
Unpacking libsnappy1v5:arm64 (1.1.10-1build1) ...
|
1155
|
+
Selecting previously unselected package libspeex1:arm64.
|
1156
|
+
Preparing to unpack .../089-libspeex1_1.2.1-2ubuntu2.24.04.1_arm64.deb ...
|
1157
|
+
Unpacking libspeex1:arm64 (1.2.1-2ubuntu2.24.04.1) ...
|
1158
|
+
Selecting previously unselected package libsvtav1enc1d1:arm64.
|
1159
|
+
Preparing to unpack .../090-libsvtav1enc1d1_1.7.0+dfsg-2build1_arm64.deb ...
|
1160
|
+
Unpacking libsvtav1enc1d1:arm64 (1.7.0+dfsg-2build1) ...
|
1161
|
+
Selecting previously unselected package libsoxr0:arm64.
|
1162
|
+
Preparing to unpack .../091-libsoxr0_0.1.3-4build3_arm64.deb ...
|
1163
|
+
Unpacking libsoxr0:arm64 (0.1.3-4build3) ...
|
1164
|
+
Selecting previously unselected package libswresample4:arm64.
|
1165
|
+
Preparing to unpack .../092-libswresample4_7%3a6.1.1-3ubuntu5_arm64.deb ...
|
1166
|
+
Unpacking libswresample4:arm64 (7:6.1.1-3ubuntu5) ...
|
1167
|
+
Selecting previously unselected package libogg0:arm64.
|
1168
|
+
Preparing to unpack .../093-libogg0_1.3.5-3build1_arm64.deb ...
|
1169
|
+
Unpacking libogg0:arm64 (1.3.5-3build1) ...
|
1170
|
+
Selecting previously unselected package libtheora0:arm64.
|
1171
|
+
Preparing to unpack .../094-libtheora0_1.1.1+dfsg.1-16.1build3_arm64.deb ...
|
1172
|
+
Unpacking libtheora0:arm64 (1.1.1+dfsg.1-16.1build3) ...
|
1173
|
+
Selecting previously unselected package libtwolame0:arm64.
|
1174
|
+
Preparing to unpack .../095-libtwolame0_0.4.0-2build3_arm64.deb ...
|
1175
|
+
Unpacking libtwolame0:arm64 (0.4.0-2build3) ...
|
1176
|
+
Selecting previously unselected package libvorbis0a:arm64.
|
1177
|
+
Preparing to unpack .../096-libvorbis0a_1.3.7-1build3_arm64.deb ...
|
1178
|
+
Unpacking libvorbis0a:arm64 (1.3.7-1build3) ...
|
1179
|
+
Selecting previously unselected package libvorbisenc2:arm64.
|
1180
|
+
Preparing to unpack .../097-libvorbisenc2_1.3.7-1build3_arm64.deb ...
|
1181
|
+
Unpacking libvorbisenc2:arm64 (1.3.7-1build3) ...
|
1182
|
+
Selecting previously unselected package libvpx9:arm64.
|
1183
|
+
Preparing to unpack .../098-libvpx9_1.14.0-1ubuntu2.2_arm64.deb ...
|
1184
|
+
Unpacking libvpx9:arm64 (1.14.0-1ubuntu2.2) ...
|
1185
|
+
Selecting previously unselected package libwebpmux3:arm64.
|
1186
|
+
Preparing to unpack .../099-libwebpmux3_1.3.2-0.4build3_arm64.deb ...
|
1187
|
+
Unpacking libwebpmux3:arm64 (1.3.2-0.4build3) ...
|
1188
|
+
Selecting previously unselected package libx264-164:arm64.
|
1189
|
+
Preparing to unpack .../100-libx264-164_2%3a0.164.3108+git31e19f9-1_arm64.deb ...
|
1190
|
+
Unpacking libx264-164:arm64 (2:0.164.3108+git31e19f9-1) ...
|
1191
|
+
Selecting previously unselected package libx265-199:arm64.
|
1192
|
+
Preparing to unpack .../101-libx265-199_3.5-2build1_arm64.deb ...
|
1193
|
+
Unpacking libx265-199:arm64 (3.5-2build1) ...
|
1194
|
+
Selecting previously unselected package libxvidcore4:arm64.
|
1195
|
+
Preparing to unpack .../102-libxvidcore4_2%3a1.3.7-1build1_arm64.deb ...
|
1196
|
+
Unpacking libxvidcore4:arm64 (2:1.3.7-1build1) ...
|
1197
|
+
Selecting previously unselected package libzvbi-common.
|
1198
|
+
Preparing to unpack .../103-libzvbi-common_0.2.42-2_all.deb ...
|
1199
|
+
Unpacking libzvbi-common (0.2.42-2) ...
|
1200
|
+
Selecting previously unselected package libzvbi0t64:arm64.
|
1201
|
+
Preparing to unpack .../104-libzvbi0t64_0.2.42-2_arm64.deb ...
|
1202
|
+
Unpacking libzvbi0t64:arm64 (0.2.42-2) ...
|
1203
|
+
Selecting previously unselected package libavcodec60:arm64.
|
1204
|
+
Preparing to unpack .../105-libavcodec60_7%3a6.1.1-3ubuntu5_arm64.deb ...
|
1205
|
+
Unpacking libavcodec60:arm64 (7:6.1.1-3ubuntu5) ...
|
1206
|
+
Selecting previously unselected package libunibreak5:arm64.
|
1207
|
+
Preparing to unpack .../106-libunibreak5_5.1-2build1_arm64.deb ...
|
1208
|
+
Unpacking libunibreak5:arm64 (5.1-2build1) ...
|
1209
|
+
Selecting previously unselected package libass9:arm64.
|
1210
|
+
Preparing to unpack .../107-libass9_1%3a0.17.1-2build1_arm64.deb ...
|
1211
|
+
Unpacking libass9:arm64 (1:0.17.1-2build1) ...
|
1212
|
+
Selecting previously unselected package libudfread0:arm64.
|
1213
|
+
Preparing to unpack .../108-libudfread0_1.1.2-1build1_arm64.deb ...
|
1214
|
+
Unpacking libudfread0:arm64 (1.1.2-1build1) ...
|
1215
|
+
Selecting previously unselected package libbluray2:arm64.
|
1216
|
+
Preparing to unpack .../109-libbluray2_1%3a1.3.4-1build1_arm64.deb ...
|
1217
|
+
Unpacking libbluray2:arm64 (1:1.3.4-1build1) ...
|
1218
|
+
Selecting previously unselected package libchromaprint1:arm64.
|
1219
|
+
Preparing to unpack .../110-libchromaprint1_1.5.1-5_arm64.deb ...
|
1220
|
+
Unpacking libchromaprint1:arm64 (1.5.1-5) ...
|
1221
|
+
Selecting previously unselected package libgme0:arm64.
|
1222
|
+
Preparing to unpack .../111-libgme0_0.6.3-7build1_arm64.deb ...
|
1223
|
+
Unpacking libgme0:arm64 (0.6.3-7build1) ...
|
1224
|
+
Selecting previously unselected package libmpg123-0t64:arm64.
|
1225
|
+
Preparing to unpack .../112-libmpg123-0t64_1.32.5-1ubuntu1.1_arm64.deb ...
|
1226
|
+
Unpacking libmpg123-0t64:arm64 (1.32.5-1ubuntu1.1) ...
|
1227
|
+
Selecting previously unselected package libvorbisfile3:arm64.
|
1228
|
+
Preparing to unpack .../113-libvorbisfile3_1.3.7-1build3_arm64.deb ...
|
1229
|
+
Unpacking libvorbisfile3:arm64 (1.3.7-1build3) ...
|
1230
|
+
Selecting previously unselected package libopenmpt0t64:arm64.
|
1231
|
+
Preparing to unpack .../114-libopenmpt0t64_0.7.3-1.1build3_arm64.deb ...
|
1232
|
+
Unpacking libopenmpt0t64:arm64 (0.7.3-1.1build3) ...
|
1233
|
+
Selecting previously unselected package librabbitmq4:arm64.
|
1234
|
+
Preparing to unpack .../115-librabbitmq4_0.11.0-1build2_arm64.deb ...
|
1235
|
+
Unpacking librabbitmq4:arm64 (0.11.0-1build2) ...
|
1236
|
+
Selecting previously unselected package libcjson1:arm64.
|
1237
|
+
Preparing to unpack .../116-libcjson1_1.7.17-1_arm64.deb ...
|
1238
|
+
Unpacking libcjson1:arm64 (1.7.17-1) ...
|
1239
|
+
Selecting previously unselected package libmbedcrypto7t64:arm64.
|
1240
|
+
Preparing to unpack .../117-libmbedcrypto7t64_2.28.8-1_arm64.deb ...
|
1241
|
+
Unpacking libmbedcrypto7t64:arm64 (2.28.8-1) ...
|
1242
|
+
Selecting previously unselected package librist4:arm64.
|
1243
|
+
Preparing to unpack .../118-librist4_0.2.10+dfsg-2_arm64.deb ...
|
1244
|
+
Unpacking librist4:arm64 (0.2.10+dfsg-2) ...
|
1245
|
+
Selecting previously unselected package libsrt1.5-gnutls:arm64.
|
1246
|
+
Preparing to unpack .../119-libsrt1.5-gnutls_1.5.3-1build2_arm64.deb ...
|
1247
|
+
Unpacking libsrt1.5-gnutls:arm64 (1.5.3-1build2) ...
|
1248
|
+
Selecting previously unselected package libssh-gcrypt-4:arm64.
|
1249
|
+
Preparing to unpack .../120-libssh-gcrypt-4_0.10.6-2ubuntu0.1_arm64.deb ...
|
1250
|
+
Unpacking libssh-gcrypt-4:arm64 (0.10.6-2ubuntu0.1) ...
|
1251
|
+
Selecting previously unselected package libnorm1t64:arm64.
|
1252
|
+
Preparing to unpack .../121-libnorm1t64_1.5.9+dfsg-3.1build1_arm64.deb ...
|
1253
|
+
Unpacking libnorm1t64:arm64 (1.5.9+dfsg-3.1build1) ...
|
1254
|
+
Selecting previously unselected package libpgm-5.3-0t64:arm64.
|
1255
|
+
Preparing to unpack .../122-libpgm-5.3-0t64_5.3.128~dfsg-2.1build1_arm64.deb ...
|
1256
|
+
Unpacking libpgm-5.3-0t64:arm64 (5.3.128~dfsg-2.1build1) ...
|
1257
|
+
Selecting previously unselected package libzmq5:arm64.
|
1258
|
+
Preparing to unpack .../123-libzmq5_4.3.5-1build2_arm64.deb ...
|
1259
|
+
Unpacking libzmq5:arm64 (4.3.5-1build2) ...
|
1260
|
+
Selecting previously unselected package libavformat60:arm64.
|
1261
|
+
Preparing to unpack .../124-libavformat60_7%3a6.1.1-3ubuntu5_arm64.deb ...
|
1262
|
+
Unpacking libavformat60:arm64 (7:6.1.1-3ubuntu5) ...
|
1263
|
+
Selecting previously unselected package libbs2b0:arm64.
|
1264
|
+
Preparing to unpack .../125-libbs2b0_3.1.0+dfsg-7build1_arm64.deb ...
|
1265
|
+
Unpacking libbs2b0:arm64 (3.1.0+dfsg-7build1) ...
|
1266
|
+
Selecting previously unselected package libasound2-data.
|
1267
|
+
Preparing to unpack .../126-libasound2-data_1.2.11-1ubuntu0.1_all.deb ...
|
1268
|
+
Unpacking libasound2-data (1.2.11-1ubuntu0.1) ...
|
1269
|
+
Selecting previously unselected package libasound2t64:arm64.
|
1270
|
+
Preparing to unpack .../127-libasound2t64_1.2.11-1ubuntu0.1_arm64.deb ...
|
1271
|
+
Unpacking libasound2t64:arm64 (1.2.11-1ubuntu0.1) ...
|
1272
|
+
Selecting previously unselected package libflite1:arm64.
|
1273
|
+
Preparing to unpack .../128-libflite1_2.2-6build3_arm64.deb ...
|
1274
|
+
Unpacking libflite1:arm64 (2.2-6build3) ...
|
1275
|
+
Selecting previously unselected package libserd-0-0:arm64.
|
1276
|
+
Preparing to unpack .../129-libserd-0-0_0.32.2-1_arm64.deb ...
|
1277
|
+
Unpacking libserd-0-0:arm64 (0.32.2-1) ...
|
1278
|
+
Selecting previously unselected package libzix-0-0:arm64.
|
1279
|
+
Preparing to unpack .../130-libzix-0-0_0.4.2-2build1_arm64.deb ...
|
1280
|
+
Unpacking libzix-0-0:arm64 (0.4.2-2build1) ...
|
1281
|
+
Selecting previously unselected package libsord-0-0:arm64.
|
1282
|
+
Preparing to unpack .../131-libsord-0-0_0.16.16-2build1_arm64.deb ...
|
1283
|
+
Unpacking libsord-0-0:arm64 (0.16.16-2build1) ...
|
1284
|
+
Selecting previously unselected package libsratom-0-0:arm64.
|
1285
|
+
Preparing to unpack .../132-libsratom-0-0_0.6.16-1build1_arm64.deb ...
|
1286
|
+
Unpacking libsratom-0-0:arm64 (0.6.16-1build1) ...
|
1287
|
+
Selecting previously unselected package liblilv-0-0:arm64.
|
1288
|
+
Preparing to unpack .../133-liblilv-0-0_0.24.22-1build1_arm64.deb ...
|
1289
|
+
Unpacking liblilv-0-0:arm64 (0.24.22-1build1) ...
|
1290
|
+
Selecting previously unselected package libmysofa1:arm64.
|
1291
|
+
Preparing to unpack .../134-libmysofa1_1.3.2+dfsg-2ubuntu2_arm64.deb ...
|
1292
|
+
Unpacking libmysofa1:arm64 (1.3.2+dfsg-2ubuntu2) ...
|
1293
|
+
Selecting previously unselected package libvulkan1:arm64.
|
1294
|
+
Preparing to unpack .../135-libvulkan1_1.3.275.0-1build1_arm64.deb ...
|
1295
|
+
Unpacking libvulkan1:arm64 (1.3.275.0-1build1) ...
|
1296
|
+
Selecting previously unselected package libplacebo338:arm64.
|
1297
|
+
Preparing to unpack .../136-libplacebo338_6.338.2-2build1_arm64.deb ...
|
1298
|
+
Unpacking libplacebo338:arm64 (6.338.2-2build1) ...
|
1299
|
+
Selecting previously unselected package libblas3:arm64.
|
1300
|
+
Preparing to unpack .../137-libblas3_3.12.0-3build1.1_arm64.deb ...
|
1301
|
+
Unpacking libblas3:arm64 (3.12.0-3build1.1) ...
|
1302
|
+
Selecting previously unselected package libgfortran5:arm64.
|
1303
|
+
Preparing to unpack .../138-libgfortran5_14.2.0-4ubuntu2~24.04_arm64.deb ...
|
1304
|
+
Unpacking libgfortran5:arm64 (14.2.0-4ubuntu2~24.04) ...
|
1305
|
+
Selecting previously unselected package liblapack3:arm64.
|
1306
|
+
Preparing to unpack .../139-liblapack3_3.12.0-3build1.1_arm64.deb ...
|
1307
|
+
Unpacking liblapack3:arm64 (3.12.0-3build1.1) ...
|
1308
|
+
Selecting previously unselected package libasyncns0:arm64.
|
1309
|
+
Preparing to unpack .../140-libasyncns0_0.8-6build4_arm64.deb ...
|
1310
|
+
Unpacking libasyncns0:arm64 (0.8-6build4) ...
|
1311
|
+
Selecting previously unselected package libflac12t64:arm64.
|
1312
|
+
Preparing to unpack .../141-libflac12t64_1.4.3+ds-2.1ubuntu2_arm64.deb ...
|
1313
|
+
Unpacking libflac12t64:arm64 (1.4.3+ds-2.1ubuntu2) ...
|
1314
|
+
Selecting previously unselected package libsndfile1:arm64.
|
1315
|
+
Preparing to unpack .../142-libsndfile1_1.2.2-1ubuntu5.24.04.1_arm64.deb ...
|
1316
|
+
Unpacking libsndfile1:arm64 (1.2.2-1ubuntu5.24.04.1) ...
|
1317
|
+
Selecting previously unselected package libpulse0:arm64.
|
1318
|
+
Preparing to unpack .../143-libpulse0_1%3a16.1+dfsg1-2ubuntu10.1_arm64.deb ...
|
1319
|
+
Unpacking libpulse0:arm64 (1:16.1+dfsg1-2ubuntu10.1) ...
|
1320
|
+
Selecting previously unselected package libsphinxbase3t64:arm64.
|
1321
|
+
Preparing to unpack .../144-libsphinxbase3t64_0.8+5prealpha+1-17build2_arm64.deb ...
|
1322
|
+
Unpacking libsphinxbase3t64:arm64 (0.8+5prealpha+1-17build2) ...
|
1323
|
+
Selecting previously unselected package libpocketsphinx3:arm64.
|
1324
|
+
Preparing to unpack .../145-libpocketsphinx3_0.8.0+real5prealpha+1-15ubuntu5_arm64.deb ...
|
1325
|
+
Unpacking libpocketsphinx3:arm64 (0.8.0+real5prealpha+1-15ubuntu5) ...
|
1326
|
+
Selecting previously unselected package libpostproc57:arm64.
|
1327
|
+
Preparing to unpack .../146-libpostproc57_7%3a6.1.1-3ubuntu5_arm64.deb ...
|
1328
|
+
Unpacking libpostproc57:arm64 (7:6.1.1-3ubuntu5) ...
|
1329
|
+
Selecting previously unselected package libfftw3-double3:arm64.
|
1330
|
+
Preparing to unpack .../147-libfftw3-double3_3.3.10-1ubuntu3_arm64.deb ...
|
1331
|
+
Unpacking libfftw3-double3:arm64 (3.3.10-1ubuntu3) ...
|
1332
|
+
Selecting previously unselected package libsamplerate0:arm64.
|
1333
|
+
Preparing to unpack .../148-libsamplerate0_0.2.2-4build1_arm64.deb ...
|
1334
|
+
Unpacking libsamplerate0:arm64 (0.2.2-4build1) ...
|
1335
|
+
Selecting previously unselected package librubberband2:arm64.
|
1336
|
+
Preparing to unpack .../149-librubberband2_3.3.0+dfsg-2build1_arm64.deb ...
|
1337
|
+
Unpacking librubberband2:arm64 (3.3.0+dfsg-2build1) ...
|
1338
|
+
Selecting previously unselected package libswscale7:arm64.
|
1339
|
+
Preparing to unpack .../150-libswscale7_7%3a6.1.1-3ubuntu5_arm64.deb ...
|
1340
|
+
Unpacking libswscale7:arm64 (7:6.1.1-3ubuntu5) ...
|
1341
|
+
Selecting previously unselected package libvidstab1.1:arm64.
|
1342
|
+
Preparing to unpack .../151-libvidstab1.1_1.1.0-2build1_arm64.deb ...
|
1343
|
+
Unpacking libvidstab1.1:arm64 (1.1.0-2build1) ...
|
1344
|
+
Selecting previously unselected package libzimg2:arm64.
|
1345
|
+
Preparing to unpack .../152-libzimg2_3.0.5+ds1-1build1_arm64.deb ...
|
1346
|
+
Unpacking libzimg2:arm64 (3.0.5+ds1-1build1) ...
|
1347
|
+
Selecting previously unselected package libavfilter9:arm64.
|
1348
|
+
Preparing to unpack .../153-libavfilter9_7%3a6.1.1-3ubuntu5_arm64.deb ...
|
1349
|
+
Unpacking libavfilter9:arm64 (7:6.1.1-3ubuntu5) ...
|
1350
|
+
Selecting previously unselected package libdw1t64:arm64.
|
1351
|
+
Preparing to unpack .../154-libdw1t64_0.190-1.1ubuntu0.1_arm64.deb ...
|
1352
|
+
Unpacking libdw1t64:arm64 (0.190-1.1ubuntu0.1) ...
|
1353
|
+
Selecting previously unselected package libunwind8:arm64.
|
1354
|
+
Preparing to unpack .../155-libunwind8_1.6.2-3build1.1_arm64.deb ...
|
1355
|
+
Unpacking libunwind8:arm64 (1.6.2-3build1.1) ...
|
1356
|
+
Selecting previously unselected package libgstreamer1.0-0:arm64.
|
1357
|
+
Preparing to unpack .../156-libgstreamer1.0-0_1.24.2-1ubuntu0.1_arm64.deb ...
|
1358
|
+
Unpacking libgstreamer1.0-0:arm64 (1.24.2-1ubuntu0.1) ...
|
1359
|
+
Selecting previously unselected package liborc-0.4-0t64:arm64.
|
1360
|
+
Preparing to unpack .../157-liborc-0.4-0t64_1%3a0.4.38-1ubuntu0.1_arm64.deb ...
|
1361
|
+
Unpacking liborc-0.4-0t64:arm64 (1:0.4.38-1ubuntu0.1) ...
|
1362
|
+
Selecting previously unselected package libgstreamer-plugins-base1.0-0:arm64.
|
1363
|
+
Preparing to unpack .../158-libgstreamer-plugins-base1.0-0_1.24.2-1ubuntu0.3_arm64.deb ...
|
1364
|
+
Unpacking libgstreamer-plugins-base1.0-0:arm64 (1.24.2-1ubuntu0.3) ...
|
1365
|
+
Selecting previously unselected package gstreamer1.0-libav:arm64.
|
1366
|
+
Preparing to unpack .../159-gstreamer1.0-libav_1.24.1-1build1_arm64.deb ...
|
1367
|
+
Unpacking gstreamer1.0-libav:arm64 (1.24.1-1build1) ...
|
1368
|
+
Selecting previously unselected package libcdparanoia0:arm64.
|
1369
|
+
Preparing to unpack .../160-libcdparanoia0_3.10.2+debian-14build3_arm64.deb ...
|
1370
|
+
Unpacking libcdparanoia0:arm64 (3.10.2+debian-14build3) ...
|
1371
|
+
Selecting previously unselected package libvisual-0.4-0:arm64.
|
1372
|
+
Preparing to unpack .../161-libvisual-0.4-0_0.4.2-2build1_arm64.deb ...
|
1373
|
+
Unpacking libvisual-0.4-0:arm64 (0.4.2-2build1) ...
|
1374
|
+
Selecting previously unselected package gstreamer1.0-plugins-base:arm64.
|
1375
|
+
Preparing to unpack .../162-gstreamer1.0-plugins-base_1.24.2-1ubuntu0.3_arm64.deb ...
|
1376
|
+
Unpacking gstreamer1.0-plugins-base:arm64 (1.24.2-1ubuntu0.3) ...
|
1377
|
+
Selecting previously unselected package libaa1:arm64.
|
1378
|
+
Preparing to unpack .../163-libaa1_1.4p5-51.1_arm64.deb ...
|
1379
|
+
Unpacking libaa1:arm64 (1.4p5-51.1) ...
|
1380
|
+
Selecting previously unselected package libraw1394-11:arm64.
|
1381
|
+
Preparing to unpack .../164-libraw1394-11_2.1.2-2build3_arm64.deb ...
|
1382
|
+
Unpacking libraw1394-11:arm64 (2.1.2-2build3) ...
|
1383
|
+
Selecting previously unselected package libavc1394-0:arm64.
|
1384
|
+
Preparing to unpack .../165-libavc1394-0_0.5.4-5build3_arm64.deb ...
|
1385
|
+
Unpacking libavc1394-0:arm64 (0.5.4-5build3) ...
|
1386
|
+
Selecting previously unselected package libcaca0:arm64.
|
1387
|
+
Preparing to unpack .../166-libcaca0_0.99.beta20-4build2_arm64.deb ...
|
1388
|
+
Unpacking libcaca0:arm64 (0.99.beta20-4build2) ...
|
1389
|
+
Selecting previously unselected package libdv4t64:arm64.
|
1390
|
+
Preparing to unpack .../167-libdv4t64_1.0.0-17.1build1_arm64.deb ...
|
1391
|
+
Unpacking libdv4t64:arm64 (1.0.0-17.1build1) ...
|
1392
|
+
Selecting previously unselected package libgstreamer-plugins-good1.0-0:arm64.
|
1393
|
+
Preparing to unpack .../168-libgstreamer-plugins-good1.0-0_1.24.2-1ubuntu1.2_arm64.deb ...
|
1394
|
+
Unpacking libgstreamer-plugins-good1.0-0:arm64 (1.24.2-1ubuntu1.2) ...
|
1395
|
+
Selecting previously unselected package libgudev-1.0-0:arm64.
|
1396
|
+
Preparing to unpack .../169-libgudev-1.0-0_1%3a238-5ubuntu1_arm64.deb ...
|
1397
|
+
Unpacking libgudev-1.0-0:arm64 (1:238-5ubuntu1) ...
|
1398
|
+
Selecting previously unselected package libiec61883-0:arm64.
|
1399
|
+
Preparing to unpack .../170-libiec61883-0_1.2.0-6build1_arm64.deb ...
|
1400
|
+
Unpacking libiec61883-0:arm64 (1.2.0-6build1) ...
|
1401
|
+
Selecting previously unselected package libshout3:arm64.
|
1402
|
+
Preparing to unpack .../171-libshout3_2.4.6-1build2_arm64.deb ...
|
1403
|
+
Unpacking libshout3:arm64 (2.4.6-1build2) ...
|
1404
|
+
Selecting previously unselected package libtag1v5-vanilla:arm64.
|
1405
|
+
Preparing to unpack .../172-libtag1v5-vanilla_1.13.1-1build1_arm64.deb ...
|
1406
|
+
Unpacking libtag1v5-vanilla:arm64 (1.13.1-1build1) ...
|
1407
|
+
Selecting previously unselected package libtag1v5:arm64.
|
1408
|
+
Preparing to unpack .../173-libtag1v5_1.13.1-1build1_arm64.deb ...
|
1409
|
+
Unpacking libtag1v5:arm64 (1.13.1-1build1) ...
|
1410
|
+
Selecting previously unselected package libv4lconvert0t64:arm64.
|
1411
|
+
Preparing to unpack .../174-libv4lconvert0t64_1.26.1-4build3_arm64.deb ...
|
1412
|
+
Unpacking libv4lconvert0t64:arm64 (1.26.1-4build3) ...
|
1413
|
+
Selecting previously unselected package libv4l-0t64:arm64.
|
1414
|
+
Preparing to unpack .../175-libv4l-0t64_1.26.1-4build3_arm64.deb ...
|
1415
|
+
Unpacking libv4l-0t64:arm64 (1.26.1-4build3) ...
|
1416
|
+
Selecting previously unselected package libwavpack1:arm64.
|
1417
|
+
Preparing to unpack .../176-libwavpack1_5.6.0-1build1_arm64.deb ...
|
1418
|
+
Unpacking libwavpack1:arm64 (5.6.0-1build1) ...
|
1419
|
+
Selecting previously unselected package libxdamage1:arm64.
|
1420
|
+
Preparing to unpack .../177-libxdamage1_1%3a1.1.6-1build1_arm64.deb ...
|
1421
|
+
Unpacking libxdamage1:arm64 (1:1.1.6-1build1) ...
|
1422
|
+
Selecting previously unselected package x11-common.
|
1423
|
+
Preparing to unpack .../178-x11-common_1%3a7.7+23ubuntu3_all.deb ...
|
1424
|
+
Unpacking x11-common (1:7.7+23ubuntu3) ...
|
1425
|
+
Selecting previously unselected package libxtst6:arm64.
|
1426
|
+
Preparing to unpack .../179-libxtst6_2%3a1.2.3-1.1build1_arm64.deb ...
|
1427
|
+
Unpacking libxtst6:arm64 (2:1.2.3-1.1build1) ...
|
1428
|
+
Selecting previously unselected package libsoup-3.0-common.
|
1429
|
+
Preparing to unpack .../180-libsoup-3.0-common_3.4.4-5ubuntu0.5_all.deb ...
|
1430
|
+
Unpacking libsoup-3.0-common (3.4.4-5ubuntu0.5) ...
|
1431
|
+
Selecting previously unselected package libsoup-3.0-0:arm64.
|
1432
|
+
Preparing to unpack .../181-libsoup-3.0-0_3.4.4-5ubuntu0.5_arm64.deb ...
|
1433
|
+
Unpacking libsoup-3.0-0:arm64 (3.4.4-5ubuntu0.5) ...
|
1434
|
+
Selecting previously unselected package gstreamer1.0-plugins-good:arm64.
|
1435
|
+
Preparing to unpack .../182-gstreamer1.0-plugins-good_1.24.2-1ubuntu1.2_arm64.deb ...
|
1436
|
+
Unpacking gstreamer1.0-plugins-good:arm64 (1.24.2-1ubuntu1.2) ...
|
1437
|
+
Selecting previously unselected package hunspell-en-us.
|
1438
|
+
Preparing to unpack .../183-hunspell-en-us_1%3a2020.12.07-2_all.deb ...
|
1439
|
+
Unpacking hunspell-en-us (1:2020.12.07-2) ...
|
1440
|
+
Selecting previously unselected package libabsl20220623t64:arm64.
|
1441
|
+
Preparing to unpack .../184-libabsl20220623t64_20220623.1-3.1ubuntu3.2_arm64.deb ...
|
1442
|
+
Unpacking libabsl20220623t64:arm64 (20220623.1-3.1ubuntu3.2) ...
|
1443
|
+
Selecting previously unselected package libaspell15:arm64.
|
1444
|
+
Preparing to unpack .../185-libaspell15_0.60.8.1-1build1_arm64.deb ...
|
1445
|
+
Unpacking libaspell15:arm64 (0.60.8.1-1build1) ...
|
1446
|
+
Selecting previously unselected package libatk1.0-0t64:arm64.
|
1447
|
+
Preparing to unpack .../186-libatk1.0-0t64_2.52.0-1build1_arm64.deb ...
|
1448
|
+
Unpacking libatk1.0-0t64:arm64 (2.52.0-1build1) ...
|
1449
|
+
Selecting previously unselected package libxi6:arm64.
|
1450
|
+
Preparing to unpack .../187-libxi6_2%3a1.8.1-1build1_arm64.deb ...
|
1451
|
+
Unpacking libxi6:arm64 (2:1.8.1-1build1) ...
|
1452
|
+
Selecting previously unselected package libatspi2.0-0t64:arm64.
|
1453
|
+
Preparing to unpack .../188-libatspi2.0-0t64_2.52.0-1build1_arm64.deb ...
|
1454
|
+
Unpacking libatspi2.0-0t64:arm64 (2.52.0-1build1) ...
|
1455
|
+
Selecting previously unselected package libatk-bridge2.0-0t64:arm64.
|
1456
|
+
Preparing to unpack .../189-libatk-bridge2.0-0t64_2.52.0-1build1_arm64.deb ...
|
1457
|
+
Unpacking libatk-bridge2.0-0t64:arm64 (2.52.0-1build1) ...
|
1458
|
+
Selecting previously unselected package libavahi-common-data:arm64.
|
1459
|
+
Preparing to unpack .../190-libavahi-common-data_0.8-13ubuntu6_arm64.deb ...
|
1460
|
+
Unpacking libavahi-common-data:arm64 (0.8-13ubuntu6) ...
|
1461
|
+
Selecting previously unselected package libavahi-common3:arm64.
|
1462
|
+
Preparing to unpack .../191-libavahi-common3_0.8-13ubuntu6_arm64.deb ...
|
1463
|
+
Unpacking libavahi-common3:arm64 (0.8-13ubuntu6) ...
|
1464
|
+
Selecting previously unselected package libavahi-client3:arm64.
|
1465
|
+
Preparing to unpack .../192-libavahi-client3_0.8-13ubuntu6_arm64.deb ...
|
1466
|
+
Unpacking libavahi-client3:arm64 (0.8-13ubuntu6) ...
|
1467
|
+
Selecting previously unselected package libgav1-1:arm64.
|
1468
|
+
Preparing to unpack .../193-libgav1-1_0.18.0-1build3_arm64.deb ...
|
1469
|
+
Unpacking libgav1-1:arm64 (0.18.0-1build3) ...
|
1470
|
+
Selecting previously unselected package libyuv0:arm64.
|
1471
|
+
Preparing to unpack .../194-libyuv0_0.0~git202401110.af6ac82-1_arm64.deb ...
|
1472
|
+
Unpacking libyuv0:arm64 (0.0~git202401110.af6ac82-1) ...
|
1473
|
+
Selecting previously unselected package libavif16:arm64.
|
1474
|
+
Preparing to unpack .../195-libavif16_1.0.4-1ubuntu3_arm64.deb ...
|
1475
|
+
Unpacking libavif16:arm64 (1.0.4-1ubuntu3) ...
|
1476
|
+
Selecting previously unselected package libavtp0:arm64.
|
1477
|
+
Preparing to unpack .../196-libavtp0_0.2.0-1build1_arm64.deb ...
|
1478
|
+
Unpacking libavtp0:arm64 (0.2.0-1build1) ...
|
1479
|
+
Selecting previously unselected package liblzo2-2:arm64.
|
1480
|
+
Preparing to unpack .../197-liblzo2-2_2.10-2build4_arm64.deb ...
|
1481
|
+
Unpacking liblzo2-2:arm64 (2.10-2build4) ...
|
1482
|
+
Selecting previously unselected package libcairo-script-interpreter2:arm64.
|
1483
|
+
Preparing to unpack .../198-libcairo-script-interpreter2_1.18.0-3build1_arm64.deb ...
|
1484
|
+
Unpacking libcairo-script-interpreter2:arm64 (1.18.0-3build1) ...
|
1485
|
+
Selecting previously unselected package libcolord2:arm64.
|
1486
|
+
Preparing to unpack .../199-libcolord2_1.4.7-1build2_arm64.deb ...
|
1487
|
+
Unpacking libcolord2:arm64 (1.4.7-1build2) ...
|
1488
|
+
Selecting previously unselected package libcups2t64:arm64.
|
1489
|
+
Preparing to unpack .../200-libcups2t64_2.4.7-1.2ubuntu7.4_arm64.deb ...
|
1490
|
+
Unpacking libcups2t64:arm64 (2.4.7-1.2ubuntu7.4) ...
|
1491
|
+
Selecting previously unselected package libdc1394-25:arm64.
|
1492
|
+
Preparing to unpack .../201-libdc1394-25_2.2.6-4build1_arm64.deb ...
|
1493
|
+
Unpacking libdc1394-25:arm64 (2.2.6-4build1) ...
|
1494
|
+
Selecting previously unselected package libwayland-client0:arm64.
|
1495
|
+
Preparing to unpack .../202-libwayland-client0_1.22.0-2.1build1_arm64.deb ...
|
1496
|
+
Unpacking libwayland-client0:arm64 (1.22.0-2.1build1) ...
|
1497
|
+
Selecting previously unselected package libdecor-0-0:arm64.
|
1498
|
+
Preparing to unpack .../203-libdecor-0-0_0.2.2-1build2_arm64.deb ...
|
1499
|
+
Unpacking libdecor-0-0:arm64 (0.2.2-1build2) ...
|
1500
|
+
Selecting previously unselected package libglvnd0:arm64.
|
1501
|
+
Preparing to unpack .../204-libglvnd0_1.7.0-1build1_arm64.deb ...
|
1502
|
+
Unpacking libglvnd0:arm64 (1.7.0-1build1) ...
|
1503
|
+
Selecting previously unselected package libxcb-glx0:arm64.
|
1504
|
+
Preparing to unpack .../205-libxcb-glx0_1.15-1ubuntu2_arm64.deb ...
|
1505
|
+
Unpacking libxcb-glx0:arm64 (1.15-1ubuntu2) ...
|
1506
|
+
Selecting previously unselected package libxcb-present0:arm64.
|
1507
|
+
Preparing to unpack .../206-libxcb-present0_1.15-1ubuntu2_arm64.deb ...
|
1508
|
+
Unpacking libxcb-present0:arm64 (1.15-1ubuntu2) ...
|
1509
|
+
Selecting previously unselected package libxcb-xfixes0:arm64.
|
1510
|
+
Preparing to unpack .../207-libxcb-xfixes0_1.15-1ubuntu2_arm64.deb ...
|
1511
|
+
Unpacking libxcb-xfixes0:arm64 (1.15-1ubuntu2) ...
|
1512
|
+
Selecting previously unselected package libxxf86vm1:arm64.
|
1513
|
+
Preparing to unpack .../208-libxxf86vm1_1%3a1.1.4-1build4_arm64.deb ...
|
1514
|
+
Unpacking libxxf86vm1:arm64 (1:1.1.4-1build4) ...
|
1515
|
+
Selecting previously unselected package libdrm-amdgpu1:arm64.
|
1516
|
+
Preparing to unpack .../209-libdrm-amdgpu1_2.4.122-1~ubuntu0.24.04.1_arm64.deb ...
|
1517
|
+
Unpacking libdrm-amdgpu1:arm64 (2.4.122-1~ubuntu0.24.04.1) ...
|
1518
|
+
Selecting previously unselected package libllvm20:arm64.
|
1519
|
+
Preparing to unpack .../210-libllvm20_1%3a20.1.2-0ubuntu1~24.04.2_arm64.deb ...
|
1520
|
+
Unpacking libllvm20:arm64 (1:20.1.2-0ubuntu1~24.04.2) ...
|
1521
|
+
Selecting previously unselected package libxcb-randr0:arm64.
|
1522
|
+
Preparing to unpack .../211-libxcb-randr0_1.15-1ubuntu2_arm64.deb ...
|
1523
|
+
Unpacking libxcb-randr0:arm64 (1.15-1ubuntu2) ...
|
1524
|
+
Selecting previously unselected package libxcb-sync1:arm64.
|
1525
|
+
Preparing to unpack .../212-libxcb-sync1_1.15-1ubuntu2_arm64.deb ...
|
1526
|
+
Unpacking libxcb-sync1:arm64 (1.15-1ubuntu2) ...
|
1527
|
+
Selecting previously unselected package libxshmfence1:arm64.
|
1528
|
+
Preparing to unpack .../213-libxshmfence1_1.3-1build5_arm64.deb ...
|
1529
|
+
Unpacking libxshmfence1:arm64 (1.3-1build5) ...
|
1530
|
+
Selecting previously unselected package mesa-libgallium:arm64.
|
1531
|
+
Preparing to unpack .../214-mesa-libgallium_25.0.7-0ubuntu0.24.04.2_arm64.deb ...
|
1532
|
+
Unpacking mesa-libgallium:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
1533
|
+
Selecting previously unselected package libwayland-server0:arm64.
|
1534
|
+
Preparing to unpack .../215-libwayland-server0_1.22.0-2.1build1_arm64.deb ...
|
1535
|
+
Unpacking libwayland-server0:arm64 (1.22.0-2.1build1) ...
|
1536
|
+
Selecting previously unselected package libgbm1:arm64.
|
1537
|
+
Preparing to unpack .../216-libgbm1_25.0.7-0ubuntu0.24.04.2_arm64.deb ...
|
1538
|
+
Unpacking libgbm1:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
1539
|
+
Selecting previously unselected package libgl1-mesa-dri:arm64.
|
1540
|
+
Preparing to unpack .../217-libgl1-mesa-dri_25.0.7-0ubuntu0.24.04.2_arm64.deb ...
|
1541
|
+
Unpacking libgl1-mesa-dri:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
1542
|
+
Selecting previously unselected package libglx-mesa0:arm64.
|
1543
|
+
Preparing to unpack .../218-libglx-mesa0_25.0.7-0ubuntu0.24.04.2_arm64.deb ...
|
1544
|
+
Unpacking libglx-mesa0:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
1545
|
+
Selecting previously unselected package libglx0:arm64.
|
1546
|
+
Preparing to unpack .../219-libglx0_1.7.0-1build1_arm64.deb ...
|
1547
|
+
Unpacking libglx0:arm64 (1.7.0-1build1) ...
|
1548
|
+
Selecting previously unselected package libgl1:arm64.
|
1549
|
+
Preparing to unpack .../220-libgl1_1.7.0-1build1_arm64.deb ...
|
1550
|
+
Unpacking libgl1:arm64 (1.7.0-1build1) ...
|
1551
|
+
Selecting previously unselected package libgles2:arm64.
|
1552
|
+
Preparing to unpack .../221-libgles2_1.7.0-1build1_arm64.deb ...
|
1553
|
+
Unpacking libgles2:arm64 (1.7.0-1build1) ...
|
1554
|
+
Selecting previously unselected package libdirectfb-1.7-7t64:arm64.
|
1555
|
+
Preparing to unpack .../222-libdirectfb-1.7-7t64_1.7.7-11.1ubuntu2_arm64.deb ...
|
1556
|
+
Unpacking libdirectfb-1.7-7t64:arm64 (1.7.7-11.1ubuntu2) ...
|
1557
|
+
Selecting previously unselected package libdvdread8t64:arm64.
|
1558
|
+
Preparing to unpack .../223-libdvdread8t64_6.1.3-1.1build1_arm64.deb ...
|
1559
|
+
Unpacking libdvdread8t64:arm64 (6.1.3-1.1build1) ...
|
1560
|
+
Selecting previously unselected package libdvdnav4:arm64.
|
1561
|
+
Preparing to unpack .../224-libdvdnav4_6.1.1-3build1_arm64.deb ...
|
1562
|
+
Unpacking libdvdnav4:arm64 (6.1.1-3build1) ...
|
1563
|
+
Selecting previously unselected package libegl-mesa0:arm64.
|
1564
|
+
Preparing to unpack .../225-libegl-mesa0_25.0.7-0ubuntu0.24.04.2_arm64.deb ...
|
1565
|
+
Unpacking libegl-mesa0:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
1566
|
+
Selecting previously unselected package libhunspell-1.7-0:arm64.
|
1567
|
+
Preparing to unpack .../226-libhunspell-1.7-0_1.7.2+really1.7.2-10build3_arm64.deb ...
|
1568
|
+
Unpacking libhunspell-1.7-0:arm64 (1.7.2+really1.7.2-10build3) ...
|
1569
|
+
Selecting previously unselected package libenchant-2-2:arm64.
|
1570
|
+
Preparing to unpack .../227-libenchant-2-2_2.3.3-2build2_arm64.deb ...
|
1571
|
+
Unpacking libenchant-2-2:arm64 (2.3.3-2build2) ...
|
1572
|
+
Selecting previously unselected package libepoxy0:arm64.
|
1573
|
+
Preparing to unpack .../228-libepoxy0_1.5.10-1build1_arm64.deb ...
|
1574
|
+
Unpacking libepoxy0:arm64 (1.5.10-1build1) ...
|
1575
|
+
Selecting previously unselected package libevent-2.1-7t64:arm64.
|
1576
|
+
Preparing to unpack .../229-libevent-2.1-7t64_2.1.12-stable-9ubuntu2_arm64.deb ...
|
1577
|
+
Unpacking libevent-2.1-7t64:arm64 (2.1.12-stable-9ubuntu2) ...
|
1578
|
+
Selecting previously unselected package libfaad2:arm64.
|
1579
|
+
Preparing to unpack .../230-libfaad2_2.11.1-1build1_arm64.deb ...
|
1580
|
+
Unpacking libfaad2:arm64 (2.11.1-1build1) ...
|
1581
|
+
Selecting previously unselected package libinstpatch-1.0-2:arm64.
|
1582
|
+
Preparing to unpack .../231-libinstpatch-1.0-2_1.1.6-1build2_arm64.deb ...
|
1583
|
+
Unpacking libinstpatch-1.0-2:arm64 (1.1.6-1build2) ...
|
1584
|
+
Selecting previously unselected package libjack-jackd2-0:arm64.
|
1585
|
+
Preparing to unpack .../232-libjack-jackd2-0_1.9.21~dfsg-3ubuntu3_arm64.deb ...
|
1586
|
+
Unpacking libjack-jackd2-0:arm64 (1.9.21~dfsg-3ubuntu3) ...
|
1587
|
+
Selecting previously unselected package libwebrtc-audio-processing1:arm64.
|
1588
|
+
Preparing to unpack .../233-libwebrtc-audio-processing1_0.3.1-0ubuntu6_arm64.deb ...
|
1589
|
+
Unpacking libwebrtc-audio-processing1:arm64 (0.3.1-0ubuntu6) ...
|
1590
|
+
Selecting previously unselected package libspa-0.2-modules:arm64.
|
1591
|
+
Preparing to unpack .../234-libspa-0.2-modules_1.0.5-1ubuntu3.1_arm64.deb ...
|
1592
|
+
Unpacking libspa-0.2-modules:arm64 (1.0.5-1ubuntu3.1) ...
|
1593
|
+
Selecting previously unselected package libpipewire-0.3-0t64:arm64.
|
1594
|
+
Preparing to unpack .../235-libpipewire-0.3-0t64_1.0.5-1ubuntu3.1_arm64.deb ...
|
1595
|
+
Unpacking libpipewire-0.3-0t64:arm64 (1.0.5-1ubuntu3.1) ...
|
1596
|
+
Selecting previously unselected package libwayland-cursor0:arm64.
|
1597
|
+
Preparing to unpack .../236-libwayland-cursor0_1.22.0-2.1build1_arm64.deb ...
|
1598
|
+
Unpacking libwayland-cursor0:arm64 (1.22.0-2.1build1) ...
|
1599
|
+
Selecting previously unselected package libwayland-egl1:arm64.
|
1600
|
+
Preparing to unpack .../237-libwayland-egl1_1.22.0-2.1build1_arm64.deb ...
|
1601
|
+
Unpacking libwayland-egl1:arm64 (1.22.0-2.1build1) ...
|
1602
|
+
Selecting previously unselected package libxcursor1:arm64.
|
1603
|
+
Preparing to unpack .../238-libxcursor1_1%3a1.2.1-1build1_arm64.deb ...
|
1604
|
+
Unpacking libxcursor1:arm64 (1:1.2.1-1build1) ...
|
1605
|
+
Selecting previously unselected package libxrandr2:arm64.
|
1606
|
+
Preparing to unpack .../239-libxrandr2_2%3a1.5.2-2build1_arm64.deb ...
|
1607
|
+
Unpacking libxrandr2:arm64 (2:1.5.2-2build1) ...
|
1608
|
+
Selecting previously unselected package libxss1:arm64.
|
1609
|
+
Preparing to unpack .../240-libxss1_1%3a1.2.3-1build3_arm64.deb ...
|
1610
|
+
Unpacking libxss1:arm64 (1:1.2.3-1build3) ...
|
1611
|
+
Selecting previously unselected package libsdl2-2.0-0:arm64.
|
1612
|
+
Preparing to unpack .../241-libsdl2-2.0-0_2.30.0+dfsg-1ubuntu3.1_arm64.deb ...
|
1613
|
+
Unpacking libsdl2-2.0-0:arm64 (2.30.0+dfsg-1ubuntu3.1) ...
|
1614
|
+
Selecting previously unselected package timgm6mb-soundfont.
|
1615
|
+
Preparing to unpack .../242-timgm6mb-soundfont_1.3-5_all.deb ...
|
1616
|
+
Unpacking timgm6mb-soundfont (1.3-5) ...
|
1617
|
+
Selecting previously unselected package libfluidsynth3:arm64.
|
1618
|
+
Preparing to unpack .../243-libfluidsynth3_2.3.4-1build3_arm64.deb ...
|
1619
|
+
Unpacking libfluidsynth3:arm64 (2.3.4-1build3) ...
|
1620
|
+
Selecting previously unselected package libfontenc1:arm64.
|
1621
|
+
Preparing to unpack .../244-libfontenc1_1%3a1.1.8-1build1_arm64.deb ...
|
1622
|
+
Unpacking libfontenc1:arm64 (1:1.1.8-1build1) ...
|
1623
|
+
Selecting previously unselected package libfreeaptx0:arm64.
|
1624
|
+
Preparing to unpack .../245-libfreeaptx0_0.1.1-2build1_arm64.deb ...
|
1625
|
+
Unpacking libfreeaptx0:arm64 (0.1.1-2build1) ...
|
1626
|
+
Selecting previously unselected package libgraphene-1.0-0:arm64.
|
1627
|
+
Preparing to unpack .../246-libgraphene-1.0-0_1.10.8-3build2_arm64.deb ...
|
1628
|
+
Unpacking libgraphene-1.0-0:arm64 (1.10.8-3build2) ...
|
1629
|
+
Selecting previously unselected package libgssdp-1.6-0:arm64.
|
1630
|
+
Preparing to unpack .../247-libgssdp-1.6-0_1.6.3-1build3_arm64.deb ...
|
1631
|
+
Unpacking libgssdp-1.6-0:arm64 (1.6.3-1build3) ...
|
1632
|
+
Selecting previously unselected package libegl1:arm64.
|
1633
|
+
Preparing to unpack .../248-libegl1_1.7.0-1build1_arm64.deb ...
|
1634
|
+
Unpacking libegl1:arm64 (1.7.0-1build1) ...
|
1635
|
+
Selecting previously unselected package libgstreamer-gl1.0-0:arm64.
|
1636
|
+
Preparing to unpack .../249-libgstreamer-gl1.0-0_1.24.2-1ubuntu0.3_arm64.deb ...
|
1637
|
+
Unpacking libgstreamer-gl1.0-0:arm64 (1.24.2-1ubuntu0.3) ...
|
1638
|
+
Selecting previously unselected package libxcomposite1:arm64.
|
1639
|
+
Preparing to unpack .../250-libxcomposite1_1%3a0.4.5-1build3_arm64.deb ...
|
1640
|
+
Unpacking libxcomposite1:arm64 (1:0.4.5-1build3) ...
|
1641
|
+
Selecting previously unselected package libxinerama1:arm64.
|
1642
|
+
Preparing to unpack .../251-libxinerama1_2%3a1.1.4-3build1_arm64.deb ...
|
1643
|
+
Unpacking libxinerama1:arm64 (2:1.1.4-3build1) ...
|
1644
|
+
Selecting previously unselected package libgtk-3-common.
|
1645
|
+
Preparing to unpack .../252-libgtk-3-common_3.24.41-4ubuntu1.3_all.deb ...
|
1646
|
+
Unpacking libgtk-3-common (3.24.41-4ubuntu1.3) ...
|
1647
|
+
Selecting previously unselected package libgtk-3-0t64:arm64.
|
1648
|
+
Preparing to unpack .../253-libgtk-3-0t64_3.24.41-4ubuntu1.3_arm64.deb ...
|
1649
|
+
Unpacking libgtk-3-0t64:arm64 (3.24.41-4ubuntu1.3) ...
|
1650
|
+
Selecting previously unselected package libgtk-4-common.
|
1651
|
+
Preparing to unpack .../254-libgtk-4-common_4.14.5+ds-0ubuntu0.5_all.deb ...
|
1652
|
+
Unpacking libgtk-4-common (4.14.5+ds-0ubuntu0.5) ...
|
1653
|
+
Selecting previously unselected package libgtk-4-1:arm64.
|
1654
|
+
Preparing to unpack .../255-libgtk-4-1_4.14.5+ds-0ubuntu0.5_arm64.deb ...
|
1655
|
+
Unpacking libgtk-4-1:arm64 (4.14.5+ds-0ubuntu0.5) ...
|
1656
|
+
Selecting previously unselected package libgupnp-1.6-0:arm64.
|
1657
|
+
Preparing to unpack .../256-libgupnp-1.6-0_1.6.6-1build3_arm64.deb ...
|
1658
|
+
Unpacking libgupnp-1.6-0:arm64 (1.6.6-1build3) ...
|
1659
|
+
Selecting previously unselected package libgupnp-igd-1.6-0:arm64.
|
1660
|
+
Preparing to unpack .../257-libgupnp-igd-1.6-0_1.6.0-3build3_arm64.deb ...
|
1661
|
+
Unpacking libgupnp-igd-1.6-0:arm64 (1.6.0-3build3) ...
|
1662
|
+
Selecting previously unselected package libharfbuzz-icu0:arm64.
|
1663
|
+
Preparing to unpack .../258-libharfbuzz-icu0_8.3.0-2build2_arm64.deb ...
|
1664
|
+
Unpacking libharfbuzz-icu0:arm64 (8.3.0-2build2) ...
|
1665
|
+
Selecting previously unselected package libhyphen0:arm64.
|
1666
|
+
Preparing to unpack .../259-libhyphen0_2.8.8-7build3_arm64.deb ...
|
1667
|
+
Unpacking libhyphen0:arm64 (2.8.8-7build3) ...
|
1668
|
+
Selecting previously unselected package libice6:arm64.
|
1669
|
+
Preparing to unpack .../260-libice6_2%3a1.0.10-1build3_arm64.deb ...
|
1670
|
+
Unpacking libice6:arm64 (2:1.0.10-1build3) ...
|
1671
|
+
Selecting previously unselected package libimath-3-1-29t64:arm64.
|
1672
|
+
Preparing to unpack .../261-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
|
1673
|
+
Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
|
1674
|
+
Selecting previously unselected package libjson-glib-1.0-common.
|
1675
|
+
Preparing to unpack .../262-libjson-glib-1.0-common_1.8.0-2build2_all.deb ...
|
1676
|
+
Unpacking libjson-glib-1.0-common (1.8.0-2build2) ...
|
1677
|
+
Selecting previously unselected package libjson-glib-1.0-0:arm64.
|
1678
|
+
Preparing to unpack .../263-libjson-glib-1.0-0_1.8.0-2build2_arm64.deb ...
|
1679
|
+
Unpacking libjson-glib-1.0-0:arm64 (1.8.0-2build2) ...
|
1680
|
+
Selecting previously unselected package liblc3-1:arm64.
|
1681
|
+
Preparing to unpack .../264-liblc3-1_1.0.4-3build1_arm64.deb ...
|
1682
|
+
Unpacking liblc3-1:arm64 (1.0.4-3build1) ...
|
1683
|
+
Selecting previously unselected package libldacbt-enc2:arm64.
|
1684
|
+
Preparing to unpack .../265-libldacbt-enc2_2.0.2.3+git20200429+ed310a0-4ubuntu2_arm64.deb ...
|
1685
|
+
Unpacking libldacbt-enc2:arm64 (2.0.2.3+git20200429+ed310a0-4ubuntu2) ...
|
1686
|
+
Selecting previously unselected package libxslt1.1:arm64.
|
1687
|
+
Preparing to unpack .../266-libxslt1.1_1.1.39-0exp1ubuntu0.24.04.2_arm64.deb ...
|
1688
|
+
Unpacking libxslt1.1:arm64 (1.1.39-0exp1ubuntu0.24.04.2) ...
|
1689
|
+
Selecting previously unselected package libyajl2:arm64.
|
1690
|
+
Preparing to unpack .../267-libyajl2_2.1.0-5build1_arm64.deb ...
|
1691
|
+
Unpacking libyajl2:arm64 (2.1.0-5build1) ...
|
1692
|
+
Selecting previously unselected package libraptor2-0:arm64.
|
1693
|
+
Preparing to unpack .../268-libraptor2-0_2.0.16-3ubuntu0.1_arm64.deb ...
|
1694
|
+
Unpacking libraptor2-0:arm64 (2.0.16-3ubuntu0.1) ...
|
1695
|
+
Selecting previously unselected package liblrdf0:arm64.
|
1696
|
+
Preparing to unpack .../269-liblrdf0_0.6.1-4build1_arm64.deb ...
|
1697
|
+
Unpacking liblrdf0:arm64 (0.6.1-4build1) ...
|
1698
|
+
Selecting previously unselected package libltc11:arm64.
|
1699
|
+
Preparing to unpack .../270-libltc11_1.3.2-1build1_arm64.deb ...
|
1700
|
+
Unpacking libltc11:arm64 (1.3.2-1build1) ...
|
1701
|
+
Selecting previously unselected package libmanette-0.2-0:arm64.
|
1702
|
+
Preparing to unpack .../271-libmanette-0.2-0_0.2.7-1build2_arm64.deb ...
|
1703
|
+
Unpacking libmanette-0.2-0:arm64 (0.2.7-1build2) ...
|
1704
|
+
Selecting previously unselected package libmjpegutils-2.1-0t64:arm64.
|
1705
|
+
Preparing to unpack .../272-libmjpegutils-2.1-0t64_1%3a2.1.0+debian-8.1build1_arm64.deb ...
|
1706
|
+
Unpacking libmjpegutils-2.1-0t64:arm64 (1:2.1.0+debian-8.1build1) ...
|
1707
|
+
Selecting previously unselected package libmodplug1:arm64.
|
1708
|
+
Preparing to unpack .../273-libmodplug1_1%3a0.8.9.0-3build1_arm64.deb ...
|
1709
|
+
Unpacking libmodplug1:arm64 (1:0.8.9.0-3build1) ...
|
1710
|
+
Selecting previously unselected package libmpcdec6:arm64.
|
1711
|
+
Preparing to unpack .../274-libmpcdec6_2%3a0.1~r495-2build1_arm64.deb ...
|
1712
|
+
Unpacking libmpcdec6:arm64 (2:0.1~r495-2build1) ...
|
1713
|
+
Selecting previously unselected package libmpeg2encpp-2.1-0t64:arm64.
|
1714
|
+
Preparing to unpack .../275-libmpeg2encpp-2.1-0t64_1%3a2.1.0+debian-8.1build1_arm64.deb ...
|
1715
|
+
Unpacking libmpeg2encpp-2.1-0t64:arm64 (1:2.1.0+debian-8.1build1) ...
|
1716
|
+
Selecting previously unselected package libmplex2-2.1-0t64:arm64.
|
1717
|
+
Preparing to unpack .../276-libmplex2-2.1-0t64_1%3a2.1.0+debian-8.1build1_arm64.deb ...
|
1718
|
+
Unpacking libmplex2-2.1-0t64:arm64 (1:2.1.0+debian-8.1build1) ...
|
1719
|
+
Selecting previously unselected package libneon27t64:arm64.
|
1720
|
+
Preparing to unpack .../277-libneon27t64_0.33.0-1.1build3_arm64.deb ...
|
1721
|
+
Unpacking libneon27t64:arm64 (0.33.0-1.1build3) ...
|
1722
|
+
Selecting previously unselected package libnice10:arm64.
|
1723
|
+
Preparing to unpack .../278-libnice10_0.1.21-2build3_arm64.deb ...
|
1724
|
+
Unpacking libnice10:arm64 (0.1.21-2build3) ...
|
1725
|
+
Selecting previously unselected package libnspr4:arm64.
|
1726
|
+
Preparing to unpack .../279-libnspr4_2%3a4.35-1.1build1_arm64.deb ...
|
1727
|
+
Unpacking libnspr4:arm64 (2:4.35-1.1build1) ...
|
1728
|
+
Selecting previously unselected package libnss3:arm64.
|
1729
|
+
Preparing to unpack .../280-libnss3_2%3a3.98-1build1_arm64.deb ...
|
1730
|
+
Unpacking libnss3:arm64 (2:3.98-1build1) ...
|
1731
|
+
Selecting previously unselected package libopenal-data.
|
1732
|
+
Preparing to unpack .../281-libopenal-data_1%3a1.23.1-4build1_all.deb ...
|
1733
|
+
Unpacking libopenal-data (1:1.23.1-4build1) ...
|
1734
|
+
Selecting previously unselected package libopenexr-3-1-30:arm64.
|
1735
|
+
Preparing to unpack .../282-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
|
1736
|
+
Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
|
1737
|
+
Selecting previously unselected package libopenh264-7:arm64.
|
1738
|
+
Preparing to unpack .../283-libopenh264-7_2.4.1+dfsg-1_arm64.deb ...
|
1739
|
+
Unpacking libopenh264-7:arm64 (2.4.1+dfsg-1) ...
|
1740
|
+
Selecting previously unselected package libopenni2-0:arm64.
|
1741
|
+
Preparing to unpack .../284-libopenni2-0_2.2.0.33+dfsg-18_arm64.deb ...
|
1742
|
+
Unpacking libopenni2-0:arm64 (2.2.0.33+dfsg-18) ...
|
1743
|
+
Selecting previously unselected package libqrencode4:arm64.
|
1744
|
+
Preparing to unpack .../285-libqrencode4_4.1.1-1build2_arm64.deb ...
|
1745
|
+
Unpacking libqrencode4:arm64 (4.1.1-1build2) ...
|
1746
|
+
Selecting previously unselected package libsecret-common.
|
1747
|
+
Preparing to unpack .../286-libsecret-common_0.21.4-1build3_all.deb ...
|
1748
|
+
Unpacking libsecret-common (0.21.4-1build3) ...
|
1749
|
+
Selecting previously unselected package libsecret-1-0:arm64.
|
1750
|
+
Preparing to unpack .../287-libsecret-1-0_0.21.4-1build3_arm64.deb ...
|
1751
|
+
Unpacking libsecret-1-0:arm64 (0.21.4-1build3) ...
|
1752
|
+
Selecting previously unselected package libsm6:arm64.
|
1753
|
+
Preparing to unpack .../288-libsm6_2%3a1.2.3-1build3_arm64.deb ...
|
1754
|
+
Unpacking libsm6:arm64 (2:1.2.3-1build3) ...
|
1755
|
+
Selecting previously unselected package libsndio7.0:arm64.
|
1756
|
+
Preparing to unpack .../289-libsndio7.0_1.9.0-0.3build3_arm64.deb ...
|
1757
|
+
Unpacking libsndio7.0:arm64 (1.9.0-0.3build3) ...
|
1758
|
+
Selecting previously unselected package libsoundtouch1:arm64.
|
1759
|
+
Preparing to unpack .../290-libsoundtouch1_2.3.2+ds1-1build1_arm64.deb ...
|
1760
|
+
Unpacking libsoundtouch1:arm64 (2.3.2+ds1-1build1) ...
|
1761
|
+
Selecting previously unselected package libspandsp2t64:arm64.
|
1762
|
+
Preparing to unpack .../291-libspandsp2t64_0.0.6+dfsg-2.1build1_arm64.deb ...
|
1763
|
+
Unpacking libspandsp2t64:arm64 (0.0.6+dfsg-2.1build1) ...
|
1764
|
+
Selecting previously unselected package libsrtp2-1:arm64.
|
1765
|
+
Preparing to unpack .../292-libsrtp2-1_2.5.0-3build1_arm64.deb ...
|
1766
|
+
Unpacking libsrtp2-1:arm64 (2.5.0-3build1) ...
|
1767
|
+
Selecting previously unselected package libwebpdemux2:arm64.
|
1768
|
+
Preparing to unpack .../293-libwebpdemux2_1.3.2-0.4build3_arm64.deb ...
|
1769
|
+
Unpacking libwebpdemux2:arm64 (1.3.2-0.4build3) ...
|
1770
|
+
Selecting previously unselected package libwildmidi2:arm64.
|
1771
|
+
Preparing to unpack .../294-libwildmidi2_0.4.3-1build3_arm64.deb ...
|
1772
|
+
Unpacking libwildmidi2:arm64 (0.4.3-1build3) ...
|
1773
|
+
Selecting previously unselected package libwoff1:arm64.
|
1774
|
+
Preparing to unpack .../295-libwoff1_1.0.2-2build1_arm64.deb ...
|
1775
|
+
Unpacking libwoff1:arm64 (1.0.2-2build1) ...
|
1776
|
+
Selecting previously unselected package libxt6t64:arm64.
|
1777
|
+
Preparing to unpack .../296-libxt6t64_1%3a1.2.1-1.2build1_arm64.deb ...
|
1778
|
+
Unpacking libxt6t64:arm64 (1:1.2.1-1.2build1) ...
|
1779
|
+
Selecting previously unselected package libxmu6:arm64.
|
1780
|
+
Preparing to unpack .../297-libxmu6_2%3a1.1.3-3build2_arm64.deb ...
|
1781
|
+
Unpacking libxmu6:arm64 (2:1.1.3-3build2) ...
|
1782
|
+
Selecting previously unselected package libxaw7:arm64.
|
1783
|
+
Preparing to unpack .../298-libxaw7_2%3a1.0.14-1build2_arm64.deb ...
|
1784
|
+
Unpacking libxaw7:arm64 (2:1.0.14-1build2) ...
|
1785
|
+
Selecting previously unselected package libxcb-xkb1:arm64.
|
1786
|
+
Preparing to unpack .../299-libxcb-xkb1_1.15-1ubuntu2_arm64.deb ...
|
1787
|
+
Unpacking libxcb-xkb1:arm64 (1.15-1ubuntu2) ...
|
1788
|
+
Selecting previously unselected package libxfont2:arm64.
|
1789
|
+
Preparing to unpack .../300-libxfont2_1%3a2.0.6-1build1_arm64.deb ...
|
1790
|
+
Unpacking libxfont2:arm64 (1:2.0.6-1build1) ...
|
1791
|
+
Selecting previously unselected package libxkbcommon-x11-0:arm64.
|
1792
|
+
Preparing to unpack .../301-libxkbcommon-x11-0_1.6.0-1build1_arm64.deb ...
|
1793
|
+
Unpacking libxkbcommon-x11-0:arm64 (1.6.0-1build1) ...
|
1794
|
+
Selecting previously unselected package libxkbfile1:arm64.
|
1795
|
+
Preparing to unpack .../302-libxkbfile1_1%3a1.1.0-1build4_arm64.deb ...
|
1796
|
+
Unpacking libxkbfile1:arm64 (1:1.1.0-1build4) ...
|
1797
|
+
Selecting previously unselected package libzbar0t64:arm64.
|
1798
|
+
Preparing to unpack .../303-libzbar0t64_0.23.93-4build3_arm64.deb ...
|
1799
|
+
Unpacking libzbar0t64:arm64 (0.23.93-4build3) ...
|
1800
|
+
Selecting previously unselected package libzxing3:arm64.
|
1801
|
+
Preparing to unpack .../304-libzxing3_2.2.1-3_arm64.deb ...
|
1802
|
+
Unpacking libzxing3:arm64 (2.2.1-3) ...
|
1803
|
+
Selecting previously unselected package x11-xkb-utils.
|
1804
|
+
Preparing to unpack .../305-x11-xkb-utils_7.7+8build2_arm64.deb ...
|
1805
|
+
Unpacking x11-xkb-utils (7.7+8build2) ...
|
1806
|
+
Selecting previously unselected package xfonts-encodings.
|
1807
|
+
Preparing to unpack .../306-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
|
1808
|
+
Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
|
1809
|
+
Selecting previously unselected package xfonts-utils.
|
1810
|
+
Preparing to unpack .../307-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
|
1811
|
+
Unpacking xfonts-utils (1:7.7+6build3) ...
|
1812
|
+
Selecting previously unselected package xfonts-cyrillic.
|
1813
|
+
Preparing to unpack .../308-xfonts-cyrillic_1%3a1.0.5+nmu1_all.deb ...
|
1814
|
+
Unpacking xfonts-cyrillic (1:1.0.5+nmu1) ...
|
1815
|
+
Selecting previously unselected package xfonts-scalable.
|
1816
|
+
Preparing to unpack .../309-xfonts-scalable_1%3a1.0.3-1.3_all.deb ...
|
1817
|
+
Unpacking xfonts-scalable (1:1.0.3-1.3) ...
|
1818
|
+
Selecting previously unselected package xserver-common.
|
1819
|
+
Preparing to unpack .../310-xserver-common_2%3a21.1.12-1ubuntu1.4_all.deb ...
|
1820
|
+
Unpacking xserver-common (2:21.1.12-1ubuntu1.4) ...
|
1821
|
+
Selecting previously unselected package xvfb.
|
1822
|
+
Preparing to unpack .../311-xvfb_2%3a21.1.12-1ubuntu1.4_arm64.deb ...
|
1823
|
+
Unpacking xvfb (2:21.1.12-1ubuntu1.4) ...
|
1824
|
+
Selecting previously unselected package libgstreamer-plugins-bad1.0-0:arm64.
|
1825
|
+
Preparing to unpack .../312-libgstreamer-plugins-bad1.0-0_1.24.2-1ubuntu4_arm64.deb ...
|
1826
|
+
Unpacking libgstreamer-plugins-bad1.0-0:arm64 (1.24.2-1ubuntu4) ...
|
1827
|
+
Selecting previously unselected package libdca0:arm64.
|
1828
|
+
Preparing to unpack .../313-libdca0_0.0.7-2build1_arm64.deb ...
|
1829
|
+
Unpacking libdca0:arm64 (0.0.7-2build1) ...
|
1830
|
+
Selecting previously unselected package libopenal1:arm64.
|
1831
|
+
Preparing to unpack .../314-libopenal1_1%3a1.23.1-4build1_arm64.deb ...
|
1832
|
+
Unpacking libopenal1:arm64 (1:1.23.1-4build1) ...
|
1833
|
+
Selecting previously unselected package libsbc1:arm64.
|
1834
|
+
Preparing to unpack .../315-libsbc1_2.0-1build1_arm64.deb ...
|
1835
|
+
Unpacking libsbc1:arm64 (2.0-1build1) ...
|
1836
|
+
Selecting previously unselected package libvo-aacenc0:arm64.
|
1837
|
+
Preparing to unpack .../316-libvo-aacenc0_0.1.3-2build1_arm64.deb ...
|
1838
|
+
Unpacking libvo-aacenc0:arm64 (0.1.3-2build1) ...
|
1839
|
+
Selecting previously unselected package libvo-amrwbenc0:arm64.
|
1840
|
+
Preparing to unpack .../317-libvo-amrwbenc0_0.1.3-2build1_arm64.deb ...
|
1841
|
+
Unpacking libvo-amrwbenc0:arm64 (0.1.3-2build1) ...
|
1842
|
+
Selecting previously unselected package gstreamer1.0-plugins-bad:arm64.
|
1843
|
+
Preparing to unpack .../318-gstreamer1.0-plugins-bad_1.24.2-1ubuntu4_arm64.deb ...
|
1844
|
+
Unpacking gstreamer1.0-plugins-bad:arm64 (1.24.2-1ubuntu4) ...
|
1845
|
+
Setting up libgme0:arm64 (0.6.3-7build1) ...
|
1846
|
+
Setting up libchromaprint1:arm64 (1.5.1-5) ...
|
1847
|
+
Setting up libssh-gcrypt-4:arm64 (0.10.6-2ubuntu0.1) ...
|
1848
|
+
Setting up libhwy1t64:arm64 (1.0.7-8.1build1) ...
|
1849
|
+
Setting up libtext-iconv-perl:arm64 (1.7-8build3) ...
|
1850
|
+
Setting up libgraphite2-3:arm64 (1.3.14-2build1) ...
|
1851
|
+
Setting up libxcb-dri3-0:arm64 (1.15-1ubuntu2) ...
|
1852
|
+
Setting up liblcms2-2:arm64 (2.14-2build1) ...
|
1853
|
+
Setting up libpixman-1-0:arm64 (0.42.2-1build1) ...
|
1854
|
+
Setting up libfreeaptx0:arm64 (0.1.1-2build1) ...
|
1855
|
+
Setting up libdvdread8t64:arm64 (6.1.3-1.1build1) ...
|
1856
|
+
Setting up libudfread0:arm64 (1.1.2-1build1) ...
|
1857
|
+
Setting up libmodplug1:arm64 (1:0.8.9.0-3build1) ...
|
1858
|
+
Setting up libnorm1t64:arm64 (1.5.9+dfsg-3.1build1) ...
|
1859
|
+
Setting up libcdparanoia0:arm64 (3.10.2+debian-14build3) ...
|
1860
|
+
Setting up libwayland-server0:arm64 (1.22.0-2.1build1) ...
|
1861
|
+
Setting up libx11-xcb1:arm64 (2:1.8.7-1build1) ...
|
1862
|
+
Setting up libvo-amrwbenc0:arm64 (0.1.3-2build1) ...
|
1863
|
+
Setting up fontconfig (2.15.0-1.1ubuntu2) ...
|
1864
|
+
Regenerating fonts cache... done.
|
1865
|
+
Setting up librabbitmq4:arm64 (0.11.0-1build2) ...
|
1866
|
+
Setting up systemd-sysv (255.4-1ubuntu8.11) ...
|
1867
|
+
Setting up libraw1394-11:arm64 (2.1.2-2build3) ...
|
1868
|
+
Setting up libsbc1:arm64 (2.0-1build1) ...
|
1869
|
+
Setting up libneon27t64:arm64 (0.33.0-1.1build3) ...
|
1870
|
+
Setting up libtag1v5-vanilla:arm64 (1.13.1-1build1) ...
|
1871
|
+
Setting up libxdamage1:arm64 (1:1.1.6-1build1) ...
|
1872
|
+
Setting up libxcb-xfixes0:arm64 (1.15-1ubuntu2) ...
|
1873
|
+
Setting up libogg0:arm64 (1.3.5-3build1) ...
|
1874
|
+
Setting up libspeex1:arm64 (1.2.1-2ubuntu2.24.04.1) ...
|
1875
|
+
Setting up libshine3:arm64 (3.1.1-2build1) ...
|
1876
|
+
Setting up libv4lconvert0t64:arm64 (1.26.1-4build3) ...
|
1877
|
+
Setting up hicolor-icon-theme (0.17-2) ...
|
1878
|
+
Setting up libxi6:arm64 (2:1.8.1-1build1) ...
|
1879
|
+
Setting up libx264-164:arm64 (2:0.164.3108+git31e19f9-1) ...
|
1880
|
+
Setting up libtwolame0:arm64 (0.4.0-2build3) ...
|
1881
|
+
Setting up libmbedcrypto7t64:arm64 (2.28.8-1) ...
|
1882
|
+
Setting up libwoff1:arm64 (1.0.2-2build1) ...
|
1883
|
+
Setting up liblc3-1:arm64 (1.0.4-3build1) ...
|
1884
|
+
Setting up libqrencode4:arm64 (4.1.1-1build2) ...
|
1885
|
+
Setting up libxrender1:arm64 (1:0.9.10-1.1build1) ...
|
1886
|
+
Setting up libhyphen0:arm64 (2.8.8-7build3) ...
|
1887
|
+
Setting up libdatrie1:arm64 (0.2.13-3build1) ...
|
1888
|
+
Setting up fonts-noto-color-emoji (2.047-0ubuntu0.24.04.1) ...
|
1889
|
+
Setting up libgsm1:arm64 (1.0.22-1build1) ...
|
1890
|
+
Setting up libvisual-0.4-0:arm64 (0.4.2-2build1) ...
|
1891
|
+
Setting up libxcb-render0:arm64 (1.15-1ubuntu2) ...
|
1892
|
+
Setting up libsoxr0:arm64 (0.1.3-4build3) ...
|
1893
|
+
Setting up libzix-0-0:arm64 (0.4.2-2build1) ...
|
1894
|
+
Setting up libaspell15:arm64 (0.60.8.1-1build1) ...
|
1895
|
+
Setting up libglvnd0:arm64 (1.7.0-1build1) ...
|
1896
|
+
Setting up libcodec2-1.2:arm64 (1.2.0-2build1) ...
|
1897
|
+
Setting up libxcb-glx0:arm64 (1.15-1ubuntu2) ...
|
1898
|
+
Setting up libwebpdemux2:arm64 (1.3.2-0.4build3) ...
|
1899
|
+
Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-3ubuntu3.2) ...
|
1900
|
+
Setting up libmysofa1:arm64 (1.3.2+dfsg-2ubuntu2) ...
|
1901
|
+
Setting up libyajl2:arm64 (2.1.0-5build1) ...
|
1902
|
+
Setting up x11-common (1:7.7+23ubuntu3) ...
|
1903
|
+
debconf: unable to initialize frontend: Dialog
|
1904
|
+
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.)
|
1905
|
+
debconf: falling back to frontend: Readline
|
1906
|
+
debconf: unable to initialize frontend: Readline
|
1907
|
+
debconf: (This frontend requires a controlling tty.)
|
1908
|
+
debconf: falling back to frontend: Teletype
|
1909
|
+
invoke-rc.d: could not determine current runlevel
|
1910
|
+
invoke-rc.d: policy-rc.d denied execution of start.
|
1911
|
+
Setting up libsensors-config (1:3.6.0-9build1) ...
|
1912
|
+
Setting up libldacbt-enc2:arm64 (2.0.2.3+git20200429+ed310a0-4ubuntu2) ...
|
1913
|
+
Setting up fonts-wqy-zenhei (0.9.45-8) ...
|
1914
|
+
Setting up libwebrtc-audio-processing1:arm64 (0.3.1-0ubuntu6) ...
|
1915
|
+
Setting up fonts-freefont-ttf (20211204+svn4273-2) ...
|
1916
|
+
Setting up libevent-2.1-7t64:arm64 (2.1.12-stable-9ubuntu2) ...
|
1917
|
+
Setting up xkb-data (2.41-2ubuntu1.1) ...
|
1918
|
+
Setting up liblzo2-2:arm64 (2.10-2build4) ...
|
1919
|
+
Setting up libsvtav1enc1d1:arm64 (1.7.0+dfsg-2build1) ...
|
1920
|
+
Setting up libxcb-shm0:arm64 (1.15-1ubuntu2) ...
|
1921
|
+
Setting up libsoup-3.0-common (3.4.4-5ubuntu0.5) ...
|
1922
|
+
Setting up libmpg123-0t64:arm64 (1.32.5-1ubuntu1.1) ...
|
1923
|
+
Setting up libcjson1:arm64 (1.7.17-1) ...
|
1924
|
+
Setting up libxvidcore4:arm64 (2:1.3.7-1build1) ...
|
1925
|
+
Setting up libunwind8:arm64 (1.6.2-3build1.1) ...
|
1926
|
+
Setting up libmpcdec6:arm64 (2:0.1~r495-2build1) ...
|
1927
|
+
Setting up libmjpegutils-2.1-0t64:arm64 (1:2.1.0+debian-8.1build1) ...
|
1928
|
+
Setting up libcairo2:arm64 (1.18.0-3build1) ...
|
1929
|
+
Setting up librav1e0:arm64 (0.7.1-2) ...
|
1930
|
+
Setting up libxxf86vm1:arm64 (1:1.1.4-1build4) ...
|
1931
|
+
Setting up libsnappy1v5:arm64 (1.1.10-1build1) ...
|
1932
|
+
Setting up liborc-0.4-0t64:arm64 (1:0.4.38-1ubuntu0.1) ...
|
1933
|
+
Setting up libxcb-xkb1:arm64 (1.15-1ubuntu2) ...
|
1934
|
+
Setting up libdw1t64:arm64 (0.190-1.1ubuntu0.1) ...
|
1935
|
+
Setting up libvo-aacenc0:arm64 (0.1.3-2build1) ...
|
1936
|
+
Setting up librist4:arm64 (0.2.10+dfsg-2) ...
|
1937
|
+
Setting up libxcb-present0:arm64 (1.15-1ubuntu2) ...
|
1938
|
+
Setting up libasound2-data (1.2.11-1ubuntu0.1) ...
|
1939
|
+
Setting up libpgm-5.3-0t64:arm64 (5.3.128~dfsg-2.1build1) ...
|
1940
|
+
Setting up libfontenc1:arm64 (1:1.1.8-1build1) ...
|
1941
|
+
Setting up libglib2.0-0t64:arm64 (2.80.0-6ubuntu3.4) ...
|
1942
|
+
Setting up libblas3:arm64 (3.12.0-3build1.1) ...
|
1943
|
+
update-alternatives: using /usr/lib/aarch64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/aarch64-linux-gnu/libblas.so.3 (libblas.so.3-aarch64-linux-gnu) in auto mode
|
1944
|
+
Setting up libsoundtouch1:arm64 (2.3.2+ds1-1build1) ...
|
1945
|
+
Setting up libgles2:arm64 (1.7.0-1build1) ...
|
1946
|
+
Setting up libasound2t64:arm64 (1.2.11-1ubuntu0.1) ...
|
1947
|
+
Setting up fonts-tlwg-loma-otf (1:0.7.3-1) ...
|
1948
|
+
Setting up emacsen-common (3.0.5) ...
|
1949
|
+
Setting up libslang2:arm64 (2.3.3-3build2) ...
|
1950
|
+
Setting up libva2:arm64 (2.20.0-2build1) ...
|
1951
|
+
Setting up libepoxy0:arm64 (1.5.10-1build1) ...
|
1952
|
+
Setting up libnspr4:arm64 (2:4.35-1.1build1) ...
|
1953
|
+
Setting up libxfixes3:arm64 (1:6.0.0-2build1) ...
|
1954
|
+
Setting up libxcb-sync1:arm64 (1.15-1ubuntu2) ...
|
1955
|
+
Setting up libzxing3:arm64 (2.2.1-3) ...
|
1956
|
+
Setting up libavahi-common-data:arm64 (0.8-13ubuntu6) ...
|
1957
|
+
Setting up libncurses6:arm64 (6.4+20240113-1ubuntu2) ...
|
1958
|
+
Setting up libdbus-1-3:arm64 (1.14.10-4ubuntu4.1) ...
|
1959
|
+
Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
|
1960
|
+
Setting up libfribidi0:arm64 (1.0.13-3build1) ...
|
1961
|
+
Setting up libopus0:arm64 (1.4-1build1) ...
|
1962
|
+
Setting up shared-mime-info (2.4-4) ...
|
1963
|
+
Setting up libfaad2:arm64 (2.11.1-1build1) ...
|
1964
|
+
Setting up libxinerama1:arm64 (2:1.1.4-3build1) ...
|
1965
|
+
Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
|
1966
|
+
Setting up libvorbis0a:arm64 (1.3.7-1build3) ...
|
1967
|
+
Setting up libxrandr2:arm64 (2:1.5.2-2build1) ...
|
1968
|
+
Setting up libunibreak5:arm64 (5.1-2build1) ...
|
1969
|
+
Setting up libllvm20:arm64 (1:20.1.2-0ubuntu1~24.04.2) ...
|
1970
|
+
Setting up libdv4t64:arm64 (1.0.0-17.1build1) ...
|
1971
|
+
Setting up libsensors5:arm64 (1:3.6.0-9build1) ...
|
1972
|
+
Setting up libjxl0.7:arm64 (0.7.0-10.2ubuntu6.1) ...
|
1973
|
+
Setting up libfftw3-double3:arm64 (3.3.10-1ubuntu3) ...
|
1974
|
+
Setting up libgfortran5:arm64 (14.2.0-4ubuntu2~24.04) ...
|
1975
|
+
Setting up libvulkan1:arm64 (1.3.275.0-1build1) ...
|
1976
|
+
Setting up libopenh264-7:arm64 (2.4.1+dfsg-1) ...
|
1977
|
+
Setting up libltc11:arm64 (1.3.2-1build1) ...
|
1978
|
+
Setting up libv4l-0t64:arm64 (1.26.1-4build3) ...
|
1979
|
+
Setting up libavtp0:arm64 (0.2.0-1build1) ...
|
1980
|
+
Setting up libsndio7.0:arm64 (1.9.0-0.3build3) ...
|
1981
|
+
Setting up libspandsp2t64:arm64 (0.0.6+dfsg-2.1build1) ...
|
1982
|
+
Setting up libnuma1:arm64 (2.0.18-1build1) ...
|
1983
|
+
Setting up libvidstab1.1:arm64 (1.1.0-2build1) ...
|
1984
|
+
Setting up libvpx9:arm64 (1.14.0-1ubuntu2.2) ...
|
1985
|
+
Setting up libsrt1.5-gnutls:arm64 (1.5.3-1build2) ...
|
1986
|
+
Setting up libtag1v5:arm64 (1.13.1-1build1) ...
|
1987
|
+
Setting up libflite1:arm64 (2.2-6build3) ...
|
1988
|
+
Setting up libdav1d7:arm64 (1.4.1-1build1) ...
|
1989
|
+
Setting up fonts-ipafont-gothic (00303-21ubuntu1) ...
|
1990
|
+
update-alternatives: using /usr/share/fonts/opentype/ipafont-gothic/ipag.ttf to provide /usr/share/fonts/truetype/fonts-japanese-gothic.ttf (fonts-japanese-gothic.ttf) in auto mode
|
1991
|
+
Setting up ocl-icd-libopencl1:arm64 (2.3.2-1build1) ...
|
1992
|
+
Setting up libduktape207:arm64 (2.7.0+tests-0ubuntu3) ...
|
1993
|
+
Setting up libasyncns0:arm64 (0.8-6build4) ...
|
1994
|
+
Setting up libwildmidi2:arm64 (0.4.3-1build3) ...
|
1995
|
+
Setting up libxshmfence1:arm64 (1.3-1build5) ...
|
1996
|
+
Setting up at-spi2-common (2.52.0-1build1) ...
|
1997
|
+
Setting up libvdpau1:arm64 (1.5-2build1) ...
|
1998
|
+
Setting up libwavpack1:arm64 (5.6.0-1build1) ...
|
1999
|
+
Setting up libbs2b0:arm64 (3.1.0+dfsg-7build1) ...
|
2000
|
+
Setting up libxcb-randr0:arm64 (1.15-1ubuntu2) ...
|
2001
|
+
Setting up dbus-session-bus-common (1.14.10-4ubuntu4.1) ...
|
2002
|
+
Setting up libtheora0:arm64 (1.1.1+dfsg.1-16.1build3) ...
|
2003
|
+
Setting up libxslt1.1:arm64 (1.1.39-0exp1ubuntu0.24.04.2) ...
|
2004
|
+
Setting up fonts-liberation (1:2.1.5-3) ...
|
2005
|
+
Setting up libdca0:arm64 (0.0.7-2build1) ...
|
2006
|
+
Setting up libzimg2:arm64 (3.0.5+ds1-1build1) ...
|
2007
|
+
Setting up libopenjp2-7:arm64 (2.5.0-2ubuntu0.4) ...
|
2008
|
+
Setting up libharfbuzz0b:arm64 (8.3.0-2build2) ...
|
2009
|
+
Setting up libopenal-data (1:1.23.1-4build1) ...
|
2010
|
+
Setting up libthai-data (0.1.29-2build1) ...
|
2011
|
+
Setting up libgdk-pixbuf-2.0-0:arm64 (2.42.10+dfsg-3ubuntu3.2) ...
|
2012
|
+
Setting up libjson-glib-1.0-common (1.8.0-2build2) ...
|
2013
|
+
Setting up libcairo-gobject2:arm64 (1.18.0-3build1) ...
|
2014
|
+
Setting up libabsl20220623t64:arm64 (20220623.1-3.1ubuntu3.2) ...
|
2015
|
+
Setting up libflac12t64:arm64 (1.4.3+ds-2.1ubuntu2) ...
|
2016
|
+
Setting up libwayland-egl1:arm64 (1.22.0-2.1build1) ...
|
2017
|
+
Setting up libxss1:arm64 (1:1.2.3-1build3) ...
|
2018
|
+
Setting up libusb-1.0-0:arm64 (2:1.0.27-1) ...
|
2019
|
+
Setting up libxkbfile1:arm64 (1:1.1.0-1build4) ...
|
2020
|
+
Setting up libmpeg2encpp-2.1-0t64:arm64 (1:2.1.0+debian-8.1build1) ...
|
2021
|
+
Setting up libhunspell-1.7-0:arm64 (1.7.2+really1.7.2-10build3) ...
|
2022
|
+
Setting up glib-networking-common (2.80.0-1build1) ...
|
2023
|
+
Setting up dbus-system-bus-common (1.14.10-4ubuntu4.1) ...
|
2024
|
+
Setting up libbluray2:arm64 (1:1.3.4-1build1) ...
|
2025
|
+
Setting up libsamplerate0:arm64 (0.2.2-4build1) ...
|
2026
|
+
Setting up timgm6mb-soundfont (1.3-5) ...
|
2027
|
+
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf2/default-GM.sf2 (default-GM.sf2) in auto mode
|
2028
|
+
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf3/default-GM.sf3 (default-GM.sf3) in auto mode
|
2029
|
+
Setting up libwebpmux3:arm64 (1.3.2-0.4build3) ...
|
2030
|
+
Setting up libdrm-common (2.4.122-1~ubuntu0.24.04.1) ...
|
2031
|
+
Setting up libyuv0:arm64 (0.0~git202401110.af6ac82-1) ...
|
2032
|
+
Setting up libmplex2-2.1-0t64:arm64 (1:2.1.0+debian-8.1build1) ...
|
2033
|
+
Setting up libxcomposite1:arm64 (1:0.4.5-1build3) ...
|
2034
|
+
Setting up libxfont2:arm64 (1:2.0.6-1build1) ...
|
2035
|
+
Setting up libevdev2:arm64 (1.13.1+dfsg-1build1) ...
|
2036
|
+
Setting up iso-codes (4.16.0-1) ...
|
2037
|
+
Setting up dbus-bin (1.14.10-4ubuntu4.1) ...
|
2038
|
+
Setting up libgudev-1.0-0:arm64 (1:238-5ubuntu1) ...
|
2039
|
+
Setting up libzvbi-common (0.2.42-2) ...
|
2040
|
+
Setting up libsecret-common (0.21.4-1build3) ...
|
2041
|
+
Setting up libgstreamer1.0-0:arm64 (1.24.2-1ubuntu0.1) ...
|
2042
|
+
Setcap worked! gst-ptp-helper is not suid!
|
2043
|
+
Setting up libmp3lame0:arm64 (3.100-6build1) ...
|
2044
|
+
Setting up libgraphene-1.0-0:arm64 (1.10.8-3build2) ...
|
2045
|
+
Setting up libvorbisenc2:arm64 (1.3.7-1build3) ...
|
2046
|
+
Setting up libdvdnav4:arm64 (6.1.1-3build1) ...
|
2047
|
+
Setting up fonts-unifont (1:15.1.01-1build1) ...
|
2048
|
+
Setting up libaa1:arm64 (1.4p5-51.1) ...
|
2049
|
+
Setting up libiec61883-0:arm64 (1.2.0-6build1) ...
|
2050
|
+
Setting up libserd-0-0:arm64 (0.32.2-1) ...
|
2051
|
+
Setting up libxkbcommon0:arm64 (1.6.0-1build1) ...
|
2052
|
+
Setting up libwayland-client0:arm64 (1.22.0-2.1build1) ...
|
2053
|
+
Setting up libavc1394-0:arm64 (0.5.4-5build3) ...
|
2054
|
+
Setting up libcairo-script-interpreter2:arm64 (1.18.0-3build1) ...
|
2055
|
+
Setting up gtk-update-icon-cache (3.24.41-4ubuntu1.3) ...
|
2056
|
+
Setting up libice6:arm64 (2:1.0.10-1build3) ...
|
2057
|
+
Setting up session-migration (0.3.9build1) ...
|
2058
|
+
Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
|
2059
|
+
Setting up liblapack3:arm64 (3.12.0-3build1.1) ...
|
2060
|
+
update-alternatives: using /usr/lib/aarch64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/aarch64-linux-gnu/liblapack.so.3 (liblapack.so.3-aarch64-linux-gnu) in auto mode
|
2061
|
+
Setting up libproxy1v5:arm64 (0.5.4-4build1) ...
|
2062
|
+
Setting up libharfbuzz-icu0:arm64 (8.3.0-2build2) ...
|
2063
|
+
Setting up libopenni2-0:arm64 (2.2.0.33+dfsg-18) ...
|
2064
|
+
Setting up libatk1.0-0t64:arm64 (2.52.0-1build1) ...
|
2065
|
+
Setting up libzmq5:arm64 (4.3.5-1build2) ...
|
2066
|
+
Setting up libcaca0:arm64 (0.99.beta20-4build2) ...
|
2067
|
+
Setting up libzvbi0t64:arm64 (0.2.42-2) ...
|
2068
|
+
Setting up dictionaries-common (1.29.7) ...
|
2069
|
+
debconf: unable to initialize frontend: Dialog
|
2070
|
+
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.)
|
2071
|
+
debconf: falling back to frontend: Readline
|
2072
|
+
debconf: unable to initialize frontend: Readline
|
2073
|
+
debconf: (This frontend requires a controlling tty.)
|
2074
|
+
debconf: falling back to frontend: Teletype
|
2075
|
+
Setting up libxtst6:arm64 (2:1.2.3-1.1build1) ...
|
2076
|
+
Setting up libmanette-0.2-0:arm64 (0.2.7-1build2) ...
|
2077
|
+
Setting up libxcursor1:arm64 (1:1.2.1-1build1) ...
|
2078
|
+
Setting up libraptor2-0:arm64 (2.0.16-3ubuntu0.1) ...
|
2079
|
+
Setting up libavahi-common3:arm64 (0.8-13ubuntu6) ...
|
2080
|
+
Setting up libzbar0t64:arm64 (0.23.93-4build3) ...
|
2081
|
+
Setting up libnss3:arm64 (2:3.98-1build1) ...
|
2082
|
+
Setting up libopenal1:arm64 (1:1.23.1-4build1) ...
|
2083
|
+
Setting up dbus-daemon (1.14.10-4ubuntu4.1) ...
|
2084
|
+
Setting up xfonts-utils (1:7.7+6build3) ...
|
2085
|
+
Setting up libcolord2:arm64 (1.4.7-1build2) ...
|
2086
|
+
Setting up libjson-glib-1.0-0:arm64 (1.8.0-2build2) ...
|
2087
|
+
Setting up libdconf1:arm64 (0.40.0-4ubuntu0.1) ...
|
2088
|
+
Setting up libthai0:arm64 (0.1.29-2build1) ...
|
2089
|
+
Setting up libvorbisfile3:arm64 (1.3.7-1build3) ...
|
2090
|
+
Setting up libsecret-1-0:arm64 (0.21.4-1build3) ...
|
2091
|
+
Setting up libplacebo338:arm64 (6.338.2-2build1) ...
|
2092
|
+
Setting up libass9:arm64 (1:0.17.1-2build1) ...
|
2093
|
+
Setting up libspa-0.2-modules:arm64 (1.0.5-1ubuntu3.1) ...
|
2094
|
+
Setting up libatspi2.0-0t64:arm64 (2.52.0-1build1) ...
|
2095
|
+
Setting up dbus (1.14.10-4ubuntu4.1) ...
|
2096
|
+
Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
|
2097
|
+
Setting up libxkbcommon-x11-0:arm64 (1.6.0-1build1) ...
|
2098
|
+
Setting up libdc1394-25:arm64 (2.2.6-4build1) ...
|
2099
|
+
Setting up libshout3:arm64 (2.4.6-1build2) ...
|
2100
|
+
Setting up libgav1-1:arm64 (0.18.0-1build3) ...
|
2101
|
+
Setting up libx265-199:arm64 (3.5-2build1) ...
|
2102
|
+
Setting up librubberband2:arm64 (3.3.0+dfsg-2build1) ...
|
2103
|
+
Setting up libjack-jackd2-0:arm64 (1.9.21~dfsg-3ubuntu3) ...
|
2104
|
+
Setting up libdrm2:arm64 (2.4.122-1~ubuntu0.24.04.1) ...
|
2105
|
+
Setting up libva-drm2:arm64 (2.20.0-2build1) ...
|
2106
|
+
Setting up libsord-0-0:arm64 (0.16.16-2build1) ...
|
2107
|
+
Setting up libwayland-cursor0:arm64 (1.22.0-2.1build1) ...
|
2108
|
+
Setting up xfonts-cyrillic (1:1.0.5+nmu1) ...
|
2109
|
+
Setting up libsratom-0-0:arm64 (0.6.16-1build1) ...
|
2110
|
+
Setting up hunspell-en-us (1:2020.12.07-2) ...
|
2111
|
+
Setting up libpam-systemd:arm64 (255.4-1ubuntu8.11) ...
|
2112
|
+
debconf: unable to initialize frontend: Dialog
|
2113
|
+
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.)
|
2114
|
+
debconf: falling back to frontend: Readline
|
2115
|
+
debconf: unable to initialize frontend: Readline
|
2116
|
+
debconf: (This frontend requires a controlling tty.)
|
2117
|
+
debconf: falling back to frontend: Teletype
|
2118
|
+
Setting up libdecor-0-0:arm64 (0.2.2-1build2) ...
|
2119
|
+
Setting up libsndfile1:arm64 (1.2.2-1ubuntu5.24.04.1) ...
|
2120
|
+
Setting up libva-x11-2:arm64 (2.20.0-2build1) ...
|
2121
|
+
Setting up libsm6:arm64 (2:1.2.3-1build3) ...
|
2122
|
+
Setting up liblilv-0-0:arm64 (0.24.22-1build1) ...
|
2123
|
+
Setting up libpipewire-0.3-0t64:arm64 (1.0.5-1ubuntu3.1) ...
|
2124
|
+
Setting up libinstpatch-1.0-2:arm64 (1.1.6-1build2) ...
|
2125
|
+
Setting up libopenmpt0t64:arm64 (0.7.3-1.1build3) ...
|
2126
|
+
Setting up libavahi-client3:arm64 (0.8-13ubuntu6) ...
|
2127
|
+
Setting up xfonts-scalable (1:1.0.3-1.3) ...
|
2128
|
+
Setting up libdrm-amdgpu1:arm64 (2.4.122-1~ubuntu0.24.04.1) ...
|
2129
|
+
Setting up libatk-bridge2.0-0t64:arm64 (2.52.0-1build1) ...
|
2130
|
+
Setting up glib-networking-services (2.80.0-1build1) ...
|
2131
|
+
Setting up mesa-libgallium:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
2132
|
+
Setting up libavif16:arm64 (1.0.4-1ubuntu3) ...
|
2133
|
+
Setting up libgbm1:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
2134
|
+
Setting up libpulse0:arm64 (1:16.1+dfsg1-2ubuntu10.1) ...
|
2135
|
+
Setting up libenchant-2-2:arm64 (2.3.3-2build2) ...
|
2136
|
+
Setting up liblrdf0:arm64 (0.6.1-4build1) ...
|
2137
|
+
Setting up libpango-1.0-0:arm64 (1.52.1+ds-1build1) ...
|
2138
|
+
Setting up libsrtp2-1:arm64 (2.5.0-3build1) ...
|
2139
|
+
Setting up libgl1-mesa-dri:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
2140
|
+
Setting up libgstreamer-plugins-base1.0-0:arm64 (1.24.2-1ubuntu0.3) ...
|
2141
|
+
Setting up libavutil58:arm64 (7:6.1.1-3ubuntu5) ...
|
2142
|
+
Setting up libsphinxbase3t64:arm64 (0.8+5prealpha+1-17build2) ...
|
2143
|
+
Setting up dbus-user-session (1.14.10-4ubuntu4.1) ...
|
2144
|
+
Setting up libgstreamer-plugins-good1.0-0:arm64 (1.24.2-1ubuntu1.2) ...
|
2145
|
+
Setting up libegl-mesa0:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
2146
|
+
Setting up gstreamer1.0-plugins-base:arm64 (1.24.2-1ubuntu0.3) ...
|
2147
|
+
Setting up libswresample4:arm64 (7:6.1.1-3ubuntu5) ...
|
2148
|
+
Setting up libxt6t64:arm64 (1:1.2.1-1.2build1) ...
|
2149
|
+
Setting up libpostproc57:arm64 (7:6.1.1-3ubuntu5) ...
|
2150
|
+
Setting up libegl1:arm64 (1.7.0-1build1) ...
|
2151
|
+
Setting up libpangoft2-1.0-0:arm64 (1.52.1+ds-1build1) ...
|
2152
|
+
Setting up libsdl2-2.0-0:arm64 (2.30.0+dfsg-1ubuntu3.1) ...
|
2153
|
+
Setting up libcups2t64:arm64 (2.4.7-1.2ubuntu7.4) ...
|
2154
|
+
Setting up libswscale7:arm64 (7:6.1.1-3ubuntu5) ...
|
2155
|
+
Setting up libfluidsynth3:arm64 (2.3.4-1build3) ...
|
2156
|
+
Setting up libpangocairo-1.0-0:arm64 (1.52.1+ds-1build1) ...
|
2157
|
+
Setting up libxmu6:arm64 (2:1.1.3-3build2) ...
|
2158
|
+
Setting up libglx-mesa0:arm64 (25.0.7-0ubuntu0.24.04.2) ...
|
2159
|
+
Setting up libglx0:arm64 (1.7.0-1build1) ...
|
2160
|
+
Setting up dconf-service (0.40.0-4ubuntu0.1) ...
|
2161
|
+
Setting up libxaw7:arm64 (2:1.0.14-1build2) ...
|
2162
|
+
Setting up librsvg2-2:arm64 (2.58.0+dfsg-1build1) ...
|
2163
|
+
Setting up libpocketsphinx3:arm64 (0.8.0+real5prealpha+1-15ubuntu5) ...
|
2164
|
+
Setting up libgl1:arm64 (1.7.0-1build1) ...
|
2165
|
+
Setting up libavcodec60:arm64 (7:6.1.1-3ubuntu5) ...
|
2166
|
+
Setting up libdirectfb-1.7-7t64:arm64 (1.7.7-11.1ubuntu2) ...
|
2167
|
+
Setting up dconf-gsettings-backend:arm64 (0.40.0-4ubuntu0.1) ...
|
2168
|
+
Setting up x11-xkb-utils (7.7+8build2) ...
|
2169
|
+
Setting up libavformat60:arm64 (7:6.1.1-3ubuntu5) ...
|
2170
|
+
Setting up libavfilter9:arm64 (7:6.1.1-3ubuntu5) ...
|
2171
|
+
Setting up libgstreamer-gl1.0-0:arm64 (1.24.2-1ubuntu0.3) ...
|
2172
|
+
Setting up xserver-common (2:21.1.12-1ubuntu1.4) ...
|
2173
|
+
Setting up libgtk-4-common (4.14.5+ds-0ubuntu0.5) ...
|
2174
|
+
Setting up gstreamer1.0-libav:arm64 (1.24.1-1build1) ...
|
2175
|
+
Setting up libgtk-3-common (3.24.41-4ubuntu1.3) ...
|
2176
|
+
Setting up gsettings-desktop-schemas (46.1-0ubuntu1) ...
|
2177
|
+
Setting up xvfb (2:21.1.12-1ubuntu1.4) ...
|
2178
|
+
Setting up glib-networking:arm64 (2.80.0-1build1) ...
|
2179
|
+
Setting up libsoup-3.0-0:arm64 (3.4.4-5ubuntu0.5) ...
|
2180
|
+
Setting up libgssdp-1.6-0:arm64 (1.6.3-1build3) ...
|
2181
|
+
Setting up gstreamer1.0-plugins-good:arm64 (1.24.2-1ubuntu1.2) ...
|
2182
|
+
Setting up libgupnp-1.6-0:arm64 (1.6.6-1build3) ...
|
2183
|
+
Setting up libgupnp-igd-1.6-0:arm64 (1.6.0-3build3) ...
|
2184
|
+
Setting up libnice10:arm64 (0.1.21-2build3) ...
|
2185
|
+
Setting up libgstreamer-plugins-bad1.0-0:arm64 (1.24.2-1ubuntu4) ...
|
2186
|
+
Setting up adwaita-icon-theme (46.0-1) ...
|
2187
|
+
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
|
2188
|
+
Setting up libgtk-3-0t64:arm64 (3.24.41-4ubuntu1.3) ...
|
2189
|
+
Setting up libgtk-4-1:arm64 (4.14.5+ds-0ubuntu0.5) ...
|
2190
|
+
Setting up humanity-icon-theme (0.6.16) ...
|
2191
|
+
Setting up gstreamer1.0-plugins-bad:arm64 (1.24.2-1ubuntu4) ...
|
2192
|
+
Setting up ubuntu-mono (24.04-0ubuntu1) ...
|
2193
|
+
Processing triggers for man-db (2.12.0-4build2) ...
|
2194
|
+
Processing triggers for libc-bin (2.39-0ubuntu8.6) ...
|
2195
|
+
Processing triggers for dictionaries-common (1.29.7) ...
|
2196
|
+
debconf: unable to initialize frontend: Dialog
|
2197
|
+
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 79.)
|
2198
|
+
debconf: falling back to frontend: Readline
|
2199
|
+
debconf: unable to initialize frontend: Readline
|
2200
|
+
debconf: (This frontend requires a controlling tty.)
|
2201
|
+
debconf: falling back to frontend: Teletype
|
2202
|
+
✅ Command 8 completed successfully
|
2203
|
+
|
2204
|
+
📍 [9/10] npm i -g @playwright/mcp
|
2205
|
+
🔐 Running with sudo (requires root privileges)
|
2206
|
+
|
2207
|
+
added 3 packages in 2s
|
2208
|
+
✅ Command 9 completed successfully
|
2209
|
+
|
2210
|
+
📍 [10/10] chmod +x /usr/local/bin/init-firewall.sh && echo "node ALL=(root) NOPASSWD: /us...
|
2211
|
+
🔐 Running with sudo (requires root privileges)
|
2212
|
+
chmod: cannot access '/usr/local/bin/init-firewall.sh': No such file or directory
|
2213
|
+
❌ Command 10 failed: Command failed: /usr/bin/sudo -E bash -c 'chmod +x /usr/local/bin/init-firewall.sh && echo "node ALL=(root) NOPASSWD: /usr/local/bin/init-firewall.sh" > /etc/sudoers.d/node-firewall && chmod 0440 /etc/sudoers.d/node-firewall'
|
2214
|
+
|
2215
|
+
⚠️ Build failed at command 10/10
|
2216
|
+
📝 Partial build script available at: sandboxbox-sandbox/build.sh
|
2217
|
+
❌ Error: Build failed: Command failed: /usr/bin/sudo -E bash -c 'chmod +x /usr/local/bin/init-firewall.sh && echo "node ALL=(root) NOPASSWD: /usr/local/bin/init-firewall.sh" > /etc/sudoers.d/node-firewall && chmod 0440 /etc/sudoers.d/node-firewall'
|
2218
|
+
[31m❌ Command failed: Command failed: node "./container.js" build ./Dockerfile[0m
|