How to Install and Uninstall librados2.i686 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "librados2.i686" package

This tutorial shows how to install librados2.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install librados2.i686

2. Uninstall "librados2.i686" package

This is a short guide on how to uninstall librados2.i686 on Rocky Linux 8:

$ sudo dnf remove librados2.i686 $ sudo dnf autoremove

3. Information about the librados2.i686 package on Rocky Linux 8

Last metadata expiration check: 0:31:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : librados2
Epoch : 1
Version : 12.2.7
Release : 9.el8
Architecture : i686
Size : 3.2 M
Source : ceph-12.2.7-9.el8.src.rpm
Repository : appstream
Summary : RADOS distributed object store client library
URL : http://ceph.com/
License : LGPL-2.1 and CC-BY-SA-1.0 and GPL-2.0 and BSL-1.0 and BSD-3-Clause and MIT
Description : RADOS is a reliable, autonomic distributed object storage cluster
: developed as part of the Ceph distributed storage system. This is a
: shared library allowing applications to access the distributed object
: store using a simple file-like interface.