X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fshow_manually_installed.sh;fp=scripts%2Fsystem%2Fshow_manually_installed.sh;h=0db2cddac82fc059a026467610f5807eae7bb3c8;hb=7b39f7e279005c8466ef508220a532ce2aa4abf8;hp=0000000000000000000000000000000000000000;hpb=3fbd372b35b15a19fb171d5ae34294ff7b1e6485;p=feisty_meow.git diff --git a/scripts/system/show_manually_installed.sh b/scripts/system/show_manually_installed.sh new file mode 100644 index 00000000..0db2cdda --- /dev/null +++ b/scripts/system/show_manually_installed.sh @@ -0,0 +1,5 @@ + + +#gotten from http://askubuntu.com/questions/2389/generating-list-of-manually-installed-packages-and-querying-individual-packages + +comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n s/^Package: //p | sort -u)