Can't install LXD

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.9.1
What app is this about: LXD

Describe your issue

Hi everyone,
I can’t install LXD, i think the problem came from apt but i’m not sure.
I the logs i see thhings like Unable to install dependencies, Packages need to be removed but remove is disabled. or lxc-dev : Depends: libseccomp-dev but it is not going to be installed
I have re-installed Yunohost yesterday, so i don’t think it’s my fault

Share relevant logs or error messages

https://paste.yunohost.org/raw/peduwiweli

2024-12-29 23:17:44,032: DEBUG - The following packages will be REMOVED:
2024-12-29 23:17:44,033: DEBUG -   busybox

For some reason busybox needs to be manually removed using apt because it conflicts with lxc or a dependency, not sure why it’s installed in the first place

I don’t know either, it’s only a fresh installation with Immich, Nextcloud, Firefly, Jellyfin and Cockpit.
Do you know what must i do next ?
Because i don’t think it’s a good idea to remove busybox if we don’t know who use that

You can dig why it’s installed using sudo aptitude why busybox

i   initramfs-tools      Depends    initramfs-tools-core (= 0.142+deb12u1)
i A initramfs-tools-core Recommends busybox (>= 1:1.22.0-17~) | busybox-static (>= 1:1.22.0-17~)

and i assume we can’t remove inittramfs…

It’s just a “recommend” relation … I actually ended up in similar situation in the past where I wanted to install lxc and busybox was conflicting, I removed busybox and it was just fine …

I have done that and it worked, thanks !

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.