모노 대신 .NET 프레임워크를 사용하여 와인을 설치하는 방법은 무엇입니까?

모노 대신 .NET 프레임워크를 사용하여 와인을 설치하는 방법은 무엇입니까?

저는 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비트 와인이 있는 경우설치 후에는최신 .NET 4.5가 필요합니다.( dotnet45) 대신 4.0.

관련 정보