3

I have installed wine on ubuntu and now I want to install wine mono with the following comand

wine msiexec /i Downloads/wine-mono-4.7.1.msi

But the installer doesn't start and I get the following error:

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)

Thenks in advance for your help.

DK Bose
  • 42,548
  • 23
  • 127
  • 221
karim
  • 63
  • 1
  • 2
  • 6

1 Answers1

5

In the 18.04 (Bionic) repositories there's currently a package available for installation.

Before you can install it you need to enable the Universe repository and then simply issue the command sudo apt install mono-complete

Elder Geek
  • 36,023
  • 25
  • 98
  • 183