From 803bfc642067b1c4eb2a44912b81eb46b6e5f43e Mon Sep 17 00:00:00 2001 From: rtlsdrblog Date: Wed, 10 May 2023 22:54:37 +1200 Subject: [PATCH 1/2] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1825aa5..233178c 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Installation (Linux): ***NOTE*** If you previously installed librtlsdr-dev via the package manager you should remove this first BEFORE installing these drivers. To completely remove these drivers use the following commands -sudo apt purge librtlsdr* +sudo apt purge ^librtlsdr sudo rm -rvf /usr/lib/librtlsdr* /usr/include/rtl-sdr* /usr/local/lib/librtlsdr* /usr/local/include/rtl-sdr* /usr/local/include/rtl_* ***Now install the drivers*** From cd236acdc5246d97bc44fffd1dc3935f47e344b5 Mon Sep 17 00:00:00 2001 From: rtlsdrblog Date: Wed, 10 May 2023 22:58:27 +1200 Subject: [PATCH 2/2] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 233178c..d92f255 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ Installation (Linux): If you previously installed librtlsdr-dev via the package manager you should remove this first BEFORE installing these drivers. To completely remove these drivers use the following commands sudo apt purge ^librtlsdr -sudo rm -rvf /usr/lib/librtlsdr* /usr/include/rtl-sdr* /usr/local/lib/librtlsdr* /usr/local/include/rtl-sdr* /usr/local/include/rtl_* +sudo rm -rvf /usr/lib/librtlsdr* /usr/include/rtl-sdr* /usr/local/lib/librtlsdr* /usr/local/include/rtl-sdr* /usr/local/include/rtl_* /usr/local/bin/rtl_* ***Now install the drivers***