How to Install and Uninstall python3-atomicwrites.noarch Package on CentOS Stream 8

Last updated: January 19,2025

1. Install "python3-atomicwrites.noarch" package

This guide covers the steps necessary to install python3-atomicwrites.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-atomicwrites.noarch

2. Uninstall "python3-atomicwrites.noarch" package

Please follow the step by step instructions below to uninstall python3-atomicwrites.noarch on CentOS Stream 8:

$ sudo dnf remove python3-atomicwrites.noarch $ sudo dnf autoremove

3. Information about the python3-atomicwrites.noarch package on CentOS Stream 8

Last metadata expiration check: 5:58:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-atomicwrites
Version : 1.3.0
Release : 7.el8
Architecture : noarch
Size : 24 k
Source : python-atomicwrites-1.3.0-7.el8.src.rpm
Repository : epel
Summary : Python Atomic file writes on POSIX
URL : https://github.com/untitaker/python-atomicwrites
License : MIT
Description : This Python module provides atomic file writes on POSIX operating systems.
: It sports:
: * Race-free assertion that the target file doesn't yet exist
: * Windows support
: * Simple high-level API that wraps a very flexible class-based API