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

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

Introduction

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

What is libvisio-devel.x86_64

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

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

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

sudo yum -y install libvisio-devel.x86_64

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

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

sudo yum remove libvisio-devel.x86_64

libvisio-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libvisio-0.1
/usr/include/libvisio-0.1/libvisio
/usr/include/libvisio-0.1/libvisio/VisioDocument.h
/usr/include/libvisio-0.1/libvisio/libvisio.h
/usr/lib64/libvisio-0.1.so
/usr/lib64/pkgconfig/libvisio-0.1.pc
/usr/share/doc/libvisio-devel-0.1.6
/usr/share/doc/libvisio-devel-0.1.6/ChangeLog

References

Summary

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