How to Install and Uninstall qtlockedfile.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "qtlockedfile.x86_64" package

Please follow the step by step instructions below to install qtlockedfile.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qtlockedfile.x86_64

2. Uninstall "qtlockedfile.x86_64" package

This tutorial shows how to uninstall qtlockedfile.x86_64 on Fedora 34:

$ sudo dnf remove qtlockedfile.x86_64 $ sudo dnf autoremove

3. Information about the qtlockedfile.x86_64 package on Fedora 34

Last metadata expiration check: 5:31:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : qtlockedfile
Version : 2.4
Release : 34.20150629git5a07df5.fc34
Architecture : x86_64
Size : 33 k
Source : qtlockedfile-2.4-34.20150629git5a07df5.fc34.src.rpm
Repository : fedora
Summary : QFile extension with advisory locking functions
URL : http://doc.qt.digia.com/solutions/4/qtlockedfile/qtlockedfile.html
License : GPLv3 or LGPLv2 with exceptions
Description : This class extends the QFile class with inter-process file locking capabilities.
: If an application requires that several processes should access the same file,
: QtLockedFile can be used to easily ensure that only one process at a time is
: writing to the file, and that no process is writing to it while others are
: reading it.