How To Install libmemcached-libs on Rocky Linux 8
Introduction
In this tutorial we learn how to install libmemcached-libs
on Rocky Linux 8.
What is libmemcached-libs
This package contains the libmemcached libraries version 1.0.18.
We can use yum
or dnf
to install libmemcached-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libmemcached-libs.
Install libmemcached-libs on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libmemcached-libs
using dnf
by running the following command:
sudo dnf -y install libmemcached-libs
Install libmemcached-libs on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libmemcached-libs
using yum
by running the following command:
sudo yum -y install libmemcached-libs
How To Uninstall libmemcached-libs on Rocky Linux 8
To uninstall only the libmemcached-libs
package we can use the following command:
sudo dnf remove libmemcached-libs
libmemcached-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/2f83761582c29c126485e40408a9b270133616
/usr/lib/.build-id/6b/6f655aa178d281f1ce51844502498b949541d2
/usr/lib/.build-id/86
/usr/lib/.build-id/86/a5f321dd00dfaef22ea520e8ff74818ec466fe
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/0e07b560ecd0da3478866f1b42b7f32350694c
/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/doc/libmemcached-libs
/usr/share/doc/libmemcached-libs/AUTHORS
/usr/share/doc/libmemcached-libs/ChangeLog
/usr/share/doc/libmemcached-libs/README
/usr/share/doc/libmemcached-libs/THANKS
/usr/share/doc/libmemcached-libs/TODO
/usr/share/licenses/libmemcached-libs
/usr/share/licenses/libmemcached-libs/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/1af86b994c5d8d2ae7fd4713df2240669d3103
/usr/lib/.build-id/be
/usr/lib/.build-id/be/ea12eb10ebc096b1ac7b64ae3bbaba3cffa1ad
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/01b8ddc9b63f50715533e67fd2c5b890d31c8e
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/33f49efcdd8d6d33e08f4d2847b67b0e317dc2
/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/doc/libmemcached-libs
/usr/share/doc/libmemcached-libs/AUTHORS
/usr/share/doc/libmemcached-libs/ChangeLog
/usr/share/doc/libmemcached-libs/README
/usr/share/doc/libmemcached-libs/THANKS
/usr/share/doc/libmemcached-libs/TODO
/usr/share/licenses/libmemcached-libs
/usr/share/licenses/libmemcached-libs/COPYING
References
Summary
In this tutorial we learn how to install libmemcached-libs
on Rocky Linux 8 using yum and dnf.