How To Install gvncpulse-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install gvncpulse-devel.x86_64 on Amazon Linux 2.
What is gvncpulse-devel.x86_64
gvncpulse is a bridge to the Pulse Audio system for VNC. It allows VNC clients to play back audio on the local system Libraries, includes, etc. to compile with the gvnc library
We can use yum to install gvncpulse-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 gvncpulse-devel.x86_64.
Install gvncpulse-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 gvncpulse-devel.x86_64 using yum by running the following command:
sudo yum -y install gvncpulse-devel.x86_64
How To Uninstall gvncpulse-devel.x86_64 on Amazon Linux 2
To uninstall only the gvncpulse-devel.x86_64 package we can use the following command:
sudo yum remove gvncpulse-devel.x86_64
gvncpulse-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/gvncpulse-1.0
/usr/include/gvncpulse-1.0/gvncpulse.h
/usr/include/gvncpulse-1.0/vncaudiopulse.h
/usr/lib64/libgvncpulse-1.0.so
/usr/lib64/pkgconfig/gvncpulse-1.0.pc
/usr/share/gir-1.0/GVncPulse-1.0.gir
References
Summary
In this tutorial we learn how to install gvncpulse-devel.x86_64 on Amazon Linux 2 using yum.