Wine dependency issue on Aarch64 Ubuntu

Questions about Wine on Linux
Locked
engageub
Newbie
Newbie
Posts: 1
Joined: Sun Dec 25, 2022 9:54 am

Wine dependency issue on Aarch64 Ubuntu

Post by engageub »

The installation of wine is not successful in linux aarch64 with Ubuntu kinetic OS.
After following the instructions from the following wiki, the installation fails due to dependency.

Wiki: https://wiki.winehq.org/Ubuntu

How to replicate?
Install Ubuntu kinetic OS in Aarch64 and run the commands as mentioned in the wiki.

Oracle is providing free host and I tried on that host.

https://www.youtube.com/watch?v=NKc3k7xceT8


Please find the snapshot of logs:
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:
wine-stable:i386 : Depends: libc6:i386 (>= 2.34) but it is not installable
Depends: wine-stable-i386:i386 (= 7.0.1~kinetic-1) but it is not going to be installed
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine dependency issue on Aarch64 Ubuntu

Post by jkfloris »

WineHQ only offers packages for AMD64 and I386. For ARM, you can use Ubuntu's Wine packages. Keep in mind that Wine is not an emulator. In other words, you can only run Windows ARM files.
Locked