How to Install and Uninstall python3-atomicwrites.noarch Package on Fedora 36

Last updated: September 29,2024

1. Install "python3-atomicwrites.noarch" package

In this section, we are going to explain the necessary steps to install python3-atomicwrites.noarch on Fedora 36

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

2. Uninstall "python3-atomicwrites.noarch" package

This tutorial shows how to uninstall python3-atomicwrites.noarch on Fedora 36:

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

3. Information about the python3-atomicwrites.noarch package on Fedora 36

Last metadata expiration check: 5:04:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-atomicwrites
Version : 1.4.0
Release : 10.fc36
Architecture : noarch
Size : 21 k
Source : python-atomicwrites-1.4.0-10.fc36.src.rpm
Repository : fedora
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