¿ªÔÆÌåÓý

Re: RPI-4 wsjt-x install problem


Jeff Palmer
 

Welcome to sourceforge.

This issue isn't your fault.? Sourceforge uses a script to help "load balance" downloads such as this, to be more efficient on their network.? That script is served as an html page, and the wget command you pasted, is just downloading that page.

replace the wget command above with:

wget???
which uses the direct download link from one of sourceforges mirrors.

follow the rest of the instructions as KM4ACK shows.? ?This should get you a legitimate binary.



On Tue, Oct 22, 2019 at 10:08 PM Hamilton Stewart <hms-llc@...> wrote:
BTW

Here is the script provided by KM4ACK;
Installing WSJTX on Buster.

Note: Any line that begins with "#" is only a comment and not intended to run. Actual commands are?bold

#from terminal run
#move to downloads directory
cd ~/Downloads
#download the WSJTX file
wget
#install the package
sudo dpkg -i wsjtx_2.1.0_armhf.deb
#The above will fail since it is missing? some dependencies. Below is a handy thing to remember?
sudo apt-get --fix-broken install
#install the package again now that dependencies are fixed
sudo dpkg -i wsjtx_2.1.0_armhf.deb
--
Hamilton K1HMS
Amherst, NH USA



--
Jeff Palmer
Palmer IT Consulting, LLC.

Join [email protected] to automatically receive all group messages.