Here's a few methods to determine useful information regarding install packages, files and applications on a Ubuntu Linux system.
List installed software: dpkg -l
... or ... dpkg --get-selections
Find the package(s) that include a specific file: dpkg -S <filename>
Example: dpkg -S top
List files installed from a package: dpkg -L <packagename>