I would like to know what some specific package installs, for example, when installing ncurses, I have found that TAB key expands:
sudo apt-get install ncurses-
to show:
ncurses-base ncurses-doc ncurses-hexedit
ncurses-bin ncurses-examples ncurses-term
How could I know what, say, ncurses-term installs? I am interested mainly in programs (binaries and scripts), but libraries and any other filetypes could be useful too.
Command-line method, if possible, would be preferred (any others accepted too).
apt-filelisted the package's contents. Works on Debian testing and Ubuntu 13.10. – terdon Mar 16 '14 at 22:23