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

Last updated: September 28,2024

1. Install "python3-volatile.noarch" package

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

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

2. Uninstall "python3-volatile.noarch" package

Please follow the guidelines below to uninstall python3-volatile.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:26:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-volatile
Version : 2.1.0
Release : 3.fc34
Architecture : noarch
Size : 14 k
Source : python-volatile-2.1.0-3.fc34.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+