How to Install and Uninstall python3-volatile.noarch Package on Fedora 39

Last updated: January 15,2025

1. Install "python3-volatile.noarch" package

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

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

2. Uninstall "python3-volatile.noarch" package

This guide covers the steps necessary to uninstall python3-volatile.noarch on Fedora 39:

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

3. Information about the python3-volatile.noarch package on Fedora 39

Last metadata expiration check: 1:51:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-volatile
Version : 2.1.0
Release : 11.fc39
Architecture : noarch
Size : 15 k
Source : python-volatile-2.1.0-11.fc39.src.rpm
Repository : fedora
Summary : A small extension for the tempfile module
URL : https://github.com/mbr/volatile
License : MIT
Description : Temporary files and directories.
:
: Contains replacement for tempfile.NamedTemporaryFile that does not delete the
: file on close(), but still unlinks it after the context manager ends, as well as
: a mkdtemp-based temporary directory implementation.
:
: - Mostly reuses the stdlib implementations, supporting the same signatures.
: - Due to that, uses the OS’s built-in temporary file facilities, no custom
: schemes.
: - Tested on Python 2.6+ and 3.3+