How To Install marisa-devel on Fedora 36

In this tutorial we learn how to install marisa-devel in Fedora 36. marisa-devel is Development files for marisa

Introduction

In this tutorial we learn how to install marisa-devel on Fedora 36.

What is marisa-devel

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

We can use yum or dnf to install marisa-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install marisa-devel.

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

sudo dnf -y install marisa-devel

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

sudo yum -y install marisa-devel

How To Uninstall marisa-devel on Fedora 36

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

sudo dnf remove marisa-devel

marisa-devel Package Contents on Fedora 36

/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/lib/libmarisa.so
/usr/lib/pkgconfig/marisa.pc

References

Summary

In this tutorial we learn how to install marisa-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install marisa-devel on Fedora 36” linkTitle: “marisa-devel” type: “docs” description: “In this tutorial we learn how to install marisa-devel in Fedora 36. marisa-devel is Development files for marisa” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/marisa-devel-featured.png

Introduction

In this tutorial we learn how to install marisa-devel on Fedora 36.

What is marisa-devel

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

We can use yum or dnf to install marisa-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install marisa-devel.

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

sudo dnf -y install marisa-devel

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

sudo yum -y install marisa-devel

How To Uninstall marisa-devel on Fedora 36

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

sudo dnf remove marisa-devel

marisa-devel Package Contents on Fedora 36

/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 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).