2020-08-10 09:31:44 -04:00
|
|
|
// Status=edited
|
2015-05-27 23:50:08 +00:00
|
|
|
|
2021-02-02 14:36:07 +00:00
|
|
|
Debian, Ubuntu, and other Debian-based systems including Raspberry Pi OS:
|
2015-05-29 14:20:06 +00:00
|
|
|
|
2020-08-10 09:31:44 -04:00
|
|
|
NOTE: The project team release binary installer packages targeted for
|
|
|
|
one contemporary version of a Linux distribution. Although these may
|
|
|
|
work on newer Linux versions or even different distributions, it is
|
|
|
|
unlikely that they work on older versions. Check the notes provided
|
|
|
|
with the release for details of the targeted Linux distributions and
|
|
|
|
versions. If the binary package is not compatible with your Linux
|
|
|
|
distribution or version, you must build the application from sources.
|
2018-12-07 01:44:19 +00:00
|
|
|
|
2021-02-02 14:36:07 +00:00
|
|
|
* 32-bit Intel/AMD: {debian32}
|
2015-11-21 02:34:20 +00:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo dpkg -i wsjtx_{VERSION}_i386.deb
|
|
|
|
|
2021-02-02 14:36:07 +00:00
|
|
|
* 64-bit Intel/AMD: {debian64}
|
|
|
|
- To install:
|
2015-11-21 02:34:20 +00:00
|
|
|
+
|
|
|
|
[example]
|
2021-02-02 14:36:07 +00:00
|
|
|
sudo dpkg -i wsjtx_{VERSION}_amd64.deb
|
2015-11-21 02:34:20 +00:00
|
|
|
|
2021-02-02 14:36:07 +00:00
|
|
|
* 32-bit ARM hardware FP: {raspbian}
|
2015-11-21 02:34:20 +00:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
2021-02-02 14:36:07 +00:00
|
|
|
sudo dpkg -i wsjtx_{VERSION}_armhf.deb
|
2015-11-21 02:34:20 +00:00
|
|
|
|
2021-02-02 14:36:07 +00:00
|
|
|
* 64-bit ARM: {raspbian64}
|
2017-07-12 12:34:19 +00:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
2021-02-02 14:36:07 +00:00
|
|
|
sudo dpkg -i wsjtx_{VERSION}_arm64.deb
|
2017-07-12 12:34:19 +00:00
|
|
|
|
2021-02-02 14:36:07 +00:00
|
|
|
* Uninstall for any of the above platforms:
|
2015-11-21 02:34:20 +00:00
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo dpkg -P wsjtx
|
2015-05-29 14:20:06 +00:00
|
|
|
|
2017-07-14 15:33:27 +00:00
|
|
|
You may also need to execute the following command in a terminal:
|
2015-05-27 23:50:08 +00:00
|
|
|
|
2020-08-16 19:11:51 +01:00
|
|
|
....
|
2020-08-16 18:06:26 +01:00
|
|
|
sudo apt install libgfortran5 libqt5widgets5 libqt5network5 \
|
|
|
|
libqt5printsupport5 libqt5multimedia5-plugins libqt5serialport5 \
|
2020-11-16 13:14:51 +00:00
|
|
|
libqt5sql5-sqlite libfftw3-single3 libgomp1 libboost-all-dev \
|
|
|
|
libusb-1.0-0
|
2020-08-16 19:11:51 +01:00
|
|
|
....
|
2015-05-28 14:36:41 +00:00
|
|
|
|
2018-12-07 01:44:19 +00:00
|
|
|
Fedora, CentOS, Red Hat, and other rpm-based systems:
|
2015-05-27 23:50:08 +00:00
|
|
|
|
2015-05-29 14:20:06 +00:00
|
|
|
* 32-bit: {fedora32}
|
2015-11-21 02:34:20 +00:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo rpm -i wsjtx-{VERSION}-i686.rpm
|
2015-05-29 14:20:06 +00:00
|
|
|
|
2015-11-21 02:34:20 +00:00
|
|
|
* 64-bit: {fedora64}
|
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo rpm -i wsjtx-{VERSION}-x86_64.rpm
|
2015-05-29 14:20:06 +00:00
|
|
|
|
2021-02-02 14:36:07 +00:00
|
|
|
* Uninstall for either of the above platforms:
|
2015-11-21 02:34:20 +00:00
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo rpm -e wsjtx
|
2015-05-29 14:20:06 +00:00
|
|
|
|
2017-07-14 15:33:27 +00:00
|
|
|
You may also need to execute the following command in a terminal:
|
2015-05-27 23:50:08 +00:00
|
|
|
|
2020-08-16 19:11:51 +01:00
|
|
|
....
|
2020-08-16 18:06:26 +01:00
|
|
|
sudo dnf install libgfortran fftw-libs-single qt5-qtbase \
|
2020-08-16 19:50:34 +01:00
|
|
|
qt5-qtmultimedia qt5-qtserialport qt5-qtsvg \
|
2020-11-16 13:14:51 +00:00
|
|
|
qt5-qtserialport libgomp boost libusbx
|
2020-08-16 19:11:51 +01:00
|
|
|
....
|