How To Install marisa-tools.x86_64 on Amazon Linux 2

In this tutorial we learn how to install marisa-tools.x86_64 in Amazon Linux 2. marisa-tools.x86_64 is Tools for marisa

Introduction

In this tutorial we learn how to install marisa-tools.x86_64 on Amazon Linux 2.

What is marisa-tools.x86_64

The marisa-tools package contains tools for developing applications that use marisa.

We can use yum to install marisa-tools.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install marisa-tools.x86_64.

Install marisa-tools.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install marisa-tools.x86_64 using yum by running the following command:

sudo yum -y install marisa-tools.x86_64

How To Uninstall marisa-tools.x86_64 on Amazon Linux 2

To uninstall only the marisa-tools.x86_64 package we can use the following command:

sudo yum remove marisa-tools.x86_64

marisa-tools.x86_64 Package Contents on Amazon Linux 2

/usr/bin/marisa-benchmark
/usr/bin/marisa-build
/usr/bin/marisa-common-prefix-search
/usr/bin/marisa-dump
/usr/bin/marisa-lookup
/usr/bin/marisa-predictive-search
/usr/bin/marisa-reverse-lookup

References

Summary

In this tutorial we learn how to install marisa-tools.x86_64 on Amazon Linux 2 using yum.