How to Install and Uninstall astyle Package on openSUSE Leap

Last updated: May 08,2024

1. Install "astyle" package

Please follow the instructions below to install astyle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install astyle

2. Uninstall "astyle" package

Please follow the guidelines below to uninstall astyle on openSUSE Leap:

$ sudo zypper remove astyle

3. Information about the astyle package on openSUSE Leap

Information for package astyle:
-------------------------------
Repository : Main Repository
Name : astyle
Version : 3.1-bp155.3.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 665.1 KiB
Installed : No
Status : not installed
Source package : astyle-3.1-bp155.3.13.src
Upstream URL : http://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.