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

In this tutorial we learn how to install marisa-devel.x86_64 in Amazon Linux 2. marisa-devel.x86_64 is Development files for marisa

Introduction

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

What is marisa-devel.x86_64

The marisa-devel package contains libraries and header files for developing applications that use marisa.

We can use yum to install marisa-devel.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-devel.x86_64.

Install marisa-devel.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-devel.x86_64 using yum by running the following command:

sudo yum -y install marisa-devel.x86_64

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

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

sudo yum remove marisa-devel.x86_64

marisa-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/marisa
/usr/include/marisa.h
/usr/include/marisa/agent.h
/usr/include/marisa/base.h
/usr/include/marisa/exception.h
/usr/include/marisa/iostream.h
/usr/include/marisa/key.h
/usr/include/marisa/keyset.h
/usr/include/marisa/query.h
/usr/include/marisa/scoped-array.h
/usr/include/marisa/scoped-ptr.h
/usr/include/marisa/stdio.h
/usr/include/marisa/trie.h
/usr/lib64/libmarisa.so
/usr/lib64/pkgconfig/marisa.pc

References

Summary

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