For Debian derivatives (such as Ubuntu)
A
.deb file contains
- the files that are needed to run an application (
dpkg -c pkg.deb) and
- additional data such as dependencies on other packages (
dpkg -I pkg.deb).
On Ubuntu, a .deb file is apparently installed like so
dpkg -i file.deb