How to Install and Uninstall python3-atomicwrites Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "python3-atomicwrites" package

This guide covers the steps necessary to install python3-atomicwrites on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-atomicwrites

2. Uninstall "python3-atomicwrites" package

This guide covers the steps necessary to uninstall python3-atomicwrites on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-atomicwrites package on Ubuntu 21.10 (Impish Indri)

Package: python3-atomicwrites
Architecture: all
Version: 1.4.0-2
Priority: optional
Section: universe/python
Source: python-atomicwrites
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 35
Depends: python3:any
Filename: pool/universe/p/python-atomicwrites/python3-atomicwrites_1.4.0-2_all.deb
Size: 10308
MD5sum: 7a6597e901df4b23181a6408d522c242
SHA1: c7c725627fae3ab5c15ef1a08787d28eebfac7bd
SHA256: 615e19b0794e4a8d85c8e900eb85eaa6250fca2a09dbd528d33d60c1e5a5bef8
SHA512: bcad71691888cf50f79d4f231e97cd55e09238909cf835cea0cd298a05892e382908f062716a949fa5d8835354a41f85a29b70322459db6384cfcb2b7843e218
Homepage: https://github.com/untitaker/python-atomicwrites
Description-en: 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: 0355be77609105406a9599657209e756
Task: ubuntustudio-audio