Wine Install - Do I need Mono, Gecko, etc
I just did a wine Install on Ubuntu 16.04 and got the dialogue "We can install Mono and Gecko but recommend you do it the proper way". I hit the cancel button figuring I'll install them later. Do I need to actually do this and what's the best way?
I use all kinds of legacy Windows apps that aren't available on Linux.
wine
add a comment |
I just did a wine Install on Ubuntu 16.04 and got the dialogue "We can install Mono and Gecko but recommend you do it the proper way". I hit the cancel button figuring I'll install them later. Do I need to actually do this and what's the best way?
I use all kinds of legacy Windows apps that aren't available on Linux.
wine
add a comment |
I just did a wine Install on Ubuntu 16.04 and got the dialogue "We can install Mono and Gecko but recommend you do it the proper way". I hit the cancel button figuring I'll install them later. Do I need to actually do this and what's the best way?
I use all kinds of legacy Windows apps that aren't available on Linux.
wine
I just did a wine Install on Ubuntu 16.04 and got the dialogue "We can install Mono and Gecko but recommend you do it the proper way". I hit the cancel button figuring I'll install them later. Do I need to actually do this and what's the best way?
I use all kinds of legacy Windows apps that aren't available on Linux.
wine
wine
asked Jul 19 '16 at 16:51
John DoeJohn Doe
1251213
1251213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Mono
You need Mono to run certain applications and components.
It is recommended to install the Microsoft core fonts, some applications require it to work properly.
I suggest you to install PlayOnLinux, so you can manage your Wine prefixes easily by installing the components required for each one.
For example, if you want to install Microsoft Office, PlayOnLinux already has a script which automatically installs the required complements and packages.
You can install mono by using:
sudo apt install mono-complete
or (for Ubuntu versions prior to 16.04)
sudo apt-get install mono-complete
Gecko
For Gecko, check https://wiki.winehq.org/Gecko
Can I install gecko by runningsudo apt install wine-gecko2.21
?
– geras
Aug 9 '18 at 11:07
1
Yes, you can. Also check this: Wine-Gecko
– GTRONICK
Aug 9 '18 at 17:58
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%2f800557%2fwine-install-do-i-need-mono-gecko-etc%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
Mono
You need Mono to run certain applications and components.
It is recommended to install the Microsoft core fonts, some applications require it to work properly.
I suggest you to install PlayOnLinux, so you can manage your Wine prefixes easily by installing the components required for each one.
For example, if you want to install Microsoft Office, PlayOnLinux already has a script which automatically installs the required complements and packages.
You can install mono by using:
sudo apt install mono-complete
or (for Ubuntu versions prior to 16.04)
sudo apt-get install mono-complete
Gecko
For Gecko, check https://wiki.winehq.org/Gecko
Can I install gecko by runningsudo apt install wine-gecko2.21
?
– geras
Aug 9 '18 at 11:07
1
Yes, you can. Also check this: Wine-Gecko
– GTRONICK
Aug 9 '18 at 17:58
add a comment |
Mono
You need Mono to run certain applications and components.
It is recommended to install the Microsoft core fonts, some applications require it to work properly.
I suggest you to install PlayOnLinux, so you can manage your Wine prefixes easily by installing the components required for each one.
For example, if you want to install Microsoft Office, PlayOnLinux already has a script which automatically installs the required complements and packages.
You can install mono by using:
sudo apt install mono-complete
or (for Ubuntu versions prior to 16.04)
sudo apt-get install mono-complete
Gecko
For Gecko, check https://wiki.winehq.org/Gecko
Can I install gecko by runningsudo apt install wine-gecko2.21
?
– geras
Aug 9 '18 at 11:07
1
Yes, you can. Also check this: Wine-Gecko
– GTRONICK
Aug 9 '18 at 17:58
add a comment |
Mono
You need Mono to run certain applications and components.
It is recommended to install the Microsoft core fonts, some applications require it to work properly.
I suggest you to install PlayOnLinux, so you can manage your Wine prefixes easily by installing the components required for each one.
For example, if you want to install Microsoft Office, PlayOnLinux already has a script which automatically installs the required complements and packages.
You can install mono by using:
sudo apt install mono-complete
or (for Ubuntu versions prior to 16.04)
sudo apt-get install mono-complete
Gecko
For Gecko, check https://wiki.winehq.org/Gecko
Mono
You need Mono to run certain applications and components.
It is recommended to install the Microsoft core fonts, some applications require it to work properly.
I suggest you to install PlayOnLinux, so you can manage your Wine prefixes easily by installing the components required for each one.
For example, if you want to install Microsoft Office, PlayOnLinux already has a script which automatically installs the required complements and packages.
You can install mono by using:
sudo apt install mono-complete
or (for Ubuntu versions prior to 16.04)
sudo apt-get install mono-complete
Gecko
For Gecko, check https://wiki.winehq.org/Gecko
edited Jan 19 at 16:17
KiriSakow
359
359
answered Jul 19 '16 at 16:58
GTRONICKGTRONICK
2,90811021
2,90811021
Can I install gecko by runningsudo apt install wine-gecko2.21
?
– geras
Aug 9 '18 at 11:07
1
Yes, you can. Also check this: Wine-Gecko
– GTRONICK
Aug 9 '18 at 17:58
add a comment |
Can I install gecko by runningsudo apt install wine-gecko2.21
?
– geras
Aug 9 '18 at 11:07
1
Yes, you can. Also check this: Wine-Gecko
– GTRONICK
Aug 9 '18 at 17:58
Can I install gecko by running
sudo apt install wine-gecko2.21
?– geras
Aug 9 '18 at 11:07
Can I install gecko by running
sudo apt install wine-gecko2.21
?– geras
Aug 9 '18 at 11:07
1
1
Yes, you can. Also check this: Wine-Gecko
– GTRONICK
Aug 9 '18 at 17:58
Yes, you can. Also check this: Wine-Gecko
– GTRONICK
Aug 9 '18 at 17:58
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%2f800557%2fwine-install-do-i-need-mono-gecko-etc%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