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

Last updated: May 17,2024

1. Install "python3-filelock.noarch" package

This tutorial shows how to install python3-filelock.noarch on Fedora 34

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

2. Uninstall "python3-filelock.noarch" package

This guide let you learn how to uninstall python3-filelock.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:41:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-filelock
Version : 3.0.12
Release : 9.fc34
Architecture : noarch
Size : 22 k
Source : python-filelock-3.0.12-9.fc34.src.rpm
Repository : fedora
Summary : Documentation for filelock, A platform independent file lock
URL : https://github.com/benediktschmitt/py-filelock
License : Unlicense
Description : This package contains a single module, which implements a platform independent
: file locking mechanism for Python.
:
: The lock includes a lock counter and is thread safe. This means, when locking
: the same lock object twice, it will not block.