dpkg
Debian Package Manager
Debian Package Manager
Check Package
Check Package
To list packages...
dpkg -l
To list files provided by a package...
dpkg -L package
To list files provided in a .deb file...
dpkg --contents package.deb
To show which package provides a file that exists on your system...
dpkg -S /path/to/file
Install Package
Install Package
sudo dpkg -i package.deb
Remove Package
Remove Package
sudo dpkg -r package.deb
Reconfigure Package
Reconfigure Package
sudo dpkg-reconfigure package
Bibliography
Bibliography
https://man7.org/linux/man-pages/man1/dpkg.1.htmlhttps://www.percona.com/blog/2020/01/02/how-to-create-your-own-repositories-for-packages/https://serverfault.com/questions/96964/list-of-files-installed-from-apt-packagehttps://askubuntu.com/questions/40779/how-do-i-install-a-deb-file-via-the-command-linehttps://help.ubuntu.com/kubuntu/desktopguide/C/manual-install.html