How To Install libmemcached-awesome on Fedora 36

In this tutorial we learn how to install libmemcached-awesome in Fedora 36. libmemcached-awesome is Client library and command line tools for memcached server

Introduction

In this tutorial we learn how to install libmemcached-awesome on Fedora 36.

What is libmemcached-awesome

libmemcached-awesome is a C/C++ client library and tools for the memcached server (https on memory usage, and provide full access to server side methods. This is a resurrection of the original work from Brian Aker at libmemcached.org.

We can use yum or dnf to install libmemcached-awesome on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmemcached-awesome.

Install libmemcached-awesome 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 libmemcached-awesome using dnf by running the following command:

sudo dnf -y install libmemcached-awesome

Install libmemcached-awesome 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 libmemcached-awesome using yum by running the following command:

sudo yum -y install libmemcached-awesome

How To Uninstall libmemcached-awesome on Fedora 36

To uninstall only the libmemcached-awesome package we can use the following command:

sudo dnf remove libmemcached-awesome

libmemcached-awesome Package Contents on Fedora 36

---
title: "How To Install libmemcached-awesome on Fedora 36"
linkTitle: "libmemcached-awesome"
type: "docs"
description: "In this tutorial we learn how to install libmemcached-awesome in Fedora 36. libmemcached-awesome is Client library and command line tools for memcached server"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmemcached-awesome-featured.png
---

## Introduction

In this tutorial we learn how to install `libmemcached-awesome` on Fedora 36.

### What is `libmemcached-awesome`

> libmemcached-awesome is a C/C++ client library and tools for the memcached server (https on memory usage, and provide full access to server side methods.  This is a resurrection of the original work from Brian Aker at libmemcached.org.  

We can use `yum` or `dnf` to install `libmemcached-awesome` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmemcached-awesome.

## Install libmemcached-awesome on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libmemcached-awesome using dnf by running the following command:

sudo dnf -y install libmemcached-awesome

Install libmemcached-awesome 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 libmemcached-awesome using yum by running the following command:

sudo yum -y install libmemcached-awesome

How To Uninstall libmemcached-awesome on Fedora 36

To uninstall only the libmemcached-awesome package we can use the following command:

sudo dnf remove libmemcached-awesome

libmemcached-awesome Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/ba9e542feefc5ac11b847c7011a1a8e30da4f5
/usr/lib/.build-id/58
/usr/lib/.build-id/58/d6adc821c379a8ec672638084f9830d7370cfb
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/993bbc6ff6d170f80c802c0abbb06b2f8d1672
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/84937ad5b67d9b1abe38b26af51e4c4b510784
/usr/lib/libhashkit.so.2
/usr/lib/libhashkit.so.2.0.0
/usr/lib/libmemcached.so.11
/usr/lib/libmemcached.so.11.0.0
/usr/lib/libmemcachedprotocol.so.0
/usr/lib/libmemcachedprotocol.so.0.0.0
/usr/lib/libmemcachedutil.so.2
/usr/lib/libmemcachedutil.so.2.0.0
/usr/share/licenses/libmemcached-awesome
/usr/share/licenses/libmemcached-awesome/LICENSE

References

Summary

In this tutorial we learn how to install libmemcached-awesome on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/22 /usr/lib/.build-id/22/3471361c58df42c153b9a8281c01952234eceb /usr/lib/.build-id/98 /usr/lib/.build-id/98/6e1c3b95c8770eac708664538ae79560b6b611 /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/1545e54e91a270707955410d0c70fcc426a522 /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/fea1707751d5276cfc8cc4d3d754f146e7c50a /usr/lib64/libhashkit.so.2 /usr/lib64/libhashkit.so.2.0.0 /usr/lib64/libmemcached.so.11 /usr/lib64/libmemcached.so.11.0.0 /usr/lib64/libmemcachedprotocol.so.0 /usr/lib64/libmemcachedprotocol.so.0.0.0 /usr/lib64/libmemcachedutil.so.2 /usr/lib64/libmemcachedutil.so.2.0.0 /usr/share/licenses/libmemcached-awesome /usr/share/licenses/libmemcached-awesome/LICENSE


## References

* [libmemcached-awesome website](https://github.com/awesomized/libmemcached)

## Summary

In this tutorial we learn how to install `libmemcached-awesome` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).