How to Install and Uninstall snowball Package on openSUSE Leap

Last updated: May 15,2024

1. Install "snowball" package

In this section, we are going to explain the necessary steps to install snowball on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install snowball

2. Uninstall "snowball" package

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

$ sudo zypper remove snowball

3. Information about the snowball package on openSUSE Leap

Information for package snowball:
---------------------------------
Repository : Main Repository
Name : snowball
Version : 2.1.0-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 48.3 KiB
Installed : No
Status : not installed
Source package : snowball-2.1.0-bp155.2.13.src
Upstream URL : https://snowballstem.org
Summary : Snowball compiler and stemming algorithms
Description :
Snowball is a small string processing language for creating stemming algorithms
for use in Information Retrieval, plus a collection of stemming algorithms
implemented using it.
Snowball was originally designed and built by Martin Porter. Martin retired
from development in 2014 and Snowball is now maintained as a community project.
Martin originally chose the name Snowball as a tribute to SNOBOL, the excellent
string handling language from the 1960s. It now also serves as a metaphor for
how the project grows by gathering contributions over time.
The Snowball compiler translates a Snowball program into source code in another
language - currently ISO C, C#, Go, Java, Javascript, Object Pascal, Python and
Rust are supported.