dpkg - a tool to install, build, remove and manage Debian packages. dpkg-deb - Debian package archive (.deb) manipulation tool . dpkg-divert - override a package's version of a file . dpkg-maintscript-helper - works around known dpkg limitations in maintainer scripts . dpkg-query - show information about packages listed in the dpkg database.

software installation - How to reinstall dpkg - Ask Ubuntu dpkg -l | grep ii | awk '{print "apt-get --reinstall -y install", $2}' > /tmp/reinstall Now, install ucf which may be of importance to installation of kernel or others apt-get --reinstall install ucf 3 Command Line Tools to Install Local Debian (.DEB) Packages Sep 10, 2018

software installation - How to reinstall dpkg - Ask Ubuntu

To install a .deb package: dpkg -i filename.deb. where filename.deb is the name of the Debian package (such as pkgname_0.00-1_amd64.deb). The list of installed packages can be obtained with: dpkg -l [optional pattern] To remove an installed package: dpkg -r packagename Development tools See Where a Package is Installed on Ubuntu Dec 16, 2006

dpkg(1): package manager for Debian - Linux man page

Dec 16, 2006 dpkg_package resource - Chef