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

Last updated: September 21,2024

1. Install "python3-volatile.noarch" package

This tutorial shows how to install python3-volatile.noarch on Fedora 38

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

2. Uninstall "python3-volatile.noarch" package

Please follow the steps below to uninstall python3-volatile.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:53:42 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-volatile
Version : 2.1.0
Release : 9.fc38
Architecture : noarch
Size : 15 k
Source : python-volatile-2.1.0-9.fc38.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+