$ apt-cache search keyword1 keyword2 ...

where keyword[0-9]+ may appear anywhere in a package's summary or description. the output is as follows:

package1 summary1

package2 summary2

package3 summary3

to see a package's full description:

$ apt-cache show package1 package2 ...

1