How To Install libmemcached-awesome-tools on Fedora 36

In this tutorial we learn how to install libmemcached-awesome-tools in Fedora 36. libmemcached-awesome-tools is libmemcached-awesome tools

Introduction

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

What is libmemcached-awesome-tools

This package contains the libmemcached-awesome command line tools memaslap Load testing and benchmarking a server memcapable Checking a Memcached server capibilities and compatibility memcat Copy the value of a key to standard output memcp Copy data to a server memdump Dumping your server memerror Translate an error code to a string memexist Check for the existance of a key memflush Flush the contents of your servers memparse Parse an option string memping Test to see if a server is available. memrm Remove a key(s) from the server memslap Generate testing loads on a memcached cluster memstat Dump the stats of your servers to standard output memtouch Touches a key

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

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

sudo dnf -y install libmemcached-awesome-tools

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

sudo yum -y install libmemcached-awesome-tools

How To Uninstall libmemcached-awesome-tools on Fedora 36

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

sudo dnf remove libmemcached-awesome-tools

libmemcached-awesome-tools Package Contents on Fedora 36

/usr/bin/memaslap
/usr/bin/memcapable
/usr/bin/memcat
/usr/bin/memcp
/usr/bin/memdump
/usr/bin/memerror
/usr/bin/memexist
/usr/bin/memflush
/usr/bin/memparse
/usr/bin/memping
/usr/bin/memrm
/usr/bin/memslap
/usr/bin/memstat
/usr/bin/memtouch
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/b5023920eafcd67b73c0a3cd581a2a0a18af51
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/267b7943a257a711aa40e955dc38732b2f1295
/usr/lib/.build-id/82
/usr/lib/.build-id/82/39854d12011adb9c2d818403ecbd8dee7056ec
/usr/lib/.build-id/96
/usr/lib/.build-id/96/cea76c722251830a45d5f96e13682cd9d89e34
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/c81c7fe753760f976cf7e5e5fc31cea0d2db6b
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/22bff1b43c5f1605bc0c53c7fe448ccad60d63
/usr/lib/.build-id/af
/usr/lib/.build-id/af/31c988d1cf2c3fd9e1b8207c52653df67fe0ab
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/5faabe288ce9b60109483249f9653b6945e8d5
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/fbc0b8f3a75b9da4912af2c934d5e528f0a66f
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/bf74eb89342bfab94c01ed652a414e01a170db
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/018da40eff17eee2fc0c3626fce2eb0d5f736d
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/fd80255279c2900aa78614afbc4b022c5e8836
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/839fafab509ad23178aba3e907f30f788a55a6
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/051b547a482c4fbe0bf7d48b94f7cdc1eb954e
/usr/share/man/man1/memaslap.1.gz
/usr/share/man/man1/memcapable.1.gz
/usr/share/man/man1/memcat.1.gz
/usr/share/man/man1/memcp.1.gz
/usr/share/man/man1/memdump.1.gz
/usr/share/man/man1/memerror.1.gz
/usr/share/man/man1/memexist.1.gz
/usr/share/man/man1/memflush.1.gz
/usr/share/man/man1/memparse.1.gz
/usr/share/man/man1/memping.1.gz
/usr/share/man/man1/memrm.1.gz
/usr/share/man/man1/memslap.1.gz
/usr/share/man/man1/memstat.1.gz
/usr/share/man/man1/memtouch.1.gz

References

Summary

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