How to Install and Uninstall indent Package on openSUSE Leap

Last updated: June 29,2024

1. Install "indent" package

This tutorial shows how to install indent on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install indent

2. Uninstall "indent" package

This guide let you learn how to uninstall indent on openSUSE Leap:

$ sudo zypper remove indent

3. Information about the indent package on openSUSE Leap

Information for package indent:
-------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : indent
Version : 2.2.11-150000.3.6.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 424.4 KiB
Installed : No
Status : not installed
Source package : indent-2.2.11-150000.3.6.1.src
Upstream URL : http://www.gnu.org/software/indent
Summary : Indent Formats C Source Code
Description :
Indent can be used to make code easier to read. It can also convert
from one style of writing C code to another. indent understands a
substantial amount of C syntax, but it also tries to cope with
incomplete and malformed syntax.