How to Install and Uninstall python3-filelock.noarch Package on Fedora 35
Last updated: March 01,2025
1. Install "python3-filelock.noarch" package
Here is a brief guide to show you how to install python3-filelock.noarch on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
python3-filelock.noarch
Copied
2. Uninstall "python3-filelock.noarch" package
Please follow the instructions below to uninstall python3-filelock.noarch on Fedora 35:
$
sudo dnf remove
python3-filelock.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-filelock.noarch package on Fedora 35
Last metadata expiration check: 2:15:05 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-filelock
Version : 3.3.1
Release : 2.fc35
Architecture : noarch
Size : 30 k
Source : python-filelock-3.3.1-2.fc35.src.rpm
Repository : updates
Summary : Documentation for filelock, 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.
Available Packages
Name : python3-filelock
Version : 3.3.1
Release : 2.fc35
Architecture : noarch
Size : 30 k
Source : python-filelock-3.3.1-2.fc35.src.rpm
Repository : updates
Summary : Documentation for filelock, 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.