How to Install and Uninstall pystring.x86_64 Package on AlmaLinux 9

Last updated: June 28,2024

1. Install "pystring.x86_64" package

Please follow the step by step instructions below to install pystring.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install pystring.x86_64

2. Uninstall "pystring.x86_64" package

Here is a brief guide to show you how to uninstall pystring.x86_64 on AlmaLinux 9:

$ sudo dnf remove pystring.x86_64 $ sudo dnf autoremove

3. Information about the pystring.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:47:57 ago on Wed Mar 13 07:41:12 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/