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

Last updated: May 03,2024

1. Install "python3-atomicwrites" package

This guide covers the steps necessary to install python3-atomicwrites on Kali Linux

$ sudo apt update $ sudo apt install python3-atomicwrites

2. Uninstall "python3-atomicwrites" package

This tutorial shows how to uninstall python3-atomicwrites on Kali Linux:

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

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

Package: python3-atomicwrites
Source: python-atomicwrites
Version: 1.4.1-1
Installed-Size: 35
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 10428
SHA256: 1727087bfc2367508da0161aa4a2788dcf23f07bfa944c90dfe1691ef4e4d377
SHA1: 95240637c1190bfc2f8bab01e96e1afd40f23c56
MD5sum: c8bb2681feecf2740d4212754df08fba
Description: Atomic file writes - Python 3.x
It uses a temporary file in the same directory as the given path. This ensures
that the temporary file resides on the same filesystem.
The temporary file will then be atomically moved to the target location: On
POSIX, it will use rename if files should be overwritten, otherwise a
combination of link and unlink.
.
This package contains the Python 3.x module.
Description-md5:
Homepage: https://github.com/untitaker/python-atomicwrites
Section: python
Priority: optional
Filename: pool/main/p/python-atomicwrites/python3-atomicwrites_1.4.1-1_all.deb