Forum › Forums › News › Announcements › antiX-bullseye-beta1 iso files available. 64 bit only › Reply To: antiX-bullseye-beta1 iso files available. 64 bit only
I get an error when trying to install wine in the antix-bullseye-b1-sysvinit with the 5.10.27 kernel using live USB.
This is the error that I get:
demo@antix1:~
$ sudo apt update
[sudo] password for demo:
Get:1 http://deb.debian.org/debian bullseye-backports InRelease [37.0 kB]
Get:2 http://ftp.us.debian.org/debian bullseye-updates InRelease [40.1 kB]
Get:3 http://ftp.us.debian.org/debian bullseye InRelease [150 kB]
Get:4 http://ftp.us.debian.org/debian bullseye/main amd64 Packages [8,190 kB]
Get:5 http://ftp.us.debian.org/debian bullseye/main i386 Packages [8,129 kB]
Get:6 http://ftp.us.debian.org/debian bullseye/main Translation-en [6,249 kB]
Get:7 http://ftp.us.debian.org/debian bullseye/contrib amd64 Packages [50.4 kB]
Get:8 http://ftp.us.debian.org/debian bullseye/contrib i386 Packages [45.3 kB]
Get:9 http://ftp.us.debian.org/debian bullseye/contrib Translation-en [46.9 kB]
Get:10 http://ftp.us.debian.org/debian bullseye/non-free i386 Packages [76.9 kB]
Get:11 http://ftp.us.debian.org/debian bullseye/non-free amd64 Packages [93.9 kB]
Get:12 http://ftp.us.debian.org/debian bullseye/non-free Translation-en [91.5 kB]
Fetched 23.0 MB in 10s (2,228 kB/s)
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
4 packages can be upgraded. Run ‘apt list –upgradable’ to see them.
demo@antix1:~
$ sudo apt install wine wine32 wine64
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libdbus-1-3:i386 : Depends: libsystemd0:i386
libeudev1 : Conflicts: libudev1:i386 (< 232:246:3.2.9.1.0antix4) but 247.3-5 is to be installed
libpulse0:i386 : Depends: libsystemd0:i386
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
demo@antix1:~
$
I don’t recall getting this error when I successfully installed wine on the antix-bullseye-a2-runit last month.
I still have the installed antix-bullseye-a2-runit partition. The same command to install wine on the antix-bullseye-a2-runit with 5.10.27 kernel installed system works just fine:
jakersfan@jakersfan:~
$ sudo apt install wine wine32 wine64
[sudo] password for jakersfan:
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
wine is already the newest version (5.0.3-3).
wine64 is already the newest version (5.0.3-3).
wine64 set to manually installed.
wine32:i386 is already the newest version (5.0.3-3).
0 upgraded, 0 newly installed, 0 to remove and 201 not upgraded.
jakersfan@jakersfan:~
$