How to Install and Uninstall pystring.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "pystring.x86_64" package

Learn how to install pystring.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install pystring.x86_64

2. Uninstall "pystring.x86_64" package

Please follow the guidance below to uninstall pystring.x86_64 on CentOS Stream 9:

$ sudo dnf remove pystring.x86_64 $ sudo dnf autoremove

3. Information about the pystring.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:35:57 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : pystring
Version : 1.1.3
Release : 5.el9
Architecture : x86_64
Size : 41 k
Source : pystring-1.1.3-5.el9.src.rpm
Repository : epel
Summary : Collection of C++ functions emulating Python's string class methods
URL : https://github.com/imageworks/pystring
License : BSD
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/