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

Last updated: July 01,2024

1. Install "python311-atomicwrites" package

This tutorial shows how to install python311-atomicwrites on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-atomicwrites

2. Uninstall "python311-atomicwrites" package

Learn how to uninstall python311-atomicwrites on openSuSE Tumbleweed:

$ sudo zypper remove python311-atomicwrites

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

Information for package python311-atomicwrites:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-atomicwrites
Version : 1.4.1-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 29.4 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.