How to Install and Uninstall libpystring-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libpystring-dev" package

Learn how to install libpystring-dev on Kali Linux

$ sudo apt update $ sudo apt install libpystring-dev

2. Uninstall "libpystring-dev" package

This guide covers the steps necessary to uninstall libpystring-dev on Kali Linux:

$ sudo apt remove libpystring-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpystring-dev package on Kali Linux

Package: libpystring-dev
Source: pystring
Version: 1.1.4-1
Installed-Size: 37
Maintainer: Debian PhotoTools Maintainers
Architecture: amd64
Depends: libpystring0 (= 1.1.4-1)
Size: 6956
SHA256: 6e021906105e20d490378a1ccb8214e6ebcc6b1015e9962e33525a93fcbf87b6
SHA1: b509a068c38acf58c39e54a241a4a3ba2bf9139c
MD5sum: e089b13cb6a8596991be5c2991393dbd
Description: collection of C++ functions for Python's string class methods - development
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 headers.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/imageworks/pystring
Section: libdevel
Priority: optional
Filename: pool/main/p/pystring/libpystring-dev_1.1.4-1_amd64.deb