Cannot install Metatrader4 in Ubuntu 15 using wine
Has any body managed to install metatrader4 on ubuntu15 using wine? Because I have trouble installing it.
Thanks,
wine winetricks
add a comment |
Has any body managed to install metatrader4 on ubuntu15 using wine? Because I have trouble installing it.
Thanks,
wine winetricks
1
According towine hq
this program hasgarbage
rating on 15.04 and abronze
on 14.04, the last working version was on 12.04, it seems you can not install this onwine
as of now, compatibility has dropped over the last few releases. appdb.winehq.org/objectManager.php?sClass=version&iId=2893
– Mark Kirby
Jan 8 '16 at 13:18
There's very little possibility that a random folk who would see the question tried in wine a specific program you're asking for. If you want an answer, write the details: what exactly gone wrong, why doesn't it installing, are there any errors when running from terminal?
– Hi-Angel
Jan 9 '16 at 10:31
there are no errors it just doesn't open ...
– Michael
Apr 27 '16 at 12:16
@Michael run the app from terminal, likewine metatrader.exe
, and tell if you see any errors. Also, please, mention nickname with@
so that the one whom you're writing to would be notified.
– Hi-Angel
May 5 '16 at 13:42
add a comment |
Has any body managed to install metatrader4 on ubuntu15 using wine? Because I have trouble installing it.
Thanks,
wine winetricks
Has any body managed to install metatrader4 on ubuntu15 using wine? Because I have trouble installing it.
Thanks,
wine winetricks
wine winetricks
asked Jan 8 '16 at 13:07
MichaelMichael
62
62
1
According towine hq
this program hasgarbage
rating on 15.04 and abronze
on 14.04, the last working version was on 12.04, it seems you can not install this onwine
as of now, compatibility has dropped over the last few releases. appdb.winehq.org/objectManager.php?sClass=version&iId=2893
– Mark Kirby
Jan 8 '16 at 13:18
There's very little possibility that a random folk who would see the question tried in wine a specific program you're asking for. If you want an answer, write the details: what exactly gone wrong, why doesn't it installing, are there any errors when running from terminal?
– Hi-Angel
Jan 9 '16 at 10:31
there are no errors it just doesn't open ...
– Michael
Apr 27 '16 at 12:16
@Michael run the app from terminal, likewine metatrader.exe
, and tell if you see any errors. Also, please, mention nickname with@
so that the one whom you're writing to would be notified.
– Hi-Angel
May 5 '16 at 13:42
add a comment |
1
According towine hq
this program hasgarbage
rating on 15.04 and abronze
on 14.04, the last working version was on 12.04, it seems you can not install this onwine
as of now, compatibility has dropped over the last few releases. appdb.winehq.org/objectManager.php?sClass=version&iId=2893
– Mark Kirby
Jan 8 '16 at 13:18
There's very little possibility that a random folk who would see the question tried in wine a specific program you're asking for. If you want an answer, write the details: what exactly gone wrong, why doesn't it installing, are there any errors when running from terminal?
– Hi-Angel
Jan 9 '16 at 10:31
there are no errors it just doesn't open ...
– Michael
Apr 27 '16 at 12:16
@Michael run the app from terminal, likewine metatrader.exe
, and tell if you see any errors. Also, please, mention nickname with@
so that the one whom you're writing to would be notified.
– Hi-Angel
May 5 '16 at 13:42
1
1
According to
wine hq
this program has garbage
rating on 15.04 and a bronze
on 14.04, the last working version was on 12.04, it seems you can not install this on wine
as of now, compatibility has dropped over the last few releases. appdb.winehq.org/objectManager.php?sClass=version&iId=2893– Mark Kirby
Jan 8 '16 at 13:18
According to
wine hq
this program has garbage
rating on 15.04 and a bronze
on 14.04, the last working version was on 12.04, it seems you can not install this on wine
as of now, compatibility has dropped over the last few releases. appdb.winehq.org/objectManager.php?sClass=version&iId=2893– Mark Kirby
Jan 8 '16 at 13:18
There's very little possibility that a random folk who would see the question tried in wine a specific program you're asking for. If you want an answer, write the details: what exactly gone wrong, why doesn't it installing, are there any errors when running from terminal?
– Hi-Angel
Jan 9 '16 at 10:31
There's very little possibility that a random folk who would see the question tried in wine a specific program you're asking for. If you want an answer, write the details: what exactly gone wrong, why doesn't it installing, are there any errors when running from terminal?
– Hi-Angel
Jan 9 '16 at 10:31
there are no errors it just doesn't open ...
– Michael
Apr 27 '16 at 12:16
there are no errors it just doesn't open ...
– Michael
Apr 27 '16 at 12:16
@Michael run the app from terminal, like
wine metatrader.exe
, and tell if you see any errors. Also, please, mention nickname with @
so that the one whom you're writing to would be notified.– Hi-Angel
May 5 '16 at 13:42
@Michael run the app from terminal, like
wine metatrader.exe
, and tell if you see any errors. Also, please, mention nickname with @
so that the one whom you're writing to would be notified.– Hi-Angel
May 5 '16 at 13:42
add a comment |
4 Answers
4
active
oldest
votes
Run:
cd ~
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-staging
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
WINEARCH=win32 winetricks --isolate mt4
This is the correct answer, thank you so muhc (i just changed the --isolate mt4 to mt5 (dont know it really makes any difference)
– user2582318
Jan 16 '17 at 4:34
'mt5' is a non-existent verb, and will cause Winetricks to only create a 32-bit prefix at~/.local/share/wineprefixes/mt5
. Usingmt4
will automate the installation of Metatrader 4.
– QwertyChouskie
Jan 16 '17 at 22:59
yes, thats why i used the mt5, it created the mt5 (i want the mt5) and it worked like a charm
– user2582318
Jan 17 '17 at 1:07
add a comment |
I just successfully installed MetaTrader 4 on Ubuntu 16.04, using the command provided by Michael. Thanks, Michael! I've been struggling for a while.
Just want to add one more comment, rm ~/.wine folder after using his command, this will clean all the mess of previous installations. (maybe difficult if you have already installed some applications on wine). And then run the installation executable downloaded from MT4 official site. That works for me.
add a comment |
Wine
Here are the commands to install Wine:
type dpkg-reconfigure && dpkg-reconfigure debconf -f noninteractive
dpkg --add-architecture i386
apt-get install -qy python-software-properties
curl -s https://dl.winehq.org/wine-builds/Release.key | apt-key add -
add-apt-repository -y https://dl.winehq.org/wine-builds/ubuntu/
apt-get install -qy --install-recommends wine-staging winehq-staging
Note: For the full script, please check this provision.sh
file.
Above steps are based on the recent Wine packaging related changes.
See also: How to install and configure Wine?
MetaTrader
Installation of MetaTrader should work under Wine.
Here are the methods:
Run the web installer from the website.
Use
winetricks
via:winetricks mt4
command. One-liner:
sh -s mt4 < <(curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
For non-interactive installation, check the
FX-MT-VM
project (underscripts/
).
Note: I'm the author and maintainer.
add a comment |
I have also received a lot of errors from wine when installing mt4 on ubuntu x64 again and again. Sometimes I formated my PC again and again.
But then I had understood how to install and open.
Should be installed wine32 if you use x64, and winetricks.
winetricks parameter "--isolate mt4". But you should install the mt4.exe file of your own broker. Then it will work :)
like this video:
how to install mt4 on x64 ubuntu
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%2f718582%2fcannot-install-metatrader4-in-ubuntu-15-using-wine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run:
cd ~
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-staging
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
WINEARCH=win32 winetricks --isolate mt4
This is the correct answer, thank you so muhc (i just changed the --isolate mt4 to mt5 (dont know it really makes any difference)
– user2582318
Jan 16 '17 at 4:34
'mt5' is a non-existent verb, and will cause Winetricks to only create a 32-bit prefix at~/.local/share/wineprefixes/mt5
. Usingmt4
will automate the installation of Metatrader 4.
– QwertyChouskie
Jan 16 '17 at 22:59
yes, thats why i used the mt5, it created the mt5 (i want the mt5) and it worked like a charm
– user2582318
Jan 17 '17 at 1:07
add a comment |
Run:
cd ~
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-staging
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
WINEARCH=win32 winetricks --isolate mt4
This is the correct answer, thank you so muhc (i just changed the --isolate mt4 to mt5 (dont know it really makes any difference)
– user2582318
Jan 16 '17 at 4:34
'mt5' is a non-existent verb, and will cause Winetricks to only create a 32-bit prefix at~/.local/share/wineprefixes/mt5
. Usingmt4
will automate the installation of Metatrader 4.
– QwertyChouskie
Jan 16 '17 at 22:59
yes, thats why i used the mt5, it created the mt5 (i want the mt5) and it worked like a charm
– user2582318
Jan 17 '17 at 1:07
add a comment |
Run:
cd ~
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-staging
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
WINEARCH=win32 winetricks --isolate mt4
Run:
cd ~
sudo dpkg --add-architecture i386
sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update
sudo apt-get install --install-recommends winehq-staging
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
WINEARCH=win32 winetricks --isolate mt4
edited Dec 14 '16 at 20:47
user308164
answered Apr 30 '16 at 2:17
QwertyChouskieQwertyChouskie
1,771924
1,771924
This is the correct answer, thank you so muhc (i just changed the --isolate mt4 to mt5 (dont know it really makes any difference)
– user2582318
Jan 16 '17 at 4:34
'mt5' is a non-existent verb, and will cause Winetricks to only create a 32-bit prefix at~/.local/share/wineprefixes/mt5
. Usingmt4
will automate the installation of Metatrader 4.
– QwertyChouskie
Jan 16 '17 at 22:59
yes, thats why i used the mt5, it created the mt5 (i want the mt5) and it worked like a charm
– user2582318
Jan 17 '17 at 1:07
add a comment |
This is the correct answer, thank you so muhc (i just changed the --isolate mt4 to mt5 (dont know it really makes any difference)
– user2582318
Jan 16 '17 at 4:34
'mt5' is a non-existent verb, and will cause Winetricks to only create a 32-bit prefix at~/.local/share/wineprefixes/mt5
. Usingmt4
will automate the installation of Metatrader 4.
– QwertyChouskie
Jan 16 '17 at 22:59
yes, thats why i used the mt5, it created the mt5 (i want the mt5) and it worked like a charm
– user2582318
Jan 17 '17 at 1:07
This is the correct answer, thank you so muhc (i just changed the --isolate mt4 to mt5 (dont know it really makes any difference)
– user2582318
Jan 16 '17 at 4:34
This is the correct answer, thank you so muhc (i just changed the --isolate mt4 to mt5 (dont know it really makes any difference)
– user2582318
Jan 16 '17 at 4:34
'mt5' is a non-existent verb, and will cause Winetricks to only create a 32-bit prefix at
~/.local/share/wineprefixes/mt5
. Using mt4
will automate the installation of Metatrader 4.– QwertyChouskie
Jan 16 '17 at 22:59
'mt5' is a non-existent verb, and will cause Winetricks to only create a 32-bit prefix at
~/.local/share/wineprefixes/mt5
. Using mt4
will automate the installation of Metatrader 4.– QwertyChouskie
Jan 16 '17 at 22:59
yes, thats why i used the mt5, it created the mt5 (i want the mt5) and it worked like a charm
– user2582318
Jan 17 '17 at 1:07
yes, thats why i used the mt5, it created the mt5 (i want the mt5) and it worked like a charm
– user2582318
Jan 17 '17 at 1:07
add a comment |
I just successfully installed MetaTrader 4 on Ubuntu 16.04, using the command provided by Michael. Thanks, Michael! I've been struggling for a while.
Just want to add one more comment, rm ~/.wine folder after using his command, this will clean all the mess of previous installations. (maybe difficult if you have already installed some applications on wine). And then run the installation executable downloaded from MT4 official site. That works for me.
add a comment |
I just successfully installed MetaTrader 4 on Ubuntu 16.04, using the command provided by Michael. Thanks, Michael! I've been struggling for a while.
Just want to add one more comment, rm ~/.wine folder after using his command, this will clean all the mess of previous installations. (maybe difficult if you have already installed some applications on wine). And then run the installation executable downloaded from MT4 official site. That works for me.
add a comment |
I just successfully installed MetaTrader 4 on Ubuntu 16.04, using the command provided by Michael. Thanks, Michael! I've been struggling for a while.
Just want to add one more comment, rm ~/.wine folder after using his command, this will clean all the mess of previous installations. (maybe difficult if you have already installed some applications on wine). And then run the installation executable downloaded from MT4 official site. That works for me.
I just successfully installed MetaTrader 4 on Ubuntu 16.04, using the command provided by Michael. Thanks, Michael! I've been struggling for a while.
Just want to add one more comment, rm ~/.wine folder after using his command, this will clean all the mess of previous installations. (maybe difficult if you have already installed some applications on wine). And then run the installation executable downloaded from MT4 official site. That works for me.
answered Dec 14 '16 at 20:23
gksogkso
314
314
add a comment |
add a comment |
Wine
Here are the commands to install Wine:
type dpkg-reconfigure && dpkg-reconfigure debconf -f noninteractive
dpkg --add-architecture i386
apt-get install -qy python-software-properties
curl -s https://dl.winehq.org/wine-builds/Release.key | apt-key add -
add-apt-repository -y https://dl.winehq.org/wine-builds/ubuntu/
apt-get install -qy --install-recommends wine-staging winehq-staging
Note: For the full script, please check this provision.sh
file.
Above steps are based on the recent Wine packaging related changes.
See also: How to install and configure Wine?
MetaTrader
Installation of MetaTrader should work under Wine.
Here are the methods:
Run the web installer from the website.
Use
winetricks
via:winetricks mt4
command. One-liner:
sh -s mt4 < <(curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
For non-interactive installation, check the
FX-MT-VM
project (underscripts/
).
Note: I'm the author and maintainer.
add a comment |
Wine
Here are the commands to install Wine:
type dpkg-reconfigure && dpkg-reconfigure debconf -f noninteractive
dpkg --add-architecture i386
apt-get install -qy python-software-properties
curl -s https://dl.winehq.org/wine-builds/Release.key | apt-key add -
add-apt-repository -y https://dl.winehq.org/wine-builds/ubuntu/
apt-get install -qy --install-recommends wine-staging winehq-staging
Note: For the full script, please check this provision.sh
file.
Above steps are based on the recent Wine packaging related changes.
See also: How to install and configure Wine?
MetaTrader
Installation of MetaTrader should work under Wine.
Here are the methods:
Run the web installer from the website.
Use
winetricks
via:winetricks mt4
command. One-liner:
sh -s mt4 < <(curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
For non-interactive installation, check the
FX-MT-VM
project (underscripts/
).
Note: I'm the author and maintainer.
add a comment |
Wine
Here are the commands to install Wine:
type dpkg-reconfigure && dpkg-reconfigure debconf -f noninteractive
dpkg --add-architecture i386
apt-get install -qy python-software-properties
curl -s https://dl.winehq.org/wine-builds/Release.key | apt-key add -
add-apt-repository -y https://dl.winehq.org/wine-builds/ubuntu/
apt-get install -qy --install-recommends wine-staging winehq-staging
Note: For the full script, please check this provision.sh
file.
Above steps are based on the recent Wine packaging related changes.
See also: How to install and configure Wine?
MetaTrader
Installation of MetaTrader should work under Wine.
Here are the methods:
Run the web installer from the website.
Use
winetricks
via:winetricks mt4
command. One-liner:
sh -s mt4 < <(curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
For non-interactive installation, check the
FX-MT-VM
project (underscripts/
).
Note: I'm the author and maintainer.
Wine
Here are the commands to install Wine:
type dpkg-reconfigure && dpkg-reconfigure debconf -f noninteractive
dpkg --add-architecture i386
apt-get install -qy python-software-properties
curl -s https://dl.winehq.org/wine-builds/Release.key | apt-key add -
add-apt-repository -y https://dl.winehq.org/wine-builds/ubuntu/
apt-get install -qy --install-recommends wine-staging winehq-staging
Note: For the full script, please check this provision.sh
file.
Above steps are based on the recent Wine packaging related changes.
See also: How to install and configure Wine?
MetaTrader
Installation of MetaTrader should work under Wine.
Here are the methods:
Run the web installer from the website.
Use
winetricks
via:winetricks mt4
command. One-liner:
sh -s mt4 < <(curl -s https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks)
For non-interactive installation, check the
FX-MT-VM
project (underscripts/
).
Note: I'm the author and maintainer.
answered Jan 13 '18 at 3:04
kenorbkenorb
4,75014054
4,75014054
add a comment |
add a comment |
I have also received a lot of errors from wine when installing mt4 on ubuntu x64 again and again. Sometimes I formated my PC again and again.
But then I had understood how to install and open.
Should be installed wine32 if you use x64, and winetricks.
winetricks parameter "--isolate mt4". But you should install the mt4.exe file of your own broker. Then it will work :)
like this video:
how to install mt4 on x64 ubuntu
add a comment |
I have also received a lot of errors from wine when installing mt4 on ubuntu x64 again and again. Sometimes I formated my PC again and again.
But then I had understood how to install and open.
Should be installed wine32 if you use x64, and winetricks.
winetricks parameter "--isolate mt4". But you should install the mt4.exe file of your own broker. Then it will work :)
like this video:
how to install mt4 on x64 ubuntu
add a comment |
I have also received a lot of errors from wine when installing mt4 on ubuntu x64 again and again. Sometimes I formated my PC again and again.
But then I had understood how to install and open.
Should be installed wine32 if you use x64, and winetricks.
winetricks parameter "--isolate mt4". But you should install the mt4.exe file of your own broker. Then it will work :)
like this video:
how to install mt4 on x64 ubuntu
I have also received a lot of errors from wine when installing mt4 on ubuntu x64 again and again. Sometimes I formated my PC again and again.
But then I had understood how to install and open.
Should be installed wine32 if you use x64, and winetricks.
winetricks parameter "--isolate mt4". But you should install the mt4.exe file of your own broker. Then it will work :)
like this video:
how to install mt4 on x64 ubuntu
answered Feb 18 at 11:00
dosedose
12
12
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%2f718582%2fcannot-install-metatrader4-in-ubuntu-15-using-wine%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
1
According to
wine hq
this program hasgarbage
rating on 15.04 and abronze
on 14.04, the last working version was on 12.04, it seems you can not install this onwine
as of now, compatibility has dropped over the last few releases. appdb.winehq.org/objectManager.php?sClass=version&iId=2893– Mark Kirby
Jan 8 '16 at 13:18
There's very little possibility that a random folk who would see the question tried in wine a specific program you're asking for. If you want an answer, write the details: what exactly gone wrong, why doesn't it installing, are there any errors when running from terminal?
– Hi-Angel
Jan 9 '16 at 10:31
there are no errors it just doesn't open ...
– Michael
Apr 27 '16 at 12:16
@Michael run the app from terminal, like
wine metatrader.exe
, and tell if you see any errors. Also, please, mention nickname with@
so that the one whom you're writing to would be notified.– Hi-Angel
May 5 '16 at 13:42