How to Install and Uninstall ocfs2-tools.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "ocfs2-tools.i686" package

Please follow the instructions below to install ocfs2-tools.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ocfs2-tools.i686

2. Uninstall "ocfs2-tools.i686" package

In this section, we are going to explain the necessary steps to uninstall ocfs2-tools.i686 on Fedora 34:

$ sudo dnf remove ocfs2-tools.i686 $ sudo dnf autoremove

3. Information about the ocfs2-tools.i686 package on Fedora 34

Last metadata expiration check: 0:44:23 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ocfs2-tools
Version : 1.8.6
Release : 4.fc34
Architecture : i686
Size : 738 k
Source : ocfs2-tools-1.8.6-4.fc34.src.rpm
Repository : fedora
Summary : Tools for managing the Oracle Cluster Filesystem 2
URL : https://github.com/markfasheh/ocfs2-tools
License : GPLv2
Description : Programs to manage the OCFS2 cluster file system, including mkfs.ocfs2,
: tunefs.ocfs2 and fsck.ocfs2.
:
: OCFS2 is a general purpose extent based shared disk cluster file
: system. It supports 64 bit inode numbers, and has automatically
: extending metadata groups which may also make it attractive for
: non-clustered use. OCFS2 leverages some well tested kernel
: technologies, such as JBD - the same journaling subsystem in use by
: ext3.