Fedora
如何使用 .NET 框架而不是單聲道安裝 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
刪除wine-mono包也會刪除主要的wine包。
請告訴我如何刪除單聲道?
安裝 .NET 4.0 的最簡單方法是使用最新的Winetricks腳本:
$ wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks $ sh winetricks dotnet40
此外,如果您安裝了 64 位 wine,則需要使用更新的 .NET 4.5 (
dotnet45
) 而不是 4.0。