How to Install and Uninstall indent Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "indent" package

Please follow the instructions below to install indent on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install indent

2. Uninstall "indent" package

Learn how to uninstall indent on openSuSE Tumbleweed:

$ sudo zypper remove indent

3. Information about the indent package on openSuSE Tumbleweed

Information for package indent:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : indent
Version : 2.2.13-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 366.6 KiB
Installed : No
Status : not installed
Source package : indent-2.2.13-3.1.src
Upstream URL : https://www.gnu.org/software/indent
Summary : Indentation of Source Code in various styles
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.