How to Install and Uninstall libtool.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "libtool.x86_64" package

Here is a brief guide to show you how to install libtool.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libtool.x86_64

2. Uninstall "libtool.x86_64" package

Learn how to uninstall libtool.x86_64 on Fedora 34:

$ sudo dnf remove libtool.x86_64 $ sudo dnf autoremove

3. Information about the libtool.x86_64 package on Fedora 34

Last metadata expiration check: 1:24:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libtool
Version : 2.4.6
Release : 40.fc34
Architecture : x86_64
Size : 579 k
Source : libtool-2.4.6-40.fc34.src.rpm
Repository : fedora
Summary : The GNU Portable Library Tool
URL : http://www.gnu.org/software/libtool/
License : GPLv2+ and LGPLv2+ and GFDL
Description : GNU Libtool is a set of shell scripts which automatically configure UNIX and
: UNIX-like systems to generically build shared libraries. Libtool provides a
: consistent, portable interface which simplifies the process of using shared
: libraries.
:
: If you are developing programs which will use shared libraries, but do not use
: the rest of the GNU Autotools (such as GNU Autoconf and GNU Automake), you
: should install the libtool package.
:
: The libtool package also includes all files needed to integrate the GNU
: Portable Library Tool (libtool) and the GNU Libtool Dynamic Module Loader
: (ltdl) into a package built using the GNU Autotools (including GNU Autoconf
: and GNU Automake).