Linux Lite Forums

Full Version: Installing Coinexx MT4 metatrader using Wine
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When I attempt to install this app using Wine, I get the following popup:

  [Image: lokF9Ull.png]

Odd thing is my other laptop runs Linux Mint and the install went fine without this popup.  This app works on Linux; not sure why I'm having this roadblock with Linux Lite.  I was using Cloudflare (1.1.1.1) as my primary DNS for my Linux Lite laptop.  But when I changed it to match what my Linux Mint machine was running for primary and secondary DNS, that didn't make a difference.  Same popup.  I also didn't notice anything unusual with the laptop's local firewall (GUFW). 


Really appreciate any ideas.  We have some time.  I start a class on this stuff early next week.  I'd like to get the problem solved by then.


Cheers
A quick Google search - https://www.mql5.com/en/forum/60250/page2 Uninstall, clear all trace of it cache etc. Then get wine staging.
After adding the wine repo, you'll get a complaint when you try to installing wine-staging, so change the repo details from bionic to xenial, then it will all work, or just do this:

Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt install --install-recommends winehq-staging
No Menu entries for Wine? LL to the rescue - http://repo.linuxliteos.com/linuxlite/po...20_all.deb

Make sure to config Wine for Windblows 10.

Bob's your Uncle...

[Image: MxiPb4s.png]

[Image: zRrIgSw.png]
Done deal.  Thank you.  Bookmarked for future reference.
Not sure why MS? Still uses abstraction layer and web extensions and ugh... Wine. Electrum, Coinbase, and Coinpare for convenient simple monitoring.

https://linuxconfig.org/how-to-install-b...aver-linux

https://www.coinbase.com/signup/?utm_sou...gLhzPD_BwE

https://github.com/piotrmurach/coinpare

Is there some advantage to CoinEXX?

TC
He said in his post he has a class in it. So it's probably less about an advantage and more about having to.

Sent from my Mobile phone using Tapatalk

Apologies. Missed that.

TC
(10-30-2019, 02:49 AM)Jerry link Wrote:After adding the wine repo, you'll get a complaint when you try to installing wine-staging,
so change the repo details from bionic to xenial, then it will all work, or just do this:

Code:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'
sudo apt install --install-recommends winehq-staging

Is there a reason the xenial main repository was chosen,
or does Linux Lite always follow the previous Ubuntu LTS version?
[member=49652]K_Collins[/member] You're replying to an older thread..
LL is based on Ubuntu LTS - LL5.8 is based on 20.04 - Focal

You can find this info in the Release Announcements..
https://www.linuxliteos.com/forums/relea...-released/
Pages: 1 2