How do I get the prosaic description of a package using apt
? I tried both apt-cache show
and apt-cache showpkg
but no luck.
Using synaptic it's easy as typing the package name and the description is given by the standard view, but sometimes I'd prefer to just use apt-cache, for example from terminal.
apt-cache show
shows the package description int theDescription:
field. What else are you looking for? – enzotib Jun 19 '11 at 20:56apt-cache show
does exactly the thing I asked for. – Paolo Jun 19 '11 at 21:07