How to Install and Uninstall python3-tempdir.noarch Package on Fedora 36

Last updated: November 30,2024

1. Install "python3-tempdir.noarch" package

Please follow the instructions below to install python3-tempdir.noarch on Fedora 36

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

2. Uninstall "python3-tempdir.noarch" package

Please follow the guidance below to uninstall python3-tempdir.noarch on Fedora 36:

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

3. Information about the python3-tempdir.noarch package on Fedora 36

Last metadata expiration check: 0:13:02 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-tempdir
Version : 0.7.1
Release : 20.fc36
Architecture : noarch
Size : 13 k
Source : python-tempdir-0.7.1-20.fc36.src.rpm
Repository : fedora
Summary : Automatically manage temporary directories, based on tempfile.mkdtemp
URL : https://bitbucket.org/another_thomas/tempdir
License : MIT
Description :
: Having to manually manage temporary directories is annoying.
: So this class encapsulates temporary directories which just disappear after
: use, including contained directories and files.
: Temporary directories are created with tempfile.mkdtemp and thus safe from
: race conditions. Cleanup might not work on windows if files are still opened.