Posts tagged with packages (1)

Mar23 debian: installed packages post author

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
Continue reading »