Unless you want to experiment with a candidate release that isn’t ready for the general public, it’s best to stick to the latest version that doesn’t end with “rc. " As of January 2023, the latest general availability release is version 2. 6. 0. [1] X Research source If you’ve already tried installing the package but are running into errors about missing libraries (including libgfortran5), skip to step 3, or install using using apt.

The versions with amd in their names will also work on Intel processors. [2] X Research source

The versions with amd in their names will also work on Intel processors. [2] X Research source

First, type sudo apt update and press Enter. Next, run the following commands: sudo apt install libgfortran5 libqt5widgets5 libqt5network5 sudo libqt5printsupport5 libqt5multimedia5-plugins libqt5serialport5 sudo apt install libqt5sql5-sqlite libfftw3-single3 libgomp1 libboost-all-dev sudo apt install libusb-1. 0-0 libportaudio2

When prompted, enter your password to install. To uninstall, use the command sudo dpkg -P wsjtx. If you’re running into installation problems, you can try compiling from source or using Software Manager instead.

While installing WSJT-X through Software Manager is the easiest installation method, there’s a chance you won’t be able to get the latest version. The developers of WSJT-X recommend downloading the official packages from their Sourceforge page to make sure you’re getting the most up-to-date version. [3] X Research source

While installing WSJT-X through Software Manager is the easiest installation method, there’s a chance you won’t be able to get the latest version. The developers of WSJT-X recommend downloading the official packages from their Sourceforge page to make sure you’re getting the most up-to-date version. [3] X Research source

The developers of WSJT-X recommend downloading the latest version from their Sourceforge repository. However, if your version of Linux Mint is up to date, you should have no problem installing WSJT-X from your distribution’s repository using apt. If you want a different version of WSJT-X, such as a beta release, you’ll want to download the DEB file directly from the developer’s Sourceforge repository or compiling from source code instead.

The developers of WSJT-X recommend downloading the latest version from their Sourceforge repository. However, if your version of Linux Mint is up to date, you should have no problem installing WSJT-X from your distribution’s repository using apt. If you want a different version of WSJT-X, such as a beta release, you’ll want to download the DEB file directly from the developer’s Sourceforge repository or compiling from source code instead.

Unless you want to experiment with a candidate release that isn’t ready for the general public, it’s best to stick to the latest version that doesn’t end with “rc. " As of January 2023, the latest general availability release is version 2. 6. 0. Click the version you want to install (such as wsjtx-2. 6. 0), then download the . tgz file. Save it to your home directory to keep things simple.

Type sudo apt update and press Enter to update the package list. Type sudo apt-get install -y build-essential gfortran autoconf automake libtool cmake git asciidoc texinfo and press Enter.

sudo apt install qtmultimedia5-dev libgfortran5 libqt5widgets5 libqt5network5 libqt5serialport5-dev qttools5-dev sudo apt install libqt5sql5-sqlite libfftw3-single3 libfftw3-dev libgomp1 libboost-all-dev libqt5multimedia5-plugins sudo apt install libusb-1. 0-0 libportaudio2 libreadline-dev libusb-1. 0-0-dev libudev-dev portaudio19-dev

In the directory that contains your . tgz file, type tar -xzvf filename. tgz, replacing filename. tgz with the name of the . tgz file. Press Enter. This creates a new directory with the same name as the . tgz file that contains the source code, e. g. , wsjtx-2. 6. 0. Type cd wsjtx-2. 6. 0 (replace the directory name if different) and press Enter to enter the directory.

Type mkdir build and press Enter. Type cd build and press Enter. You should now be in the directory called build, which is a subdirectory of wstjx-2. 6. 0.

Type cmake -DWSJT_SKIP_MANPAGES=ON -DWSJT_GENERATE_DOCS=OFF . . and press Enter. Type cmake –build and press Enter. Type sudo cmake –build . –target install and press Enter. Once installed, run the command sudo checkinstall to check the installation.