Click to See Complete Forum and Search --> : searching descriptions of programs


lugoteehalt
01-27-2005, 08:48 AM
Using dselect you can only search the names of programs. How can the descriptions also be searched?

Sorry if cretinous. Thanks any help.:)

hard candy
01-27-2005, 09:04 AM
You could try "whatis nameofprogram". And if you are not sure of the name, "apropos name of function (like gzip for example)"
$ apropos gzip
gzip (1) - compress or expand files
zforce (1) - force a '.gz' extension on all gzip files

mrBen
01-27-2005, 09:36 AM
If you're running apt (which presumably you are, given that you have deselect), then apt-cache search <searchterm> will search both names and descriptions.

Sepero
01-27-2005, 11:28 AM
Originally posted by lugoteehalt
Using dselect you can only search the names of programs. How can the descriptions also be searched?Hey man, stop breaking your neck with that program. Get aptitude.

Sgood1971
01-27-2005, 03:12 PM
Originally posted by mrBen
If you're running apt (which presumably you are, given that you have deselect), then apt-cache search <searchterm> will search both names and descriptions.

Also, apt-cache show <searchterm> will show more information.

lugoteehalt
02-01-2005, 02:38 PM
Huge thanks all. It's solved then.:)