Ryzhov ARM64 APT Repository - clean installation verification Recorded: 2026-07-22 20:45 CEST Target: Raspberry Pi 5, Debian trixie, arm64 Repository: https://apt.ryzhov.website This is a sanitized transcript of the real terminal recording. Terminal redraws, ANSI color sequences, and repetitive percentage progress frames were removed; the commands, package actions, versions, and verification results are preserved. artem@raspberrypi:~$ sudo apt-get remove -y rdynamo rdynamo-3.0 rdynamo-cli rdynamo-server rpichecksum Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages will be REMOVED: rdynamo rdynamo-3.0 rdynamo-cli rdynamo-server rpichecksum 0 upgraded, 0 newly installed, 5 to remove and 105 not upgraded. After this operation, 8956 kB disk space will be freed. Removing rdynamo-3.0 (1:3.0.0-1) ... Removing rdynamo (1:3.0.0-1) ... Removing rdynamo-cli (1:3.0.0-1) ... Removing rdynamo-server (1:3.0.0-1) ... Removing rpichecksum (0.1.3-1) ... artem@raspberrypi:~$ sudo apt-get install -y rdynamo rpichecksum Reading package lists... Done Building dependency tree... Done Reading state information... Done The following additional packages will be installed: rdynamo-cli rdynamo-server The following NEW packages will be installed: rdynamo rdynamo-cli rdynamo-server rpichecksum 0 upgraded, 4 newly installed, 0 to remove and 105 not upgraded. Need to get 2941 kB of archives. After this operation, 8945 kB of additional disk space will be used. Get:1 https://apt.ryzhov.website trixie/main arm64 rdynamo-server arm64 1:3.0.0-1 [1767 kB] Get:2 https://apt.ryzhov.website trixie/main arm64 rdynamo-cli arm64 1:3.0.0-1 [994 kB] Get:3 https://apt.ryzhov.website trixie/main arm64 rdynamo all 1:3.0.0-1 [1952 B] Get:4 https://apt.ryzhov.website trixie/main arm64 rpichecksum arm64 0.1.3-1 [178 kB] Fetched 2941 kB in 8s (354 kB/s) Selecting previously unselected package rdynamo-server. Unpacking rdynamo-server (1:3.0.0-1) ... Selecting previously unselected package rdynamo-cli. Unpacking rdynamo-cli (1:3.0.0-1) ... Selecting previously unselected package rdynamo. Unpacking rdynamo (1:3.0.0-1) ... Selecting previously unselected package rpichecksum. Unpacking rpichecksum (0.1.3-1) ... Setting up rdynamo-server (1:3.0.0-1) ... Setting up rdynamo-cli (1:3.0.0-1) ... Setting up rpichecksum (0.1.3-1) ... Setting up rdynamo (1:3.0.0-1) ... artem@raspberrypi:~$ dpkg-query -W rdynamo rdynamo-server rdynamo-cli rpichecksum rdynamo 1:3.0.0-1 rdynamo-cli 1:3.0.0-1 rdynamo-server 1:3.0.0-1 rpichecksum 0.1.3-1 artem@raspberrypi:~$ systemctl is-enabled rdynamo-server; systemctl is-active rdynamo-server enabled inactive artem@raspberrypi:~$ rustdb-server --version rustdb-server 3.0.0 Repository: https://github.com/ryzhov-artem/rust_db Website: https://www.ryzhov.website/ artem@raspberrypi:~$ rustdbctl --version rustdbctl 3.0.0 artem@raspberrypi:~$ rdynamo --version rustdbctl 3.0.0 artem@raspberrypi:~$ rpichecksum info rpichecksum 0.1.3 arch: aarch64 crc32c_backend: Aarch64Crc backend_override: auto aarch64_crc: yes aarch64_pmull: yes deb_arch: arm64 note: v0.1 uses CRC hardware, not PMULL artem@raspberrypi:~$ printf 123456789 | rpichecksum crc32c - e3069283 - Recorded verification passed.