macOS
brew install libtoollocal Homebrew formula metadata
sudo port install libtoolMacPorts ports tree · devel/libtool/Portfile · 来源: api.github.com
安装
brew install libtoollocal Homebrew formula metadata
sudo port install libtoolMacPorts ports tree · devel/libtool/Portfile · 来源: api.github.com
sudo apk add libtoolAlpine Linux edge package indexes · libtool · 来源: dl-cdn.alpinelinux.org
sudo apt install libtoolDebian stable package indexes · libtool · 来源: deb.debian.org
sudo dnf install libtoolFedora Rawhide package metadata · libtool · 来源: dl.fedoraproject.org
nix profile install nixpkgs#libtoolnixpkgs package indexes · libtool · 来源: raw.githubusercontent.com
sudo pacman -S libtoolArch Linux sync databases · libtool · 来源: geo.mirror.pkgbuild.com
sudo zypper install libtoolopenSUSE Tumbleweed package metadata · libtool · 来源: download.opensuse.org
概览
Generic library support script
历史
GNU Libtool is the GNU portable library tool: a shell-script based layer that hides the platform-specific details of building, linking, installing, and loading shared libraries behind a consistent interface.
The Libtool manual describes the project as a response to a mid-1990s portability problem in GNU packages: shared-library support mattered, but each Unix and Unix-like platform had different compiler flags, linker behavior, filename conventions, runtime search paths, and dynamic loading rules. Libtool standardized those mechanics for package authors and was designed to integrate with Autoconf and Automake while remaining usable outside the GNU build system.
By 1999, Libtool 1.3 had added maintainers, a GNU-hosted home page, portable dlopen support through libltdl, convenience archives, export-symbol controls, and many platform fixes. The old GNU news page also notes that March 15, 1999 was treated by the team as Libtool's third birthday, placing the project origin in March 1996.
Libtool became a standard part of Autotools-era source distributions, especially for C and C++ libraries that needed to build both static and shared artifacts across GNU/Linux, BSD systems, commercial Unix variants, Cygwin, and macOS/Darwin. Its adoption is visible less as a user-facing application than as generated build infrastructure embedded in countless source tarballs.
On macOS through Homebrew, GNU Libtool is installed with prefixed executable names such as glibtool and glibtoolize to avoid colliding with Apple's system libtool command.
Package maintainers use libtool through make rules, Autoconf macros, and libtoolize-generated support files. End users usually encounter it indirectly when compiling source packages: it creates libtool object files, links libtool archives, manages PIC/non-PIC builds, and emits platform-specific install or runtime-linking commands.
Libtool is package-nerd famous because it solved a real portability mess and also became a recognizable source of noisy build logs, relinking steps, .la files, and platform edge cases. Understanding it explains a large slice of classic Unix packaging, Autotools conventions, and why Homebrew exposes GNU Libtool as glibtool.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
glibtool | cli | 全局可执行文件 | |
glibtoolize | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://www.gnu.org/software/libtool/
安装元数据
| 软件包键 | brew:libtool |
|---|---|
| 版本 | 2.5.4 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/libtool |
| 主页 | https://www.gnu.org/software/libtool/ |
| 仓库 | https://git.savannah.gnu.org/cgit/libtool.git |
| 上游文档 | https://www.gnu.org/software/libtool |
| 许可证 | GPL-2.0-or-later |
| 源码归档 | https://ftpmirror.gnu.org/gnu/libtool/libtool-2.5.4.tar.xz |
| 最后更新 | 2026-06-22T14:05:23-07:00 |
| Pulse | updated |
| 依赖 | m4 |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sequoia, sonoma, tahoe, ventura, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | All commands have been installed with the prefix "g". If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH from your bashrc like: PATH="$HOMEBREW_PREFIX/opt/libtool/libexec/gnubin:$PATH" |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libtool |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
libltdl-dev 2.5.4-4
System independent dlopen wrapper for GNU libtool (headers)
https://www.gnu.org/software/libtool/
sudo apt install libltdl-devlibltdl7 2.5.4-4
System independent dlopen wrapper for GNU libtool
https://www.gnu.org/software/libtool/
sudo apt install libltdl7libtool 2.5.4-4
Generic library support script
https://www.gnu.org/software/libtool/
sudo apt install libtoollibtool-bin 2.5.4-4
Generic library support script (libtool binary)
https://www.gnu.org/software/libtool/
sudo apt install libtool-binlibtool-doc 2.5.4-4
Generic library support script (documentation)
https://www.gnu.org/software/libtool/
sudo apt install libtool-doclibtool
nix profile install nixpkgs#libtoollibltdl-dev 2.4.7-7build1
System independent dlopen wrapper for GNU libtool (headers)
https://www.gnu.org/software/libtool/
sudo apt install libltdl-devlibltdl7 2.4.7-7build1
System independent dlopen wrapper for GNU libtool
https://www.gnu.org/software/libtool/
sudo apt install libltdl7libtool 2.4.7-7build1
Generic library support script
https://www.gnu.org/software/libtool/
sudo apt install libtoollibtool-bin 2.4.7-7build1
Generic library support script (libtool binary)
https://www.gnu.org/software/libtool/
sudo apt install libtool-binlibtool-doc 2.4.7-7build1
Generic library support script (documentation)
https://www.gnu.org/software/libtool/
sudo apt install libtool-doclibltdl 2.6.0-r1
Runtime libraries for GNU Libtool Dynamic Module Loader
https://www.gnu.org/software/libtool/
sudo apk add libltdllibltdl-static 2.6.0-r1
Generic library support script (static library)
https://www.gnu.org/software/libtool/
sudo apk add libltdl-staticlibtool 2.6.0-r1
Generic library support script
https://www.gnu.org/software/libtool/
sudo apk add libtoollibtool-doc 2.6.0-r1
Generic library support script (documentation)
https://www.gnu.org/software/libtool/
sudo apk add libtool-doclibtool 2.5.4-10.fc44
The GNU Portable Library Tool
http://www.gnu.org/software/libtool/
sudo dnf install libtool来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.