libtoolize

A tool used in the autotools build system to prepare a package for the use of libtool. It performs various tasks, including generating necessary files and directories to integrate libtool seamlessly into a project. More information: <https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtoolize>.

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