How to Install and Uninstall libxslt.i686 Package on CentOS Stream 9

Last updated: October 14,2024

1. Install "libxslt.i686" package

Please follow the steps below to install libxslt.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libxslt.i686

2. Uninstall "libxslt.i686" package

This tutorial shows how to uninstall libxslt.i686 on CentOS Stream 9:

$ sudo dnf remove libxslt.i686 $ sudo dnf autoremove

3. Information about the libxslt.i686 package on CentOS Stream 9

Last metadata expiration check: 0:14:15 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libxslt
Version : 1.1.34
Release : 9.el9
Architecture : i686
Size : 258 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