I installed a fresh new version of kali linux on my USB-Stick 32 gb.
That works fine, i got a persistence version of Kali with no problems.

After that i installed gqrx and gnuradio with
HTML Code:
#sudo apt-get install gqrx gnuradio

Now i receive this error message

HTML Code:
# gqrx
gqrx: error while loading shared libraries: libvolk.so.1.3: cannot open shared object file: No such file or directory

I searched the file with
HTML Code:
find -name '*libvolk.so*'
No answer from the CLI.


Then i did this

HTML Code:
# ldd /usr/bin/gqrx | grep libvolk
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found

apt-cache shows this

HTML Code:
# apt-cache show gqrx
Package: gqrx
Source: kali-meta
Version: 2018.2.1
Architecture: all
Maintainer: Raphaël Hertzog <[email protected]>
Installed-Size: 13
Depends: gqrx-sdr
Homepage: http://www.kali.org
Priority: optional
Section: metapackages
Filename: pool/main/k/kali-meta/gqrx_2018.2.1_all.deb
Size: 7256
SHA256: fe511cff9f80ea229f73a0df3111c082154899e2a49687c3fed345f197a17715
SHA1: 32bdd7099e181e14f05032ac5e511455ecf3aa39
MD5sum: f536d7f0d841b8d19c1bd7b13efdefe5
Description: Transitional package for gqrx-sdr
 This package is empty. It only depends on gqrx-sdr to ensure a sane
 upgrade path in Kali.
 .
 This package can be safely removed once gqrx-sdr has been installed.
Description-md5: 42e805d540d66df0a8c39fbb8c043eeb

Maybe libvolk.so.1.3. isn't found on my System, but synaptic says libvolk is completely installed.

HTML Code:
ldd /usr/bin/gqrx | grep libvolk
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found
    libvolk.so.1.3 => not found

My question now is how can i get the file libvolk.so.1.3 to run gqrx? I hope some of you pros can give me the answer.

with best regards
msfu