rtl_sdr

Raw data recorder for RTL-SDR receivers. Data is encoded using I/Q sampling (aka quadrature sampling). More information: <https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr>.

Debian Debian
RUN apt-get update && \ apt-get install -y rtl-sdr
Ubuntu
RUN apt-get update && \ apt-get install -y rtl-sdr
Arch Arch Linux
RUN pacman -S --noconfirm rtl-sdr
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y rtl-sdr
Fedora
RUN dnf install -y rtl-sdr
Raspbian
RUN apt-get update && \ apt-get install -y rtl-sdr
click the source code to copy install rtl_sdr on any operating system with command-not-found.com