dpkg-reconfigure

Reconfigure an already installed package. More information: <https://manpages.debian.org/latest/debconf/dpkg-reconfigure.8.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y debconf
Ubuntu
RUN apt-get update && \ apt-get install -y debconf
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y debconf
Fedora
RUN dnf install -y debconf
Raspbian
RUN apt-get update && \ apt-get install -y debconf
click the source code to copy install dpkg-reconfigure on any operating system with command-not-found.com