How to Install and Uninstall cachelib-devel.x86_64 Package on Fedora 35

Last updated: October 07,2024

1. Install "cachelib-devel.x86_64" package

This tutorial shows how to install cachelib-devel.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install cachelib-devel.x86_64

2. Uninstall "cachelib-devel.x86_64" package

Here is a brief guide to show you how to uninstall cachelib-devel.x86_64 on Fedora 35:

$ sudo dnf remove cachelib-devel.x86_64 $ sudo dnf autoremove

3. Information about the cachelib-devel.x86_64 package on Fedora 35

Last metadata expiration check: 1:42:24 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : cachelib-devel
Version : 16^20220314gitbd22b0e
Release : 2.fc35
Architecture : x86_64
Size : 338 k
Source : cachelib-16^20220314gitbd22b0e-2.fc35.src.rpm
Repository : updates
Summary : Pluggable caching engine for scale high performance cache services
URL : https://github.com/facebook/CacheLib
License : ASL 2.0
Description : CacheLib is a C++ library providing in-process high performance caching
: mechanism. CacheLib provides a thread safe API to build high throughput, low
: overhead caching services, with built-in ability to leverage DRAM and SSD
: caching transparently.
:
: The cachelib-devel package contains libraries and header files for developing
: applications that use cachelib.