The MetaTrader 4 trading terminal can be installed and used on PCs running under the different Linux distributions, including Ubuntu operating system, using the free software Wine.

Wine allows users of Unix-based systems to run applications developed for the Microsoft Windows systems. Among all the Wine versions there is one for Ubuntu.

One should remember that Wine developers do not guarantee that it will operate stable, that’s why some features of the application may not be available.

All applications are installed on Ubuntu from the packages, which are contained in repositories.

In the latest Ubuntu versions, a repository for installing Wine is already available without any additional settings, that’s why in order to install Wine, you have to run “Terminal” in the command line.

  • Installing Wine

    • Run “Terminal” in the command line.

      sudo apt-get install wine-stable

    • This command will install the most stable Wine version ((currently it’s 6.0).)

      instruction image
    • You can also install a version of Wine for developers. This version may include more updates and improvements but be less stable. To install it, run the following command.

      sudo apt-get install wine-development

    • If your Ubuntu version lacks a repository and you keep seeing an error when installing Wine, run the following commands in sequence:

      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/

    • After that, update the package information using the following command:

      sudo apt-get update

    • After its execution, install Wine with the following command:

      sudo apt-get install --install-recommends winehq-stable

    • More detailed information on how to install Wine on Linux can be found on the Wine.

  • Starting MetaTrader 4 on Linux (Ubuntu)

    • To install the MetaTrader 4 terminal in an already prepared Linux operating system, mt4setup.exe.

      After the download is complete, run the setup file. The system will automatically recognize that the file is for Microsoft Windows and will offer to open it in Wine. Choose this option and click “OK”.

      instruction image
    • After launching the setup file, you’ll have to go through all steps of the installation procedure. After the installation is complete, you can start using the client terminal MetaTrader 4 for Linux by running its executive file terminal.exe.

      instruction image
    • You can also use MetaTrader 4 in Ubuntu by copying the folder with the previously installed files of the terminal from Microsoft Windows: after copying them, just run the executive file of the terminal, terminal.exe. If will be automatically opened in Wine.

      instruction image

Known Issues

As has been already mentioned above, Wine is not a completely stable software. As a result, some features of the MetaTrader 4 terminal may work incorrectly. By now, the issues with the Market function have been discovered. We recommend to use the latest versions of Ubuntu and Wine. Timely updates will provide the highest level of the trading platform operational stability.

MetaTrader 4 Data Directory

Home folder\.wine\drive_c\Program Files\Client Terminal

Additional ways to install MetaTrader 4

  • Run a web version of MetaTrader 4 in your browser.
  • Install a mobile version of MetaTrader 4 (available on iOS and Android).