How to Install and Uninstall pystring.i686 Package on Fedora 38
Last updated: November 28,2024
1. Install "pystring.i686" package
This guide covers the steps necessary to install pystring.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
pystring.i686
Copied
2. Uninstall "pystring.i686" package
This is a short guide on how to uninstall pystring.i686 on Fedora 38:
$
sudo dnf remove
pystring.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the pystring.i686 package on Fedora 38
Last metadata expiration check: 1:10:39 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : pystring
Version : 1.1.3
Release : 6.fc38
Architecture : i686
Size : 46 k
Source : pystring-1.1.3-6.fc38.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 : 6.fc38
Architecture : i686
Size : 46 k
Source : pystring-1.1.3-6.fc38.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/