A week of Debian

grantm on 2003-07-04T09:41:54

Well, after a week of using Debian GNU/Linux as my workstation OS, I'd have to say things are going pretty well. I'm used to RedHat's RPM and up2date tools so I've had some adventures getting to grips with the Debian equivalents. Here are some of my findings that may save someone else pain:

  • Search for <pattern> in package names:
    apt-cache search <pattern>
  • Find which (installed) package owns <pathname>:
    dpkg -S <pathname>
  • List all files belonging to <package>:
    dpkg -L <package>
  • And to find which package to install to get a particular file, this link is handy.

Anyhow in between getting a bit of work done, I've managed to get my desktop looking the way I like it. Including installing this applet which gives me a menu of all the hosts I regularly SSH to (and it's written in Perl).