How to Install and Uninstall python3-volatile.noarch Package on Fedora 35
Last updated: November 14,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 35
$
sudo dnf update
Copied
$
sudo dnf install
python3-volatile.noarch
Copied
2. Uninstall "python3-volatile.noarch" package
This guide let you learn how to uninstall python3-volatile.noarch on Fedora 35:
$
sudo dnf remove
python3-volatile.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-volatile.noarch package on Fedora 35
Last metadata expiration check: 1:50:47 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-volatile
Version : 2.1.0
Release : 5.fc35
Architecture : noarch
Size : 14 k
Source : python-volatile-2.1.0-5.fc35.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+
Available Packages
Name : python3-volatile
Version : 2.1.0
Release : 5.fc35
Architecture : noarch
Size : 14 k
Source : python-volatile-2.1.0-5.fc35.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+