How to Install and Uninstall libxslt-python Package on openSUSE Leap

Last updated: April 29,2024

1. Install "libxslt-python" package

In this section, we are going to explain the necessary steps to install libxslt-python on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libxslt-python

2. Uninstall "libxslt-python" package

In this section, we are going to explain the necessary steps to uninstall libxslt-python on openSUSE Leap:

$ sudo zypper remove libxslt-python

3. Information about the libxslt-python package on openSUSE Leap

Information for package libxslt-python:
---------------------------------------
Repository : Main Repository
Name : libxslt-python
Version : 1.1.32-3.8.28
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 145,0 KiB
Installed : No
Status : not installed
Source package : libxslt-python-1.1.32-3.8.28.src
Summary : Python Bindings for libxslt
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 parsing stylesheets. It uses the libxml2-python to
load and save XML and HTML files. Direct access to XPath and the XSLT
transformation context are possible. Thus it is possible to extend the
XSLT language with XPath functions written in Python.