How to Install and Uninstall python3-atomicwrites Package on openSUSE Leap

Last updated: May 03,2024

1. Install "python3-atomicwrites" package

Please follow the guidelines below to install python3-atomicwrites on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-atomicwrites

2. Uninstall "python3-atomicwrites" package

This guide let you learn how to uninstall python3-atomicwrites on openSUSE Leap:

$ sudo zypper remove python3-atomicwrites

3. Information about the python3-atomicwrites package on openSUSE Leap

Information for package python3-atomicwrites:
---------------------------------------------
Repository : Main Repository
Name : python3-atomicwrites
Version : 1.1.5-150000.3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 27.7 KiB
Installed : No
Status : not installed
Source package : python-atomicwrites-1.1.5-150000.3.2.1.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.