How to Install and Uninstall python3-libxslt.x86_64 Package on Fedora 36

Last updated: April 16,2024

1. Install "python3-libxslt.x86_64" package

Learn how to install python3-libxslt.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-libxslt.x86_64

2. Uninstall "python3-libxslt.x86_64" package

Please follow the step by step instructions below to uninstall python3-libxslt.x86_64 on Fedora 36:

$ sudo dnf remove python3-libxslt.x86_64 $ sudo dnf autoremove

3. Information about the python3-libxslt.x86_64 package on Fedora 36

Last metadata expiration check: 3:43:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-libxslt
Version : 1.1.37
Release : 1.fc36
Architecture : x86_64
Size : 56 k
Source : libxslt-1.1.37-1.fc36.src.rpm
Repository : updates
Summary : Python 3 bindings for libxslt
URL : https://gitlab.gnome.org/GNOME/libxslt
License : MIT
Description : The libxslt-python package contains a module that permits applications
: written in the Python programming language to use the interface
: supplied by the libxslt library to apply XSLT transformations.
:
: This library allows to parse sytlesheets, uses the libxml2-python
: to load and save XML and HTML files. Direct access to XPath and
: the XSLT transformation context are possible to extend the XSLT language
: with XPath functions written in Python.