Mar 23 debian: installed packages
tags:
Listing installed packages in debian is easy, you list them with dpkg and then grep them:
$ dpkg --get-selections | grep git git-core install git-svn install gitk install
there you have my git installed packages