To see all packages installed in a Debian system, use
<code>
dpkg --get-selections
</code>

Use grep to narrow the list
<code>
dpkg --get-selections | grep transmission
</code>

To list the files and their locations for a package, use
<code>
dpkg -L transmission-common
</code>