Mar 23 debian: installed packages

tags: debian packages | comments

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

blog comments powered by Disqus