Docker Desktop unable to install on Wine 7 Ubuntu 20.04

Questions about Wine on Linux
Locked
helpsomebody
Newbie
Newbie
Posts: 1
Joined: Tue Apr 05, 2022 9:55 am

Docker Desktop unable to install on Wine 7 Ubuntu 20.04

Post by helpsomebody »

Hello, I need to install Docker Desktop application on Wine 7 setup as Windows 10, but it return the following error message:

Code: Select all

Manifest extraction failed: Could not load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
  at CommunityInstaller.InstallWorkflow.DoHandleD4WPackageAsync (System.Threading.CancellationToken cancelToken, System.String localPackagePath) [0x0011c] in <5f9372239883427f810f628c8e328309>:0 
  at CommunityInstaller.InstallWorkflow.DoProcessAsync (System.Threading.CancellationToken cancelToken) [0x00338] in <5f9372239883427f810f628c8e328309>:0
I downloaded the installation file from the official website: https://www.docker.com/products/docker-desktop/
How can I Install this application with Wine?
Thanks
sneey
Newbie
Newbie
Posts: 1
Joined: Wed Apr 20, 2022 6:29 am

Re: Docker Desktop unable to install on Wine 7 Ubuntu 20.04

Post by sneey »

Hi I am trying the same, bc other applications have to run under windows. However, I have the same error and in case you found a solution I would be very happy if you could share it :)
Locked