libtool

A generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface. More information: <https://www.gnu.org/software/libtool/manual/libtool.html#Invoking-libtool>.

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-bin
CentOS
RUN yum install -y libtool
Fedora
RUN dnf install -y libtool
Raspbian
RUN apt-get update && \ apt-get install -y libtool-bin
click the source code to copy install libtool on any operating system with command-not-found.com