This HOWTO is for installing Oanda Desktop / fxTrade on the latest Ubuntu 18.04 LTS and Debian.
Previously, you could launch Oanda's fxTrade directly from your browser in Linux so long as you had the right Java version and browser plugin installed. However, Oanda created a new web based trading platform and only offers fxTrade for desktop use. Many long running Oanda clients will prefer the fxTrade environment, so here's how to get fxTrade working on your Ubuntu or Debian Linux OS.
First up, we will need to install a compatible version of Java. In the past when we wanted to run fxTrade directly from a browser plugin, we would use Oracle's Java. Oracle however, has gone full commercial with their Java implementation, and since we no longer need the browser plugin I'm going to suggest using the default OpenJDK Java implementation that comes with Debian/Ubuntu:
All we have to do is enter the following commands in a terminal window to install OpenJDK: (To open a terminal window in Ubuntu's Unity desktop or Debian while using Gnome desktop, just do the key combination: CTRL+ALT+T)
(Hit enter when asked to install the required new packages after that last command.)
Once complete, grab the latest install for Oanda Desktop (fxTrade) from their site. You don't need to be logged in to get the install files, but you do need to access these links from the machine you're installing Oanda Desktop on as it uses your browser's client data to know what platfrom you wish to use (that is to say, if you follow these links on a Windows machine, you're going to get Windows installer files.. so use your Linux computer to get the Linux install script.)
Oanda Desktop: https://www.oanda.com/demo-account/get-fxdesktop
Oanda Practice Desktop: https://www.oanda.com/demo-account/get-fxdesktop
This should prompt you to download a .tar archive file. Save this file in your downloads folder.
Next we want to extract the contents of the .tar file we just downloaded. Since we will be executing the installer in a terminal / command line interface, let's use the terminal to extract the archive:
Notes on the above:
This should only take a second. Once complete, you will see a new icon on your desktop for the installed fxTrade application.
Ubuntu may not know the application and might need to confirm with you that it can be trusted:
And upon running for the first time, it may take a moment as the application grabs the latest files from Oanda's servers. Once it's done, you should be greeted with Oanda Desktop (fxTrade) asking you to login:
Enjoy!
Previously, you could launch Oanda's fxTrade directly from your browser in Linux so long as you had the right Java version and browser plugin installed. However, Oanda created a new web based trading platform and only offers fxTrade for desktop use. Many long running Oanda clients will prefer the fxTrade environment, so here's how to get fxTrade working on your Ubuntu or Debian Linux OS.
First up, we will need to install a compatible version of Java. In the past when we wanted to run fxTrade directly from a browser plugin, we would use Oracle's Java. Oracle however, has gone full commercial with their Java implementation, and since we no longer need the browser plugin I'm going to suggest using the default OpenJDK Java implementation that comes with Debian/Ubuntu:
All we have to do is enter the following commands in a terminal window to install OpenJDK: (To open a terminal window in Ubuntu's Unity desktop or Debian while using Gnome desktop, just do the key combination: CTRL+ALT+T)
Code:
sudo apt-get update
sudo apt install default-jre
Once complete, grab the latest install for Oanda Desktop (fxTrade) from their site. You don't need to be logged in to get the install files, but you do need to access these links from the machine you're installing Oanda Desktop on as it uses your browser's client data to know what platfrom you wish to use (that is to say, if you follow these links on a Windows machine, you're going to get Windows installer files.. so use your Linux computer to get the Linux install script.)
Oanda Desktop: https://www.oanda.com/demo-account/get-fxdesktop
Oanda Practice Desktop: https://www.oanda.com/demo-account/get-fxdesktop
This should prompt you to download a .tar archive file. Save this file in your downloads folder.
Next we want to extract the contents of the .tar file we just downloaded. Since we will be executing the installer in a terminal / command line interface, let's use the terminal to extract the archive:
Code:
cd Downloads/
tar -xvvf fxTradePractice_installer.tar
Notes on the above:
- If you've saved the installer to another directory, you will have to 'cd' into that directory.
- If you're using the live client, the filename will be different and not include the word "Practice", adjust this line accordingly.
Code:
sh fxTradePractice_installer.sh
This should only take a second. Once complete, you will see a new icon on your desktop for the installed fxTrade application.
Ubuntu may not know the application and might need to confirm with you that it can be trusted:
And upon running for the first time, it may take a moment as the application grabs the latest files from Oanda's servers. Once it's done, you should be greeted with Oanda Desktop (fxTrade) asking you to login:
Enjoy!