When viewing a package on the Ubuntu repositories (e.g. launchpad), there is usually only a sentence or two describing the package contents. Is there a place online to see more detail about package contents? Often, downloading a separate docs package is the only way I can get any more info.
Responding to a comment (and other posted answers): I would like something different from listing the file names, since my question is about understanding the technical functionality provided by various packages, for example, what versions of various standards the package implements or where to find the corresponding documentation.
apt-cache show bash
will show you the 3-paragraph description (as well as a bunch of metadata). You can see the same thing from inside any decent package manager, likeaptitude
. – Peter Cordes Nov 13 '18 at 21:24