How to Install and Uninstall astyle Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "astyle" package

Learn how to install astyle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install astyle

2. Uninstall "astyle" package

Here is a brief guide to show you how to uninstall astyle on openSuSE Tumbleweed:

$ sudo zypper remove astyle

3. Information about the astyle package on openSuSE Tumbleweed

Information for package astyle:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : astyle
Version : 3.4.11-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 856.7 KiB
Installed : No
Status : not installed
Source package : astyle-3.4.11-1.2.src
Upstream URL : https://astyle.sourceforge.net/
Summary : Source Code Indenter, Formatter, and Beautifier for C, C++, C# and Java
Description :
Artistic Style is a source code indenter, formatter, and beautifier for the C,
C++, C# and Java programming languages. It automatically re-indents and
re-formats C / C++ / C# / Java source files. It can be used from a command
line, or it can be incorporated as classes in another C++ program.