How to Install and Uninstall marisa Package on openSUSE Leap

Last updated: May 20,2024

1. Install "marisa" package

Please follow the steps below to install marisa on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install marisa

2. Uninstall "marisa" package

This tutorial shows how to uninstall marisa on openSUSE Leap:

$ sudo zypper remove marisa

3. Information about the marisa package on openSUSE Leap

Information for package marisa:
-------------------------------
Repository : Main Repository
Name : marisa
Version : 0.2.6-150400.1.7
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 136.2 KiB
Installed : No
Status : not installed
Source package : marisa-0.2.6-150400.1.7.src
Upstream URL : https://github.com/s-yata/marisa-trie/
Summary : Matching Algorithm with Recursively Implemented StorAge
Description :
Matching Algorithm with Recursively Implemented StorAge (MARISA) is a
static and space-efficient trie data structure. And libmarisa is a C++
library to provide an implementation of MARISA. Also, the package of
libmarisa contains a set of command line tools for building and
operating a MARISA-based dictionary.
A MARISA-based dictionary supports not only lookup but also reverse
lookup, common prefix search and predictive search.