How to Install and Uninstall python3-atomicwrites.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: January 12,2025
1. Install "python3-atomicwrites.noarch" package
This tutorial shows how to install python3-atomicwrites.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-atomicwrites.noarch
Copied
2. Uninstall "python3-atomicwrites.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-atomicwrites.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-atomicwrites.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-atomicwrites.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:06:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-atomicwrites
Version : 1.4.1
Release : 5.el9
Architecture : noarch
Size : 22 k
Source : python-atomicwrites-1.4.1-5.el9.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
:
: Python 3 version.
Available Packages
Name : python3-atomicwrites
Version : 1.4.1
Release : 5.el9
Architecture : noarch
Size : 22 k
Source : python-atomicwrites-1.4.1-5.el9.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
:
: Python 3 version.