How to Install and Uninstall libxslt-python.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "libxslt-python.x86_64" package

This guide covers the steps necessary to install libxslt-python.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libxslt-python.x86_64

2. Uninstall "libxslt-python.x86_64" package

Please follow the steps below to uninstall libxslt-python.x86_64 on Amazon Linux 2:

$ sudo yum remove libxslt-python.x86_64 $ sudo yum autoremove

3. Information about the libxslt-python.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libxslt-python
Arch : x86_64
Version : 1.1.28
Release : 6.amzn2
Size : 59 k
Repo : amzn2-core/2/x86_64
Summary : Python bindings for the libxslt library
URL : http://xmlsoft.org/XSLT/
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.