How to Install and Uninstall StyLua Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "StyLua" package

This tutorial shows how to install StyLua on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install StyLua

2. Uninstall "StyLua" package

Please follow the instructions below to uninstall StyLua on openSuSE Tumbleweed:

$ sudo zypper remove StyLua

3. Information about the StyLua package on openSuSE Tumbleweed

Information for package StyLua:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : StyLua
Version : 0.20.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 6.6 MiB
Installed : No
Status : not installed
Source package : StyLua-0.20.0-2.1.src
Upstream URL : https://github.com/JohnnyMorganz/StyLua
Summary : Opinionated Lua code formatter
Description :
StyLua is an opinonated code formatter for Lua 5.1, 5.2, 5.3, 5.4 and Luau
built using full-moon. StyLua is inspired by the likes of prettier, it
parses your Lua codebase, and prints it back out from scratch, enforcing a
consistent code style.