How to Install and Uninstall qtlockedfile-qt5.x86_64 Package on Oracle Linux 9

Last updated: May 10,2024

1. Install "qtlockedfile-qt5.x86_64" package

This tutorial shows how to install qtlockedfile-qt5.x86_64 on Oracle Linux 9

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

2. Uninstall "qtlockedfile-qt5.x86_64" package

Please follow the guidance below to uninstall qtlockedfile-qt5.x86_64 on Oracle Linux 9:

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

3. Information about the qtlockedfile-qt5.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:29:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : qtlockedfile-qt5
Version : 2.4
Release : 30.20150629git5a07df5.el9
Architecture : x86_64
Size : 33 k
Source : qtlockedfile-2.4-30.20150629git5a07df5.el9.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.