89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

Home Page:https://distrobox.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Error :: installing systemd (255.6-1) breaks dependency 'systemd=255.5' required by systemd-sysvcompat

xensurve opened this issue · comments

SYSTEM : Arch
DE: Plasma
Distrobox : 1.7.2-1

After downloading image and doing distrobox enter xxx

It fails and podman error message is


podman logs -f xxxx

installing systemd (255.6-1) breaks dependency 'systemd=255.5' required by systemd-sysvcompat


# version of systemd on client machine
pacman -Ss systemd | grep installed

core/systemd 255.6-1 [installed]
core/systemd-libs 255.6-1 [installed]
core/systemd-sysvcompat 255.6-1 [installed]

To fix this error add the refresh pacman switch -y in the distrobox-init file


		# If we need to upgrade, do it and exit, no further action required.
		if [ "${upgrade}" -ne 0 ]; then
			pacman -S -y -u --noconfirm
			exit
		fi