How To Install marisa on Fedora 36
Introduction
In this tutorial we learn how to install marisa
on Fedora 36.
What is marisa
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.
We can use yum
or dnf
to install marisa
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install marisa.
Install marisa on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install marisa
using dnf
by running the following command:
sudo dnf -y install marisa
Install marisa on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install marisa
using yum
by running the following command:
sudo yum -y install marisa
How To Uninstall marisa on Fedora 36
To uninstall only the marisa
package we can use the following command:
sudo dnf remove marisa
marisa Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/4346e49ae5602a6275ad2de8501b9bb3eaff5c
/usr/lib/libmarisa.so.0
/usr/lib/libmarisa.so.0.0.0
/usr/share/doc/marisa
/usr/share/doc/marisa/AUTHORS
/usr/share/doc/marisa/README
/usr/share/doc/marisa/readme.en.html
/usr/share/doc/marisa/readme.ja.html
/usr/share/doc/marisa/style.css
/usr/share/licenses/marisa
/usr/share/licenses/marisa/COPYING
References
Summary
In this tutorial we learn how to install marisa
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install marisa on Fedora 36” linkTitle: “marisa” type: “docs” description: “In this tutorial we learn how to install marisa in Fedora 36. marisa is Static and spece-efficient trie data structure library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/marisa-featured.png
Introduction
In this tutorial we learn how to install marisa
on Fedora 36.
What is marisa
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.
We can use yum
or dnf
to install marisa
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install marisa.
Install marisa on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install marisa
using dnf
by running the following command:
sudo dnf -y install marisa
Install marisa on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install marisa
using yum
by running the following command:
sudo yum -y install marisa
How To Uninstall marisa on Fedora 36
To uninstall only the marisa
package we can use the following command:
sudo dnf remove marisa
marisa Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/e633061639c055c042087550947fe5a7e40b93
/usr/lib64/libmarisa.so.0
/usr/lib64/libmarisa.so.0.0.0
/usr/share/doc/marisa
/usr/share/doc/marisa/AUTHORS
/usr/share/doc/marisa/README
/usr/share/doc/marisa/readme.en.html
/usr/share/doc/marisa/readme.ja.html
/usr/share/doc/marisa/style.css
/usr/share/licenses/marisa
/usr/share/licenses/marisa/COPYING
References
Summary
In this tutorial we learn how to install marisa
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).