How to Install and Uninstall python312-atomicwrites Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python312-atomicwrites" package

Please follow the instructions below to install python312-atomicwrites on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-atomicwrites

2. Uninstall "python312-atomicwrites" package

Learn how to uninstall python312-atomicwrites on openSuSE Tumbleweed:

$ sudo zypper remove python312-atomicwrites

3. Information about the python312-atomicwrites package on openSuSE Tumbleweed

Information for package python312-atomicwrites:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-atomicwrites
Version : 1.4.1-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 28.5 KiB
Installed : No
Status : not installed
Source package : python-atomicwrites-1.4.1-1.10.src
Upstream URL : https://github.com/untitaker/python-atomicwrites
Summary : Atomic file writes for Python
Description :
Atomic file writes for python3.
Features that distinguish it from other similar libraries:
- Race-free assertion that the target file doesn't yet exist. This can be
controlled with the 'overwrite' parameter.
- High-level API that wraps a very flexible class-based API.