How to Install and Uninstall pystring.x86_64 Package on Fedora 34

Last updated: May 10,2024

1. Install "pystring.x86_64" package

This is a short guide on how to install pystring.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pystring.x86_64

2. Uninstall "pystring.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pystring.x86_64 on Fedora 34:

$ sudo dnf remove pystring.x86_64 $ sudo dnf autoremove

3. Information about the pystring.x86_64 package on Fedora 34

Last metadata expiration check: 5:34:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : pystring
Version : 1.1.3
Release : 2.fc34
Architecture : x86_64
Size : 41 k
Source : pystring-1.1.3-2.fc34.src.rpm
Repository : fedora
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/