Skip to content

Instantly share code, notes, and snippets.

@Arkanosis
Created July 13, 2014 15:01
Show Gist options
  • Select an option

  • Save Arkanosis/c504359fb5ebbf572a68 to your computer and use it in GitHub Desktop.

Select an option

Save Arkanosis/c504359fb5ebbf572a68 to your computer and use it in GitHub Desktop.
Get installed packages list
comm -23 <(aptitude search '~i!~M' -F '%p' | sort -u | sed 's/ *$//') <(wget -qO - http://cdimage.ubuntu.com/kubuntu/releases/12.04/release/kubuntu-12.04-dvd-amd64.manifest | cut -f1 | sort -u) >| ~/Documents/packages.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment