On Sat, Mar 28, 2020 at 12:18 AM Ron White <ron.s.wh...@gmail.com> wrote:
> All, > > I feel that this can't be as complicated as I’m making it. I’ve been on > Ubuntu for a couple of years and just getting back into the Centos/RedHat > world again so i'm a little rusty with yum and it's repos. > > I'm running Centos 7 on an older laptop > > Memory: 3.3G > > Processor: AMD® A6-1450 apu with radeon(tm) hd graphics × 4 > > Graphics: AMD® Kabini > > OS Type: 64-bit > > I've made a couple of attempts to get WSJT-X installed but keep running > into problems. > > > 1. > > Download RPM file from > http://physics.princeton.edu/pulsar/K1JT/wsjtx.html > > http://physics.princeton.edu/pulsar/K1JT/wsjtx-2.1.2.x86_64.rpm > > > > $ sudo rpm -i wsjtx-2.1.2-devel-x86_64.rpm > This isn't going to solve all your problems more than likely. A lot of the packages on CentOS 7 are VERY old at this point. Unless you're really invested in your install, I would switch to CentOS 8. But this day in age there is almost NEVER a reason to run RPM directly. Especially for installing packages because it doesn't handle dependencies, just complains about them missing as you've seen. Also, you don't need to download the package first, yum can handle that for you. (Yes, it's still YUM on CentOS 7, on 8 it's DNF but there's a symlink to YUM so idt doesn't really matter.) $ sudo dnf install http://physics.princeton.edu/pulsar/K1JT/wsjtx.html http://physics.princeton.edu/pulsar/K1JT/wsjtx-2.1.2.x86_64.rpm Then you'll need to deal with any dependencies you don't have. You should have Fedora EPEL[1] installed at a minimum as I'm sure the official repos don't have hamlib. Thanks, Richard KF5OIM [1] https://fedoraproject.org/wiki/EPEL
_______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel