How to Install and Uninstall indent.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "indent.x86_64" package

Here is a brief guide to show you how to install indent.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install indent.x86_64

2. Uninstall "indent.x86_64" package

Please follow the instructions below to uninstall indent.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove indent.x86_64 $ sudo dnf autoremove

3. Information about the indent.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:12:19 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : indent
Version : 2.2.13
Release : 5.el9
Architecture : x86_64
Size : 179 k
Source : indent-2.2.13-5.el9.src.rpm
Repository : epel
Summary : A GNU program for formatting C code
URL : https://www.gnu.org/software/indent/
License : GPL-3.0-or-later AND BSD-3-Clause AND BSD-4.3TAHOE AND Latex2e-translated-notice
Description : Indent is a GNU program for beautifying C code, so that it is easier to
: read. Indent can also convert from one C writing style to a different
: one. Indent understands correct C syntax and tries to handle incorrect
: C syntax.
:
: Install the indent package if you are developing applications in C and
: you want a program to format your code.