How to Install and Uninstall indent.x86_64 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "indent.x86_64" package

Please follow the step by step instructions below to install indent.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install indent.x86_64

2. Uninstall "indent.x86_64" package

This guide covers the steps necessary to uninstall indent.x86_64 on Amazon Linux 2:

$ sudo yum remove indent.x86_64 $ sudo yum autoremove

3. Information about the indent.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : indent
Arch : x86_64
Version : 2.2.11
Release : 13.amzn2.0.2
Size : 150 k
Repo : amzn2-core/2/x86_64
Summary : A GNU program for formatting C code
URL : http://indent.isidore-it.eu/beautify.html
License : GPLv3+
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.