How to Install WSJT-X on Linux Mint (2023 Guide)


While many dream of setting up their own radio station to play their favorite tunes and become a popular radio disk jockey one day, others dream of being able to communicate across continents and find companions over the radio. For all amateur radio operators or people who want to learn about the various radio communication systems in general, Joe Taylor developed a free and open-source software known as WSJT-X in 2005. It implements amateur radio communication protocols to facilitate weak radio communications. In this article, we will show some easy steps on how to install WSJT-X on Linux Mint for weak signal communication.

Install WSJT-X on Linux Mint (2023)

Note: To demonstrate how to install WSJT-X, we have used Linux Mint 20.3 in this tutorial. But you can install this tool on all popular Linux distros, but as per our research, it works on Linux Mint 18.3 and above and Ubuntu 18.04 and above.

Prerequisites to Install WSJT-X on Linux

Before you can install WSJT-X for radio communication, let’s see what prerequisites you need to have:

  1. The latest version of any popular Linux distribution, preferably Linux Mint
  2. Any user with sudo privilege or root access to run commands to install the necessary tools
  3. Any package manager, preferably a cross-distro package manager like flatpak

Methods to Install WSJT-X on Linux Mint

There are multiple ways to install WSJT-X on Linux Mint, but we recommend you install it either using the apt or flatpak package manager.

Install Using APT Package Manager

Installing WSJT-X using the apt package manager is straightforward; generally, you get the latest stable version of the software using this method. Also, the software gets updated to the latest stable version whenever you update the whole system. Here’s how it works:

1. Open the Terminal from the start menu or use the keyboard shortcut “CTRL + ALT + T”.

2. Then, type the following command to update the system libraries to the latest version.

sudo apt update

updating the system using apt package manager

3. Then, run the command below to install WSJT-X. This will download all the latest packages required.

sudo apt install wsjtx

installing WSJT-X via apt package manager

4. Navigate to the start menu and open the application from there or type the following command in the terminal to start using WSJT-X on your Linux PC.

wsjtx

WSJT-X default page - Linux Mint

Install Using Flatpak Package Manager

1. The Flatpak method will work for most Linux distros, including Linux Mint. To install WSJT-X using Flatpak, use the below command:

flatpak install flathub edu.princeton.physics.WSJTX

Installing WSJT-X via flatpak

2. Once WSJT-X finishes installing, open the application from the Linux Mint start menu or type the following command in the terminal:

flatpak run flathub edu.princeton.physics.WSJTX

WSJT-X default page - Linux Mint

Download and Install from Official Site

1. Download the latest version of WSJT-X from its official download page using this link here, as per your distribution.

downloading the installer file

2. Then, open the terminal and navigate to the folder where you downloaded the package using the cd command. Then, use the following command to install it:

sudo dpkg -i wsjtx-2.6.1.deb

How to Install WSJT-X on Linux Mint

3. Next, open the application from the start menu or using the following command in the Terminal:

wsjtx

Install WSJT-X from the Source Code

Finally, if you wish to customize your WSJT-X installation on Linux Mint, you can use the source code. When you install it by compiling the source code, you have the freedom to customise it to any extent. We have explained the process in detail here:

1. First, install the required libraries with the following command:

sudo apt-get install -y asciidoctor libfftw3-dev qtdeclarative5-dev texinfo libqt5multimedia5 libqt5multimedia5-plugins qtmultimedia5-dev libusb-1.0.0-dev libqt5serialport5-dev asciidoc libudev-dev qttools5-dev-tools qttools5-dev libboost-tools-dev libboost-log-dev libboost-system-dev libboost-thread-dev libboost-dev libboost-thread-dev libboost-program-options-dev libboost-system-dev libboost-math-dev libboost-test-dev libboost-python-dev libboost-program-options-dev libboost-test-dev libeigen3-dev zlib1g-dev libbz2-dev liblzma-dev

downloading and installing the essential libraries

2. Download the WSJT-X source code from the official WSJT-X download page (visit).

downloading the source code

3. Now, navigate to the location where you have downloaded the source code using the cd command and extract it with the following command:

tar -xvzf wsjtx-2.6.1.tgz

decompressing the tar file

In the above command, the tar command is used to compress and decompress files. Here we are extracting the .tgz file with the options -x to specify we need to extract the from the file, -v to show information on every step taking place, -z to specify we are dealing with gzip file (the file is in tarball-gzip format) and finally -f to specify the filename to extract from. After extraction, a new folder will be created with the name wsjtx-2.6.1.

4. Then, switch over to the new WSJT-X folder in Linux Mint using the following command:

cd wsjtx-2.6.1

5. You will need a new folder to store all your build files are stored. You the following command to create a new folder and switch over to it:

mkdir build && cd build

5. Use the following commands to build (compile) the files. This step will take some time to finish depending on your system specifications.

cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF ../wsjtx-2.6.1

compiling the files

6. Once the above command finishes executing, use the command below to install WSJT-X from the compiled files. This will install the build application inside the /usr/local location.

sudo cmake --build . --target install

installing from the compiled files - WSJT-X linux mint

7. You can now finally launch the application from the start menu or the terminal by typing the following command:

wsjtx

How to Uninstall WSJT-X on Linux Mint

Uninstalling WSJT-X is simple using the apt command. The syntax to remove WSJT-X from your Linux distro using the APT package manager is as under:

sudo apt remove wsjtx

If you have installed WSJT-X using flatpak, paste this command in the Terminal to uninstall the tool:

flatpak remove edu.princeton.physics.WSJTX

Install and Uninstall WSJT-X on Linux Mint

WSJT-X is a fantastic software built for radio enthusiasts, complete with all the tools at their disposal. They can tinker with all the knobs and bells in the software and learn about various communication modes. Moreover, don’t be afraid of breaking things, as you can always reinstall the tool using this guide. I hope this article helped you install WSJT-X on Linux Mint or any other distros. If you face any issues during installation, do let us know in the comments section.

How to Install WSJT-X on Linux Mint (2023 Guide)

WSJT-X is a popular software application for amateur radio operators that enables communication with other radio operators using digital modes such as FT8, JT9, JT65, and WSPR. It is available for Windows, Mac, and Linux operating systems.

In this guide, we will show you how to install WSJT-X on Linux Mint 2023. We will also cover how to configure the software and get it up and running.

Prerequisites

  • A computer running Linux Mint 2023
  • An internet connection
  • An amateur radio transceiver

Step 1: Download the Software

The first step is to download the software. You can find the latest version of WSJT-X on the official website: https://physics.princeton.edu/pulsar/k1jt/wsjtx.html

Once you have downloaded the software, you can extract the files to a folder on your computer.

Step 2: Install the Software

Once you have extracted the files, you can install the software by running the following command in a terminal window:

sudo apt install ./wsjtx_2.3.0_amd64.deb

This will install the software on your system. Once the installation is complete, you can launch the software by typing the following command in a terminal window:

wsjtx

Step 3: Configure the Software

Once you have launched the software, you will need to configure it. You can do this by clicking on the “Settings” tab in the top menu bar. Here, you can configure the software to work with your transceiver and set up your preferences.

Step 4: Start Using WSJT-X

Once you have configured the software, you can start using it. You can use the software to communicate with other radio operators using digital modes such as FT8, JT9, JT65, and WSPR.

Conclusion

In this guide, we have shown you how to install and configure WSJT-X on Linux Mint 2023. We have also covered how to start using the software to communicate with other radio operators using digital modes. We hope you have found this guide helpful.

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

Contact
San Vito Al Tagliamento 33078
Pordenone Italy
Item added to cart.
0 items - 0.00
Open chat
Scan the code
Hello 👋
Can we help you?