How To Install libtool-ltdl on Fedora 36
Introduction
In this tutorial we learn how to install libtool-ltdl
on Fedora 36.
What is libtool-ltdl
The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a library that provides a consistent, portable interface which simplifies the process of using dynamic modules. These runtime libraries are needed by programs that link directly to the system-installed ltdl libraries; they are not needed by software built using the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
We can use yum
or dnf
to install libtool-ltdl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtool-ltdl.
Install libtool-ltdl on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libtool-ltdl
using dnf
by running the following command:
sudo dnf -y install libtool-ltdl
Install libtool-ltdl on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libtool-ltdl
using yum
by running the following command:
sudo yum -y install libtool-ltdl
How To Uninstall libtool-ltdl on Fedora 36
To uninstall only the libtool-ltdl
package we can use the following command:
sudo dnf remove libtool-ltdl
libtool-ltdl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/210ef0883fdc3f1d52bab5fccfc41bb97c14f2
/usr/lib64/libltdl.so.7
/usr/lib64/libltdl.so.7.3.1
/usr/share/licenses/libtool-ltdl
/usr/share/licenses/libtool-ltdl/COPYING.LIB
References
Summary
In this tutorial we learn how to install libtool-ltdl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libtool-ltdl on Fedora 36” linkTitle: “libtool-ltdl” type: “docs” description: “In this tutorial we learn how to install libtool-ltdl in Fedora 36. libtool-ltdl is Runtime libraries for GNU Libtool Dynamic Module Loader” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libtool-ltdl-featured.png
Introduction
In this tutorial we learn how to install libtool-ltdl
on Fedora 36.
What is libtool-ltdl
The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a library that provides a consistent, portable interface which simplifies the process of using dynamic modules. These runtime libraries are needed by programs that link directly to the system-installed ltdl libraries; they are not needed by software built using the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
We can use yum
or dnf
to install libtool-ltdl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtool-ltdl.
Install libtool-ltdl on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libtool-ltdl
using dnf
by running the following command:
sudo dnf -y install libtool-ltdl
Install libtool-ltdl on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libtool-ltdl
using yum
by running the following command:
sudo yum -y install libtool-ltdl
How To Uninstall libtool-ltdl on Fedora 36
To uninstall only the libtool-ltdl
package we can use the following command:
sudo dnf remove libtool-ltdl
libtool-ltdl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/4da9d2f82f7bcdce1ef9385926c19ef8af00dd
/usr/lib/libltdl.so.7
/usr/lib/libltdl.so.7.3.1
/usr/share/licenses/libtool-ltdl
/usr/share/licenses/libtool-ltdl/COPYING.LIB
References
Summary
In this tutorial we learn how to install libtool-ltdl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).