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

Last updated: October 07,2024

1. Install "python3-flock.noarch" package

Please follow the steps below to install python3-flock.noarch on Fedora 34

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

2. Uninstall "python3-flock.noarch" package

Here is a brief guide to show you how to uninstall python3-flock.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:04:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-flock
Version : 0.1
Release : 23.fc34
Architecture : noarch
Size : 12 k
Source : python-flock-0.1-23.fc34.src.rpm
Repository : fedora
Summary : Flock object for with statement
URL : https://github.com/misli/python-flock
License : BSD
Description : Flock object uses fcntl.flock to lock (resp. unlock)
: file descriptor (fd) with operation (op)
: when entering (resp. leaving) runtime context related to it.