Created
September 13, 2025 15:49
-
-
Save mhadidg/de4dda31c7f4ce473f325a1fabacf214 to your computer and use it in GitHub Desktop.
Revisions
-
mhadidg created this gist
Sep 13, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ apt-mark showmanual \ | sort -u \ | xargs -r -n1 sh -c \ 'LC_ALL=C aptitude -q=2 why "$0" 2>/dev/null | grep -q "Manually installed" && echo "$0"'