How to Install and Uninstall libpystring0_0 Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "libpystring0_0" package
This tutorial shows how to install libpystring0_0 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
libpystring0_0
Copied
2. Uninstall "libpystring0_0" package
Please follow the guidelines below to uninstall libpystring0_0 on openSuSE Tumbleweed:
$
sudo zypper remove
libpystring0_0
Copied
3. Information about the libpystring0_0 package on openSuSE Tumbleweed
Information for package libpystring0_0:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libpystring0_0
Version : 1.1.3-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 76.2 KiB
Installed : No
Status : not installed
Source package : pystring-1.1.3-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/
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libpystring0_0
Version : 1.1.3-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 76.2 KiB
Installed : No
Status : not installed
Source package : pystring-1.1.3-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/