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

In this tutorial we learn how to install gvnc-devel.x86_64 in Amazon Linux 2. gvnc-devel.x86_64 is Libraries, includes, etc. to compile with the gvnc library

Introduction

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

What is gvnc-devel.x86_64

gvnc is a GObject for managing a VNC connection. It provides all the infrastructure required to build a VNC client without having to deal with the raw protocol itself. Libraries, includes, etc. to compile with the gvnc library

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

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

sudo yum -y install gvnc-devel.x86_64

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

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

sudo yum remove gvnc-devel.x86_64

gvnc-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/gvnc-1.0
/usr/include/gvnc-1.0/gvnc.h
/usr/include/gvnc-1.0/vncaudio.h
/usr/include/gvnc-1.0/vncaudioformat.h
/usr/include/gvnc-1.0/vncaudiosample.h
/usr/include/gvnc-1.0/vncbaseaudio.h
/usr/include/gvnc-1.0/vncbaseframebuffer.h
/usr/include/gvnc-1.0/vnccolormap.h
/usr/include/gvnc-1.0/vncconnection.h
/usr/include/gvnc-1.0/vncconnectionenums.h
/usr/include/gvnc-1.0/vnccursor.h
/usr/include/gvnc-1.0/vncframebuffer.h
/usr/include/gvnc-1.0/vncpixelformat.h
/usr/include/gvnc-1.0/vncutil.h
/usr/lib64/libgvnc-1.0.so
/usr/lib64/pkgconfig/gvnc-1.0.pc
/usr/share/gir-1.0/GVnc-1.0.gir

References

Summary

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