How To Install libvorbis-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libvorbis-devel.x86_64 in Amazon Linux 2. libvorbis-devel.x86_64 is Development tools for Vorbis applications
Introduction
In this tutorial we learn how to install libvorbis-devel.x86_64 on Amazon Linux 2.
What is libvorbis-devel.x86_64
The libvorbis-devel package contains the header files and documentation needed to develop applications with Ogg Vorbis.
We can use yum to install libvorbis-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 libvorbis-devel.x86_64.
Install libvorbis-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 libvorbis-devel.x86_64 using yum by running the following command:
sudo yum -y install libvorbis-devel.x86_64
How To Uninstall libvorbis-devel.x86_64 on Amazon Linux 2
To uninstall only the libvorbis-devel.x86_64 package we can use the following command:
sudo yum remove libvorbis-devel.x86_64
libvorbis-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/vorbis
/usr/include/vorbis/codec.h
/usr/include/vorbis/vorbisenc.h
/usr/include/vorbis/vorbisfile.h
/usr/lib64/libvorbis.so
/usr/lib64/libvorbisenc.so
/usr/lib64/libvorbisfile.so
/usr/lib64/pkgconfig/vorbis.pc
/usr/lib64/pkgconfig/vorbisenc.pc
/usr/lib64/pkgconfig/vorbisfile.pc
/usr/share/aclocal/vorbis.m4
References
Summary
In this tutorial we learn how to install libvorbis-devel.x86_64 on Amazon Linux 2 using yum.