How To Install libqb on Fedora 36
Introduction
In this tutorial we learn how to install libqb
on Fedora 36.
What is libqb
A “Quite Boring” library that provides high-performance, reusable features for client-server architecture, such as logging, tracing, inter-process communication (IPC), and polling.
We can use yum
or dnf
to install libqb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libqb.
Install libqb on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libqb
using dnf
by running the following command:
sudo dnf -y install libqb
Install libqb on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libqb
using yum
by running the following command:
sudo yum -y install libqb
How To Uninstall libqb on Fedora 36
To uninstall only the libqb
package we can use the following command:
sudo dnf remove libqb
libqb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/77c7cd5e3a55dd5562ed9e0901bcb47074147a
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/2fadc79776df8164fe86b856538e5d50c36b2c
/usr/lib/libqb.so.100
/usr/lib/libqb.so.100.3.0
/usr/sbin/qb-blackbox
/usr/share/licenses/libqb
/usr/share/licenses/libqb/COPYING
/usr/share/man/man8/qb-blackbox.8.gz
References
Summary
In this tutorial we learn how to install libqb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libqb on Fedora 36” linkTitle: “libqb” type: “docs” description: “In this tutorial we learn how to install libqb in Fedora 36. libqb is Library providing high performance logging, tracing, ipc, and poll” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libqb-featured.png
Introduction
In this tutorial we learn how to install libqb
on Fedora 36.
What is libqb
A “Quite Boring” library that provides high-performance, reusable features for client-server architecture, such as logging, tracing, inter-process communication (IPC), and polling.
We can use yum
or dnf
to install libqb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libqb.
Install libqb on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libqb
using dnf
by running the following command:
sudo dnf -y install libqb
Install libqb on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libqb
using yum
by running the following command:
sudo yum -y install libqb
How To Uninstall libqb on Fedora 36
To uninstall only the libqb
package we can use the following command:
sudo dnf remove libqb
libqb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/3b12c24f44219097706f1dfc5cd244374c72d5
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2f9b2e1925fb1017e965827ac8c157ff088b88
/usr/lib64/libqb.so.100
/usr/lib64/libqb.so.100.3.0
/usr/sbin/qb-blackbox
/usr/share/licenses/libqb
/usr/share/licenses/libqb/COPYING
/usr/share/man/man8/qb-blackbox.8.gz
References
Summary
In this tutorial we learn how to install libqb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).