Files
WSJT-X/doc/user_guide/en/install-linux.adoc
T

76 lines
1.6 KiB
Plaintext
Raw Normal View History

2015-05-27 23:50:08 +00:00
// Status=review
Debian, Ubuntu, and other Debian-based systems including Raspbian:
2018-12-07 01:44:19 +00:00
NOTE: The project team release binary installer packages for Linux
when a new _WSJT-X_ release is announced, note that these are built to
target one contemporary version of a Linux distribution. Although
these may work on newer Linux versions or even different
distributions, it is unlikely that they will 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.
* 32-bit: {debian32}
2015-11-21 02:34:20 +00:00
- To install:
+
[example]
sudo dpkg -i wsjtx_{VERSION}_i386.deb
- Uninstall:
+
[example]
sudo dpkg -P wsjtx
* 64-bit: {debian64}
2015-11-21 02:34:20 +00:00
- To install:
+
[example]
sudo dpkg -i wsjtx_{VERSION}_amd64.deb
2019-07-16 15:44:44 +01:00
* 32-bit: {raspbian}
- To install:
+
[example]
sudo dpkg -i wsjtx_{VERSION}_armhf.deb
2015-11-21 02:34:20 +00:00
- Uninstall:
+
[example]
sudo dpkg -P wsjtx
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
2015-11-21 02:34:20 +00:00
[example]
2018-12-07 01:44:19 +00:00
sudo apt install libqt5multimedia5-plugins libqt5serialport5 libqt5sql5-sqlite libfftw3-single3
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
* 32-bit: {fedora32}
2015-11-21 02:34:20 +00:00
- To install:
+
[example]
sudo rpm -i wsjtx-{VERSION}-i686.rpm
2015-11-21 02:34:20 +00:00
- Uninstall:
+
[example]
sudo rpm -e wsjtx
2015-11-21 02:34:20 +00:00
* 64-bit: {fedora64}
- To install:
+
[example]
sudo rpm -i wsjtx-{VERSION}-x86_64.rpm
2015-11-21 02:34:20 +00:00
- Uninstall:
+
[example]
sudo rpm -e wsjtx
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
2015-11-21 02:34:20 +00:00
[example]
2017-07-14 15:33:27 +00:00
sudo dnf install fftw-libs-single qt5-qtmultimedia qt5-qtserialport