How to Install and Uninstall python3-filelock.noarch Package on Oracle Linux 9
Last updated: November 29,2024
1. Install "python3-filelock.noarch" package
This is a short guide on how to install python3-filelock.noarch on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-filelock.noarch
Copied
2. Uninstall "python3-filelock.noarch" package
This guide covers the steps necessary to uninstall python3-filelock.noarch on Oracle Linux 9:
$
sudo dnf remove
python3-filelock.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-filelock.noarch package on Oracle Linux 9
Last metadata expiration check: 2:48:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-filelock
Version : 3.7.1
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : python-filelock-3.7.1-1.el9.src.rpm
Repository : epel
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.
Available Packages
Name : python3-filelock
Version : 3.7.1
Release : 1.el9
Architecture : noarch
Size : 24 k
Source : python-filelock-3.7.1-1.el9.src.rpm
Repository : epel
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.