How To Install beanstalk-client on Fedora 36
Introduction
In this tutorial we learn how to install beanstalk-client
on Fedora 36.
What is beanstalk-client
A C/C++ client library for the beanstalkd work queue.
We can use yum
or dnf
to install beanstalk-client
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install beanstalk-client.
Install beanstalk-client 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 beanstalk-client
using dnf
by running the following command:
sudo dnf -y install beanstalk-client
Install beanstalk-client 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 beanstalk-client
using yum
by running the following command:
sudo yum -y install beanstalk-client
How To Uninstall beanstalk-client on Fedora 36
To uninstall only the beanstalk-client
package we can use the following command:
sudo dnf remove beanstalk-client
beanstalk-client Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/6bb32219c35e7192cefa17ad723e61131aaed0
/usr/lib64/libbeanstalk.so.1
/usr/lib64/libbeanstalk.so.1.4.0
/usr/share/doc/beanstalk-client
/usr/share/doc/beanstalk-client/README.md
/usr/share/licenses/beanstalk-client
/usr/share/licenses/beanstalk-client/copyright
References
Summary
In this tutorial we learn how to install beanstalk-client
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install beanstalk-client on Fedora 36” linkTitle: “beanstalk-client” type: “docs” description: “In this tutorial we learn how to install beanstalk-client in Fedora 36. beanstalk-client is C/C++ client for the beanstalkd work queue” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/beanstalk-client-featured.png
Introduction
In this tutorial we learn how to install beanstalk-client
on Fedora 36.
What is beanstalk-client
A C/C++ client library for the beanstalkd work queue.
We can use yum
or dnf
to install beanstalk-client
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install beanstalk-client.
Install beanstalk-client 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 beanstalk-client
using dnf
by running the following command:
sudo dnf -y install beanstalk-client
Install beanstalk-client 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 beanstalk-client
using yum
by running the following command:
sudo yum -y install beanstalk-client
How To Uninstall beanstalk-client on Fedora 36
To uninstall only the beanstalk-client
package we can use the following command:
sudo dnf remove beanstalk-client
beanstalk-client Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/9e76764a84e33682f874e8a48abdf5be61760d
/usr/lib/libbeanstalk.so.1
/usr/lib/libbeanstalk.so.1.4.0
/usr/share/doc/beanstalk-client
/usr/share/doc/beanstalk-client/README.md
/usr/share/licenses/beanstalk-client
/usr/share/licenses/beanstalk-client/copyright
References
Summary
In this tutorial we learn how to install beanstalk-client
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).