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

Last updated: May 18,2024

1. Install "libmemcached.i686" package

Please follow the guidance below to install libmemcached.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libmemcached.i686

2. Uninstall "libmemcached.i686" package

This guide let you learn how to uninstall libmemcached.i686 on Fedora 34:

$ sudo dnf remove libmemcached.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:31:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libmemcached
Version : 1.0.18
Release : 22.fc34
Architecture : i686
Size : 137 k
Source : libmemcached-1.0.18-22.fc34.src.rpm
Repository : fedora
Summary : Client library and command line tools for memcached server
URL : http://libmemcached.org/
License : BSD
Description : libmemcached is a C/C++ client library and tools for the memcached server
: (http://memcached.org/). It has been designed to be light on memory
: usage, and provide full access to server side methods.
:
: It also implements several 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