How to Install and Uninstall libxslt.i686 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "libxslt.i686" package

This guide let you learn how to install libxslt.i686 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libxslt.i686

2. Uninstall "libxslt.i686" package

This guide let you learn how to uninstall libxslt.i686 on AlmaLinux 9:

$ sudo dnf remove libxslt.i686 $ sudo dnf autoremove

3. Information about the libxslt.i686 package on AlmaLinux 9

Last metadata expiration check: 0:10:38 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libxslt
Version : 1.1.34
Release : 9.el9
Architecture : i686
Size : 256 k
Source : libxslt-1.1.34-9.el9.src.rpm
Repository : appstream
Summary : Library providing the Gnome XSLT engine
URL : http://xmlsoft.org/XSLT
License : MIT
Description : This C library allows to transform XML files into other XML files
: (or HTML, text, ...) using the standard XSLT stylesheet transformation
: mechanism. To use it you need to have a version of libxml2 >= 2.6.27
: installed. The xsltproc command is a command line interface to the XSLT engine