Skip to content

Instantly share code, notes, and snippets.

@jarulsamy
Created January 15, 2024 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarulsamy/cf13b67d660e87e50bd92c0f6f04899a to your computer and use it in GitHub Desktop.
Save jarulsamy/cf13b67d660e87e50bd92c0f6f04899a to your computer and use it in GitHub Desktop.
Installing FastX3 Client on Linux

Installing FastX3 Client on Linux

  1. Download the client tar bundle from here https://www.starnet.com/download/fastx-client

  2. Untar the file.

$ cd Downloads
$ tar -xvf FastX3-3.2.32.rhel7.x86_64.tar.gz
  1. Move the directory to /opt
mv FastX3-3.2.32.rhel7.x86_64/FastX3 /opt
  1. Create a desktop file within ~/.local/share/applications/FastX3.desktop
# ~/.local/share/applications/FastX3.desktop
[Desktop Entry]
Name=FastX3
Version=1.0
Type=Application
Terminal=false
Exec=/opt/FastX3/FastX3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment