我已经在 ubuntu 上安装了 wine,现在我想使用以下命令安装 wine mono
wine msiexec /i Downloads/wine-mono-4.7.1.msi
Run Code Online (Sandbox Code Playgroud)
但是安装程序没有启动,我收到以下错误:
0038:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0038:fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for +01, bias -60, std (d/m/y): 27/10/2018, dlt (d/m/y): 25/03/2018
0038:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0038:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
Run Code Online (Sandbox Code Playgroud)
提前感谢您的帮助。