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

Last updated: May 19,2024

1. Install "libfullock.i686" package

Please follow the instructions below to install libfullock.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libfullock.i686

2. Uninstall "libfullock.i686" package

This guide covers the steps necessary to uninstall libfullock.i686 on Fedora 34:

$ sudo dnf remove libfullock.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:03:58 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libfullock
Version : 1.0.39
Release : 1.fc34.1
Architecture : i686
Size : 83 k
Source : libfullock-1.0.39-1.fc34.1.src.rpm
Repository : fedora
Summary : Fast User Level LOCK (FULLOCK) library for C/C++
URL : https://github.com/yahoojapan/fullock
License : MIT
Description : fullock is an open-source software for user level lock library sup-
: ported by Yahoo! JAPAN. It runs on user level and provides two types
: lock. One is a shared reader/writer lock which has the same function-
: ality with pthread_rwlock. Another is a shared mutex lock which also
: has the same functionality with pthread_mutex.
:
: Here is primary fullock features:
:
: 1. fullock is a thread safety library which can be used for multi-
: processing as well as for multi-threading.
:
: 2. fullock releases a mutex lock safely even if a lock owner
: process exit with 0 in which case OS doesn't release the lock.
:
: 3. fullock provides a shared reader/writer lock. A lock owner
: thread can get another lock again without deadlock.
:
: Please visit our website and get more details at:
:
: https://github.com/yahoojapan/fullock