Created
July 13, 2014 15:01
-
-
Save Arkanosis/c504359fb5ebbf572a68 to your computer and use it in GitHub Desktop.
Get installed packages list
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 characters
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