How to Install and Uninstall marisa.i686 Package on Amazon Linux 2

Last updated: May 21,2024

1. Install "marisa.i686" package

This guide let you learn how to install marisa.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install marisa.i686

2. Uninstall "marisa.i686" package

This is a short guide on how to uninstall marisa.i686 on Amazon Linux 2:

$ sudo yum remove marisa.i686 $ sudo yum autoremove

3. Information about the marisa.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : marisa
Arch : i686
Version : 0.2.4
Release : 4.amzn2.0.1
Size : 80 k
Repo : amzn2-core/2/x86_64
Summary : Static and spece-efficient trie data structure library
URL : https://code.google.com/p/marisa-trie/
License : BSD or LGPL
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.