How to Install and Uninstall sbt-boilerplate Package on openSuSE Tumbleweed

Last updated: May 23,2024

1. Install "sbt-boilerplate" package

Please follow the steps below to install sbt-boilerplate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install sbt-boilerplate

2. Uninstall "sbt-boilerplate" package

Please follow the guidance below to uninstall sbt-boilerplate on openSuSE Tumbleweed:

$ sudo zypper remove sbt-boilerplate

3. Information about the sbt-boilerplate package on openSuSE Tumbleweed

Information for package sbt-boilerplate:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : sbt-boilerplate
Version : 0.6.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 45.9 KiB
Installed : No
Status : not installed
Source package : sbt-boilerplate-0.6.1-2.1.src
Upstream URL : https://github.com/sbt/sbt-boilerplate
Summary : Generator of scala.Tuple/Function related boilerplate code
Description :
Boilerplate is an sbt-plugin that generates stubs for code which has to be
expanded for all numbers of arguments from 1 to 22. This is sometimes
necessary to support all of the TupleX or FunctionX generically.
This package contains a simple command-line tool to expand the templates
without using sbt mechanisms.