How to Install and Uninstall python3-volatile Package on Kali Linux

Last updated: May 10,2024

1. Install "python3-volatile" package

Please follow the step by step instructions below to install python3-volatile on Kali Linux

$ sudo apt update $ sudo apt install python3-volatile

2. Uninstall "python3-volatile" package

This guide covers the steps necessary to uninstall python3-volatile on Kali Linux:

$ sudo apt remove python3-volatile $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-volatile package on Kali Linux

Package: python3-volatile
Source: python-volatile
Version: 2.1.0-4
Installed-Size: 27
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 5488
SHA256: 250955269f3a13e523935dc582772dbe8d42108471e38cb4dbe6b1b6b0b84ece
SHA1: 802b60bcc5332ed483cd823e94b121d7753c0d19
MD5sum: a7e4c6780101c39cd33c47b2b9fe5efe
Description: small extension for the Python tempfile module
Volatile provides an alternative to tempfile.NamedTemporaryFile that does
not delete the file on close(), but instead unlinks it after the context
manager ends. It also supports temporary mkdtemp-based directories, and
temporary Unix domain sockets.
.
It does not support custom schemes or signatures beyond what the Python
Standard Library supports.
.
Volatile's API is documented in the comments of its source.
Description-md5:
Homepage: https://github.com/mbr/volatile
Section: python
Priority: optional
Filename: pool/main/p/python-volatile/python3-volatile_2.1.0-4_all.deb