Can't install wine mono on ubuntu
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.
18.04 windows wine
add a comment |
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.
18.04 windows wine
there's wine thread about exactly that forum.winehq.org/viewtopic.php?t=397 sounds like a regression they should fix
– janmyszkier
Nov 7 '18 at 15:19
add a comment |
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.
18.04 windows wine
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.
18.04 windows wine
18.04 windows wine
edited Nov 7 '18 at 14:55
DK Bose
13.8k124185
13.8k124185
asked Nov 7 '18 at 14:51
karimkarim
62
62
there's wine thread about exactly that forum.winehq.org/viewtopic.php?t=397 sounds like a regression they should fix
– janmyszkier
Nov 7 '18 at 15:19
add a comment |
there's wine thread about exactly that forum.winehq.org/viewtopic.php?t=397 sounds like a regression they should fix
– janmyszkier
Nov 7 '18 at 15:19
there's wine thread about exactly that forum.winehq.org/viewtopic.php?t=397 sounds like a regression they should fix
– janmyszkier
Nov 7 '18 at 15:19
there's wine thread about exactly that forum.winehq.org/viewtopic.php?t=397 sounds like a regression they should fix
– janmyszkier
Nov 7 '18 at 15:19
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1090837%2fcant-install-wine-mono-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
answered 9 hours ago
Elder GeekElder Geek
26.9k953127
26.9k953127
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1090837%2fcant-install-wine-mono-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
there's wine thread about exactly that forum.winehq.org/viewtopic.php?t=397 sounds like a regression they should fix
– janmyszkier
Nov 7 '18 at 15:19