How to Install and Uninstall pystring.x86_64 Package on Oracle Linux 9
Last updated: January 12,2025
1. Install "pystring.x86_64" package
This tutorial shows how to install pystring.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
pystring.x86_64
Copied
2. Uninstall "pystring.x86_64" package
This is a short guide on how to uninstall pystring.x86_64 on Oracle Linux 9:
$
sudo dnf remove
pystring.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the pystring.x86_64 package on Oracle Linux 9
Last metadata expiration check: 0:24:45 ago on Thu Feb 15 07:50:05 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/
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/