How to Install and Uninstall qtlockedfile-qt5.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 23,2024

1. Install "qtlockedfile-qt5.x86_64" package

Please follow the step by step instructions below to install qtlockedfile-qt5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install qtlockedfile-qt5.x86_64

2. Uninstall "qtlockedfile-qt5.x86_64" package

Please follow the instructions below to uninstall qtlockedfile-qt5.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove qtlockedfile-qt5.x86_64 $ sudo dnf autoremove

3. Information about the qtlockedfile-qt5.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:24:15 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : qtlockedfile-qt5
Version : 2.4
Release : 30.20150629git5a07df5.el8
Architecture : x86_64
Size : 37 k
Source : qtlockedfile-2.4-30.20150629git5a07df5.el8.src.rpm
Repository : epel
Summary : QFile extension with advisory locking functions (Qt5)
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.
: This is a special build against Qt5.