resolvconf

Manage nameserver information. Acts as an intermediary between programs that supply nameserver information and applications that use this information. This tldr documents Debian's implementation of resolvconf. More information: <https://manned.org/resolvconf.8>.

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