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

Last updated: January 12,2025

1. Install "python3-filelock.noarch" package

Please follow the guidelines below to install python3-filelock.noarch on Fedora 39

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

2. Uninstall "python3-filelock.noarch" package

Please follow the step by step instructions below to uninstall python3-filelock.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:49:45 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-filelock
Version : 3.12.2
Release : 1.fc39
Architecture : noarch
Size : 35 k
Source : python-filelock-3.12.2-1.fc39.src.rpm
Repository : fedora
Summary : A platform independent file lock
URL : https://github.com/tox-dev/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.