How to Install and Uninstall libpystring0_0 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "libpystring0_0" package

This guide covers the steps necessary to install libpystring0_0 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libpystring0_0

2. Uninstall "libpystring0_0" package

Please follow the instructions below to uninstall libpystring0_0 on openSUSE Leap:

$ sudo zypper remove libpystring0_0

3. Information about the libpystring0_0 package on openSUSE Leap

Information for package libpystring0_0:
---------------------------------------
Repository : Main Repository
Name : libpystring0_0
Version : 1.1.3-bp155.1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 64.2 KiB
Installed : No
Status : not installed
Source package : pystring-1.1.3-bp155.1.9.src
Upstream URL : https://github.com/imageworks/pystring
Summary : Collection of C++ functions emulating Python's string class methods
Description :
Pystring is a collection of C++ functions which match the interface and
behavior of Python's string class methods using std::string. Implemented in
C++, it does not require or make use of a Python interpreter. It provides
convenience and familiarity for common string operations not included in the
standard C++ library. It's also useful in environments where both C++ and
Python are used.
Overlapping functionality (such as index and slice/substr) of std::string is
included to match Python interfaces.
Originally developed at Sony Pictures Imageworks.
http://opensource.imageworks.com/