2020-08-10 09:31:44 -04:00
|
|
|
// Status=edited
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2017-07-12 08:34:19 -04:00
|
|
|
Debian, Ubuntu, and other Debian-based systems including Raspbian:
|
2015-05-29 10:20:06 -04: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-06 20:44:19 -05:00
|
|
|
|
2015-05-29 10:20:06 -04:00
|
|
|
* 32-bit: {debian32}
|
2015-11-20 21:34:20 -05:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo dpkg -i wsjtx_{VERSION}_i386.deb
|
|
|
|
|
|
|
|
- Uninstall:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo dpkg -P wsjtx
|
|
|
|
|
2015-05-29 10:20:06 -04:00
|
|
|
* 64-bit: {debian64}
|
2015-11-20 21:34:20 -05:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo dpkg -i wsjtx_{VERSION}_amd64.deb
|
|
|
|
|
2019-07-16 10:44:44 -04:00
|
|
|
* 32-bit: {raspbian}
|
2017-07-12 08:34:19 -04:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo dpkg -i wsjtx_{VERSION}_armhf.deb
|
|
|
|
|
2015-11-20 21:34:20 -05:00
|
|
|
- Uninstall:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo dpkg -P wsjtx
|
2015-05-29 10:20:06 -04:00
|
|
|
|
2017-07-14 11:33:27 -04:00
|
|
|
You may also need to execute the following command in a terminal:
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2020-08-16 14:11:51 -04:00
|
|
|
....
|
2020-08-16 13:06:26 -04:00
|
|
|
sudo apt install libgfortran5 libqt5widgets5 libqt5network5 \
|
|
|
|
libqt5printsupport5 libqt5multimedia5-plugins libqt5serialport5 \
|
|
|
|
libqt5sql5-sqlite libfftw3-single3 libgomp1 libusb-1.0-0
|
2020-08-16 14:11:51 -04:00
|
|
|
....
|
2015-05-28 10:36:41 -04:00
|
|
|
|
2018-12-06 20:44:19 -05:00
|
|
|
Fedora, CentOS, Red Hat, and other rpm-based systems:
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2015-05-29 10:20:06 -04:00
|
|
|
* 32-bit: {fedora32}
|
2015-11-20 21:34:20 -05:00
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo rpm -i wsjtx-{VERSION}-i686.rpm
|
2015-05-29 10:20:06 -04:00
|
|
|
|
2015-11-20 21:34:20 -05:00
|
|
|
- Uninstall:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo rpm -e wsjtx
|
2015-05-29 10:20:06 -04:00
|
|
|
|
2015-11-20 21:34:20 -05:00
|
|
|
* 64-bit: {fedora64}
|
|
|
|
- To install:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo rpm -i wsjtx-{VERSION}-x86_64.rpm
|
2015-05-29 10:20:06 -04:00
|
|
|
|
2015-11-20 21:34:20 -05:00
|
|
|
- Uninstall:
|
|
|
|
+
|
|
|
|
[example]
|
|
|
|
sudo rpm -e wsjtx
|
2015-05-29 10:20:06 -04:00
|
|
|
|
2017-07-14 11:33:27 -04:00
|
|
|
You may also need to execute the following command in a terminal:
|
2015-05-27 19:50:08 -04:00
|
|
|
|
2020-08-16 14:11:51 -04:00
|
|
|
....
|
2020-08-16 13:06:26 -04:00
|
|
|
sudo dnf install libgfortran fftw-libs-single qt5-qtbase \
|
2020-08-16 14:50:34 -04:00
|
|
|
qt5-qtmultimedia qt5-qtserialport qt5-qtsvg \
|
|
|
|
qt5-qtserialport libgomp libusbx
|
2020-08-16 14:11:51 -04:00
|
|
|
....
|