I have a package installed on an Ubuntu machine, and I need to list the metadata of that installed package to determine where it came from.
On a Redhat based machine, "rpm -i [packagename]" will give me the information I need. What is the equivalent dpkg command to do this?