Needs QT4, but QT4 is obsolete.
Ubuntu 20.04 install :
# add-apt-repository ppa:rock-core/qt4 # apt update # apt install qt4
Ubuntu 22.04 install :
# add-apt-repository ppa:ubuntuhandbook1/ppa # apt update # apt install qt4
To remove the PPA, run command:
# add-apt-repository --remove ppa:rock-core/qt4
Or remove the PPA for Ubuntu 22.04 using command:
# add-apt-repository --remove ppa:ubuntuhandbook1/ppa
To remove all Qt4 libraries, run command:
# apt remove --autoremove libqt4* libqtcore4 libqtgui4 libqtwebkit4 qt4*
In order to use the Funcube Dongle as regular user, you need to create a udev rule.
Create a udev file /etc/udev/rules.d/20-fcd.rules
containing:
SUBSYTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666" SYMLINK+="FCD"