autoconf

Generate configuration scripts to automatically configure software source code packages. More information: <https://www.gnu.org/software/autoconf>.

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