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

Last updated: May 19,2024

1. Install "python38-atomicwrites" package

Please follow the guidance below to install python38-atomicwrites on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-atomicwrites

2. Uninstall "python38-atomicwrites" package

This guide let you learn how to uninstall python38-atomicwrites on openSuSE Tumbleweed:

$ sudo zypper remove python38-atomicwrites

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

Information for package python38-atomicwrites:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-atomicwrites
Version : 1.4.0-1.9
Arch : noarch
Vendor : openSUSE
Installed Size : 30,8 KiB
Installed : No
Status : not installed
Source package : python-atomicwrites-1.4.0-1.9.src
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.