How to Install and Uninstall marisa.src Package on Oracle Linux 8
Last updated: November 29,2024
1. Install "marisa.src" package
This is a short guide on how to install marisa.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
marisa.src
Copied
2. Uninstall "marisa.src" package
This guide covers the steps necessary to uninstall marisa.src on Oracle Linux 8:
$
sudo dnf remove
marisa.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the marisa.src package on Oracle Linux 8
Last metadata expiration check: 2:35:38 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : marisa
Version : 0.2.4
Release : 36.el8
Architecture : src
Size : 506 k
Source : None
Repository : ol8_appstream
Summary : Static and spece-efficient trie data structure library
URL : https://code.google.com/p/marisa-trie
License : BSD or LGPLv2+
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.
Available Packages
Name : marisa
Version : 0.2.4
Release : 36.el8
Architecture : src
Size : 506 k
Source : None
Repository : ol8_appstream
Summary : Static and spece-efficient trie data structure library
URL : https://code.google.com/p/marisa-trie
License : BSD or LGPLv2+
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.