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

Last updated: October 10,2024

1. Install "qtlockedfile.x86_64" package

Please follow the guidelines below to install qtlockedfile.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install qtlockedfile.x86_64

2. Uninstall "qtlockedfile.x86_64" package

Learn how to uninstall qtlockedfile.x86_64 on Fedora 35:

$ sudo dnf remove qtlockedfile.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:09:59 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : qtlockedfile
Version : 2.4
Release : 35.20150629git5a07df5.fc35
Architecture : x86_64
Size : 33 k
Source : qtlockedfile-2.4-35.20150629git5a07df5.fc35.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.