Michael Zoet wrote: > On the command line you can use: > > dpkg -l \*ldap\* > > The -l option is the same as "yum list ..." > hey, dpkg -l shows only installed packages, not all available! > When you find the package name you can do > > apt-get install <PACKAGE_NAME> > > i wonder why didn't you write dpkg -i <package_file> :D