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

Last updated: October 06,2024

1. Install "slibtool.x86_64" package

This tutorial shows how to install slibtool.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install slibtool.x86_64

2. Uninstall "slibtool.x86_64" package

This guide let you learn how to uninstall slibtool.x86_64 on Fedora 34:

$ sudo dnf remove slibtool.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:40:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : slibtool
Version : 0.5.28
Release : 6.fc34
Architecture : x86_64
Size : 24 k
Source : slibtool-0.5.28-6.fc34.src.rpm
Repository : fedora
Summary : A skinny libtool implementation, written in C
URL : http://git.midipix.org/cgit.cgi/slibtool
License : MIT
Description : 'slibtool' is an independent reimplementation of the widely used libtool,
: written in C. 'slibtool' is designed to be a clean, fast, easy-to-use
: libtool drop-in replacement, and is accordingly aimed at package authors,
: distro developers, and system integrators. 'slibtool' maintains compatibility
: with libtool in nearly every aspect of the tool's functionality as well as
: semantics, leaving out (or turning into a no-op) only a small number of
: features that are no longer needed on modern systems.
:
: Being a compiled binary, and although not primarily written for the sake of
: performance, building a package with 'slibtool' is often faster than with its
: script-based counterpart. The resulting performance gain would normally vary
: between packages, and is most noticeable in builds that invoke libtool a large
: number of times, and which are characterized by the short compilation duration
: of individual translation units.