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

Last updated: July 01,2024

1. Install "python3-tempdir.noarch" package

Learn how to install python3-tempdir.noarch on Fedora 34

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

2. Uninstall "python3-tempdir.noarch" package

Please follow the instructions below to uninstall python3-tempdir.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:29:20 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-tempdir
Version : 0.7.1
Release : 17.fc34
Architecture : noarch
Size : 13 k
Source : python-tempdir-0.7.1-17.fc34.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.