How to Install and Uninstall marisa.x86_64 Package on Fedora 39

Last updated: September 22,2024

1. Install "marisa.x86_64" package

Please follow the instructions below to install marisa.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install marisa.x86_64

2. Uninstall "marisa.x86_64" package

This guide covers the steps necessary to uninstall marisa.x86_64 on Fedora 39:

$ sudo dnf remove marisa.x86_64 $ sudo dnf autoremove

3. Information about the marisa.x86_64 package on Fedora 39

Last metadata expiration check: 0:11:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : marisa
Version : 0.2.6
Release : 5.fc39
Architecture : x86_64
Size : 85 k
Source : marisa-0.2.6-5.fc39.src.rpm
Repository : fedora
Summary : Static and spece-efficient trie data structure library
URL : https://github.com/s-yata/marisa-trie
License : BSD-2-Clause OR LGPL-2.1-or-later
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.