From d1a24162650a8cb64694ad52b7eeedf949767894 Mon Sep 17 00:00:00 2001 From: tengel Date: Wed, 20 Mar 2024 11:55:04 -0500 Subject: [PATCH] replace aptitude with apt --- Debian-Upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian-Upgrade.md b/Debian-Upgrade.md index f172590..1c690cb 100644 --- a/Debian-Upgrade.md +++ b/Debian-Upgrade.md @@ -11,7 +11,7 @@ apt-get full-upgrade apt-get autoremove --purge dpkg -l | grep -v ^ii -aptitude search "?installed?not(?narrow(?installed,?origin(^Debian$)?archive(^stable)))" +apt list '?narrow(?installed, ?not(?origin(Debian)))' apt-mark showmanual ```