apt-get installでインストールしたパッケージに含まれるファイル一覧を表示させる

dpkg-query -L <package_name> を利用する。 UbuntuなどのDebian系のディストリビューションで利用可能。

# dpkg-query -L mecab    
/.
/usr
/usr/bin
/usr/bin/mecab
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/mecab.1.gz
/usr/share/doc
/usr/share/doc/mecab
/usr/share/doc/mecab/mecab.html
/usr/share/doc/mecab/changelog.Debian.gz
/usr/share/doc/mecab/copyright
/usr/share/doc/mecab/partial.html
/usr/share/doc/mecab/unk.html
/usr/share/doc/mecab/dic.html
/usr/share/doc/mecab/flow.png
/usr/share/doc/mecab/feature.png
/usr/share/doc/mecab/soft.html
/usr/share/doc/mecab/dic-detail.html
/usr/share/doc/mecab/libmecab.html
/usr/share/doc/mecab/learn.html
/usr/share/doc/mecab/result.png
/usr/share/doc/mecab/posid.html
/usr/share/doc/mecab/README.Debian
/usr/share/doc/mecab/README
/usr/share/doc/mecab/AUTHORS
/usr/share/doc/mecab/index.html
/usr/share/doc/mecab/bindings.html
/usr/share/doc/mecab/format.html
/usr/share/doc/mecab/feature.html
/usr/share/doc/mecab/mecab.css

参考

askubuntu.com