Wfview is a free and open source application to enhance your amateur radio experience for Linux, Windows and MacOS. Using wfview, you can control modern Icom ham radios and explore its features, including real-time spectrum analysis, live audio streaming, remote control capabilities, and broad compatibility with Icom transceivers. It supported USB serial connection and an OEM network connection (ethernet or wifi).
Download Wfview [Windows,Linux,MacOS]
How to install Wfview on Ubuntu
To install Wfview on your Ubuntu Linux system, open the terminal application and run below Wfview flatpak install command.
flatpak install flathub org.wfview.wfview
After the succesful installation of Wfview, you can open it using below command.
flatpak run org.wfview.wfview
Note: If you don’t already have flatpak and flathub installed, please install them on your system using the commands provided below. After the installation, please restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And uninstall it using below commands.
flatpak uninstallorg.wfview.wfview
[OR]
sudo flatpak uninstall org.wfview.wfview