How to Install and Uninstall pystring.x86_64 Package on Fedora 35
Last updated: January 16,2025
1. Install "pystring.x86_64" package
Please follow the guidance below to install pystring.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
pystring.x86_64
Copied
2. Uninstall "pystring.x86_64" package
Please follow the guidance below to uninstall pystring.x86_64 on Fedora 35:
$
sudo dnf remove
pystring.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the pystring.x86_64 package on Fedora 35
Last metadata expiration check: 2:41:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : pystring
Version : 1.1.3
Release : 3.fc35
Architecture : x86_64
Size : 41 k
Source : pystring-1.1.3-3.fc35.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/
Available Packages
Name : pystring
Version : 1.1.3
Release : 3.fc35
Architecture : x86_64
Size : 41 k
Source : pystring-1.1.3-3.fc35.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/