Please write your message in the appropriate topic, the discussion about this article, here :
https://www.mql5.com/en/forum/39117/page4#comment_22768775
Examples: MetaTrader 4 on Linux
- 2017.01.04
- www.mql5.com
New article MetaTrader 4 on Linux has been published: Author: MetaQuotes Software Corp...
This script failed . New update is needed. ERROR "#cannot find wincfg "
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
BUG:
But the script failed.
Reason:
The "mt4ubuntu.sh" script downloads "winehq.key" to the "/usr/share/keyrings/winehq-archive.key" (Line #13), but the "/etc/apt/sources.list.d/winehq-jammy.sources" downloaded by "mt4ubuntu.sh" refer to "/etc/apt/keyrings/winehq-archive.key" instead of "/usr/share/keyrings/winehq-archive.key".
Solution:
Change Line #6 of "/etc/apt/sources.list.d/winehq-jammy.sources" (hosted in https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources) should be changed from "/etc/apt/keyrings/winehq-archive.key" to "/usr/share/keyrings/winehq-archive.key".
Thanks.