From b2d4c5371896e0daaf10cdf2f5816372e11f7e53 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 23 May 2022 18:55:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'Cleanup=20linux=20kernel=20rc=20packa?= =?UTF-8?q?ges'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cleanup-linux-kernel-rc-packages.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cleanup-linux-kernel-rc-packages.md diff --git a/Cleanup-linux-kernel-rc-packages.md b/Cleanup-linux-kernel-rc-packages.md new file mode 100644 index 0000000..4f342f1 --- /dev/null +++ b/Cleanup-linux-kernel-rc-packages.md @@ -0,0 +1,10 @@ +``` +Then you can remove the old configuration files as well +Code: +dpkg --list |grep "^rc" +Code: +dpkg --list |grep "^rc" |cut -d " " -f3 +Code: +dpkg --list |grep "^rc" |cut -d " " -f3 |xargs sudo dpkg --purge +forgot that bit earlier +``` \ No newline at end of file