如何使用.NET框架而不是mono安装wine?

如何使用.NET框架而不是mono安装wine?

我正在使用 fedora 23,我想在 wine 中安装 .NET Framework 4。

基于这里,我必须先删除单声道。但是当我运行以下命令时,我收到不成功的结果。

$ wine uninstaller --remove '{E45D8920-A758-4088-B6C6-31DBB276992E}'
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
fixme:winediag:start_process Wine Staging 1.7.55 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -210, std (d/m/y): 22/09/2015, dlt (d/m/y): 22/03/2015
uninstaller: The application with GUID '{E45D8920-A758-4088-B6C6-31DBB276992E}' was not found

去除酒单软件包删除了主要内容葡萄酒包也。

请告诉我如何删除单声道?

答案1

安装 .NET 4.0 最简单的方法是使用最新的酿酒技巧脚本:

$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$ sh winetricks dotnet40

还,如果你有 64 位的 wine安装后,您将需要使用较新的.NET 4.5( dotnet45) 而不是 4.0。

相关内容