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

Last updated: May 16,2024

1. Install "python39-atomicwrites" package

Here is a brief guide to show you how to install python39-atomicwrites on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-atomicwrites

2. Uninstall "python39-atomicwrites" package

This is a short guide on how to uninstall python39-atomicwrites on openSuSE Tumbleweed:

$ sudo zypper remove python39-atomicwrites

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

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