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

Last updated: July 01,2024

1. Install "qtlockedfile.i686" package

In this section, we are going to explain the necessary steps to install qtlockedfile.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install qtlockedfile.i686

2. Uninstall "qtlockedfile.i686" package

Please follow the guidance below to uninstall qtlockedfile.i686 on Fedora 34:

$ sudo dnf remove qtlockedfile.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:18:08 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : qtlockedfile
Version : 2.4
Release : 34.20150629git5a07df5.fc34
Architecture : i686
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.