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

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

Introduction

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

What is libchewing-devel.x86_64

Headers and other files needed to develop applications using the libchewing library.

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

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

sudo yum -y install libchewing-devel.x86_64

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

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

sudo yum remove libchewing-devel.x86_64

libchewing-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/chewing
/usr/include/chewing/chewing.h
/usr/include/chewing/chewingio.h
/usr/include/chewing/global.h
/usr/include/chewing/mod_aux.h
/usr/lib64/libchewing.so
/usr/lib64/pkgconfig/chewing.pc

References

Summary

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