How to Install and Uninstall indent.x86_64 Package on Fedora 34

Last updated: September 18,2024

1. Install "indent.x86_64" package

Please follow the steps below to install indent.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install indent.x86_64

2. Uninstall "indent.x86_64" package

This guide let you learn how to uninstall indent.x86_64 on Fedora 34:

$ sudo dnf remove indent.x86_64 $ sudo dnf autoremove

3. Information about the indent.x86_64 package on Fedora 34

Last metadata expiration check: 5:16:30 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : indent
Version : 2.2.12
Release : 7.fc34
Architecture : x86_64
Size : 182 k
Source : indent-2.2.12-7.fc34.src.rpm
Repository : fedora
Summary : A GNU program for formatting C code
URL : http://www.gnu.org/software/indent/
License : GPLv3+ and BSD and Verbatim
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.