Page 1 of 1

Installation issue in Trixie

Posted: Thu Nov 27, 2025 10:02 pm
by Mongoose
Hi,

I ran the installation last on Bookworm and that worked well. I have since completed a fresh install of Trixie and went to install hudiy. When I run, run.sh it complains

Code: Select all

Error: Unable to locate package libboost-json1.81.0
Error: Couldn't find any package by glob 'libboost-json1.81.0'
./installer: error while loading shared libraries: libboost_json.so.1.81.0: cannot open shared object file: No such file or directory
The package version in Trixie is 1.83 which is installed. I can't seem to get 1.81 installed.

Is it possible to do a clean install on Trixie, or only an upgrade?

Thanks

Re: Installation issue in Trixie

Posted: Thu Nov 27, 2025 10:30 pm
by hudiy
Hello,
Looks like you are using older version of the installer. After the Hudiy release for Trixie, the installer was also updated. You can download the new installer version using the same link as previously. More details can be found in this thread: viewtopic.php?p=662#p662 or in the blog post https://hudiy.eu/version-1-4-available/
You can download the updated installer in the same way as before – the link to the installer from your confirmation order is still valid and now points to the new installer compatible with both Bookworm and Trixie.

It automatically detects which version of Raspberry Pi OS it’s running on and installs the appropriate version of Hudiy.

Re: Installation issue in Trixie

Posted: Thu Apr 09, 2026 2:34 pm
by wkl3968
I'm trying out Trixie version of hudiy and I have downloaded the latest installer but I'm getting this error. do I need to use sudo?

~/hudiy_installer/trixie_aarch64 ~/hudiy_installer
Installing dependencies
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Hit:4 http://archive.raspberrypi.com/debian trixie InRelease
Reading package lists... Error!
Error: Encountered a section with no Package: header
Error: Problem with MergeList /var/lib/apt/lists/deb.debian.org_debian_dists_trixie_main_binary-arm64_Packages
Error: The package lists or status file could not be parsed or opened.
Reading package lists... Error!
Error: Encountered a section with no Package: header
Error: Problem with MergeList /var/lib/apt/lists/deb.debian.org_debian_dists_trixie_main_binary-arm64_Packages
Error: The package lists or status file could not be parsed or opened.
./installer: error while loading shared libraries: libboost_json.so.1.83.0: cannot open shared object file: No such file or directory
~/hudiy_installer

Re: Installation issue in Trixie

Posted: Thu Apr 09, 2026 3:07 pm
by wkl3968
here is the solutions to get it solve using Google AI:
Step-by-Step Solution
Clear the corrupted lists:
Open your terminal and run the following command to delete the damaged cached files. Note that this does not delete installed programs, only the local index of available software.
bash
sudo rm -rf /var/lib/apt/lists/*
Clean the package cache:
Clear out any partially downloaded or obsolete package files.
bash
sudo apt-get clean
Regenerate the package lists:
Run an update to download fresh, uncorrupted metadata from the Debian servers.
bash
sudo apt-get update

Re: Installation issue in Trixie

Posted: Fri Apr 10, 2026 1:28 am
by wkl3968
the current window is Trixie desktop. I couldn't get into Hudiy after the installation and reboot. I got this error when trying to update: please help.

$HOME/.hudiy/share/updater
/home/pi/.hudiy/share/updater: error while loading shared libraries: /lib/aarch64-linux-gnu/libboost_json.so.1.83.0: invalid ELF header

Re: Installation issue in Trixie

Posted: Fri Apr 10, 2026 4:59 am
by hudiy
It looks like the /lib/aarch64-linux-gnu/libboost_json.so.1.83.0 file is corrupted. It is a library installed by the apt. As it is a system file, it might indicate some filesystem/drive corruption.

Re: Installation issue in Trixie

Posted: Fri Apr 10, 2026 9:03 am
by wkl3968
Thanks.. indeed something is wrong. I use another SD card and I redo the installation. It successfully install but then now I have authentication failure. It could be the login password I used during the Trixie image download.