User Tools

Site Tools


list_installed_software_debian

This is an old revision of the document!


This will give you a list of software that was installed via command line;

comm -23 <(dpkg --get-selections | sed -n 's/\t\+install$//p'| sort) <(</var/lib/apt/extended_states awk -v RS= '/\nAuto-Installed: *1/{print$2}' | sort
list_installed_software_debian.1748968291.txt.gz · Last modified: by steve