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

Last updated: April 30,2024

1. Install "python2-atomicwrites" package

Learn how to install python2-atomicwrites on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-atomicwrites

2. Uninstall "python2-atomicwrites" package

In this section, we are going to explain the necessary steps to uninstall python2-atomicwrites on openSUSE Leap:

$ sudo zypper remove python2-atomicwrites

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

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