MT5 folder

 
Hi I am on ubuntu 18.04 and I have hard time to install mt5 (the proxy error and yes I have tried everything).Can some one send me theirs folder of mt5 (the one with the exe)
 
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt update
sudo apt install wine-stable winehq-stable 
WINEARCH=win32 winecfg
sudo apt install winetricks
 

E: The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

 

replace 

sudo apt install wine-stable winehq-stable

with

sudo apt install wine-stable 

Are you running 32 or 64 Bit ?

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04 LTS"
NAME="Ubuntu"
VERSION="18.04 LTS (Bionic Beaver)"
 
and the result is the same :proxy server
 
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 18.04 LTS
Release:    18.04
Codename:    bionic
 64 bit
 
It seems that 18.04 LTS is not yet supported.
 

It is supported, the repository name is <url> bionic main, not bionic Release or just url.

You may also have to install lsb core or something else.

Also try wine-staging and adding windows libraries, winhttp for example.
Reason: