How to Install and Uninstall libpystring0 Package on Kali Linux

Last updated: May 11,2024

1. Install "libpystring0" package

Please follow the instructions below to install libpystring0 on Kali Linux

$ sudo apt update $ sudo apt install libpystring0

2. Uninstall "libpystring0" package

This guide covers the steps necessary to uninstall libpystring0 on Kali Linux:

$ sudo apt remove libpystring0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpystring0 package on Kali Linux

Package: libpystring0
Source: pystring
Version: 1.1.4-1
Installed-Size: 81
Maintainer: Debian PhotoTools Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 23484
SHA256: ff05af51e875eb4fcbe7869b4b56459bd02819bea3d566d2e7cef8562780d8e7
SHA1: 6762d8ec3d64a7559fcf2a7e0e72e67815a12557
MD5sum: 64f4d7eb3c38be0287998790289b93e1
Description: collection of C++ functions for Python's string class methods - runtime
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.
.
This package provides the shared libraries.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/imageworks/pystring
Section: libs
Priority: optional
Filename: pool/main/p/pystring/libpystring0_1.1.4-1_amd64.deb