Skip to content
pol edited this page Jan 22, 2021 · 2 revisions

Ubuntu Ubuntu

Print out manually installed packages

comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)

Here you'll find all things i've learnt from linux thus far, enjoy!

Clone this wiki locally