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

Last updated: October 13,2024

1. Install "slibtool.x86_64" package

This guide covers the steps necessary to install slibtool.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install slibtool.x86_64

2. Uninstall "slibtool.x86_64" package

Please follow the instructions below to uninstall slibtool.x86_64 on Fedora 36:

$ sudo dnf remove slibtool.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:51:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : slibtool
Version : 0.5.28
Release : 8.fc36
Architecture : x86_64
Size : 24 k
Source : slibtool-0.5.28-8.fc36.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.