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

Last updated: June 18,2024

1. Install "python310-atomicwrites" package

Please follow the guidelines below to install python310-atomicwrites on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-atomicwrites

2. Uninstall "python310-atomicwrites" package

Learn how to uninstall python310-atomicwrites on openSuSE Tumbleweed:

$ sudo zypper remove python310-atomicwrites

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

Information for package python310-atomicwrites:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.