dpkg
HOWTO: Use dpkg to Install .deb Files
Install
To install a .deb
file, become root and use the command:
dpkg -i filename.deb
Remove
dpkg -r <package name>
Other
dpkg
can also be used to:
dpkg -unpack
: unpacks the file but does not install itdpkg -configure
: presents whatever configuration options are available for the package.