RTL-SDR

multimon-ng

sudo apt-get install multimon-ng

source build

https://github.com/merbanan/rtl_433

git clone https://github.com/merbanan/rtl_433

gnuradio

sudo apt-get install gnuradio

SDRSharp

Old version under mono

sudo apt-get install librtlsdr0 librtlsdr-dev 

Wine

Using M$ .NET:

Download and install .NET 4.8 Offline installer

wine ndp48-x86-x64-allos-enu.exe

Mono

Linux installation:

sudo apt-get install mono-complete libportaudio2 librtlsdr0 librtlsdr-dev

Download latest wine-mono. I.e.: wine-mono-5.1.1-x86.msi Install it unde Wine:

wine msiexec /i ./wine-mono-5.1.1-x86.msi 

To uninstall it from Wine:

wine uninstaller

<code bash> ln -s shark.dll libshark.so mono SDRSharp.exe <code>

Issue to shark library found.

MONO_LOG_LEVEL=“debug” MONO_LOG_MASK=“dll” mono SDRSharp.exe