On Wed, 13 Feb 2002, Curtis Vaughan wrote: > On Wednesday 13 February 2002 15:14, Scott Henson wrote: > > On Wed, 2002-02-13 at 18:07, Curtis Vaughan wrote: > > > What is the sources structure I need to type in my sources.list file for > > > that? i.e., > > > deb ftp://ftp.debian.org/debian stable main non-free contrib > > > > I think you need to point to testing. If you are running stable I would > > personally put the testing sources in your sources.list file and then do > > an apt-get update && apt-get install gaim Then I would remove the > > testing sources and do an apt-get update > > the proper sources.list entry is: > > deb ftp://ftp.debian.org/debian testing main non-free contrib > > Right, I did what you said, but now I can't figure out how to run it. What's > the command line?
The name of the binary is "gaim". You can see what a package installs on your box by typing: dpkg -L <package name> Example: # dpkg -L gaim