Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

apt broken / libsystemd.so.0

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
DeepB
Posts: 1
Joined: 2021-12-02 10:21

apt broken / libsystemd.so.0

#1 Post by DeepB »

Hello,

I am using debian on an armhf (beagleboard).

it had debian 8.x installed, so I updated to 9 then 10. WHen the problem started I added the bookworm sources to check if that might help.

However after doing apt-get dist-upgrade on 10 apt stopped working.

Code: Select all

apt: /lib/arm-linux-gnueabihf/libsystemd.so.0: version `LIBSYSTEMD_221' not found (required by /usr/lib/arm-linux-gnueabihf/libapt-pkg.so.6.0)
Installing libsystemd0_241-7~deb10u8_armhf.deb with dpkg deb starts again.

However then it says unmet dependencies:

Code: Select all

root@beaglebone:~# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libsystemd-dev : Depends: libsystemd0 (= 249.7-1)
 rsyslog : Depends: libsystemd0 (>= 246)
 systemd : Depends: libsystemd0 (= 249.7-1)
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
when running apt --fix-broken install it updates libsystemd and apt stops working again....

any ideas how to fix that?

thanks
Daniel

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: apt broken / libsystemd.so.0

#2 Post by bw123 »

Clean up your sources to only one release use ‘apt policy’ to find, purge/reinstall offending pkgs one at a time?

Aptitude pkg mgr is really good at stuff like this.
resigned by AI ChatGPT

Post Reply