How To Install opus-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install opus-devel.x86_64 in Amazon Linux 2. opus-devel.x86_64 is Development package for opus
Introduction
In this tutorial we learn how to install opus-devel.x86_64 on Amazon Linux 2.
What is opus-devel.x86_64
Files for development with opus.
We can use yum to install opus-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 opus-devel.x86_64.
Install opus-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 opus-devel.x86_64 using yum by running the following command:
sudo yum -y install opus-devel.x86_64
How To Uninstall opus-devel.x86_64 on Amazon Linux 2
To uninstall only the opus-devel.x86_64 package we can use the following command:
sudo yum remove opus-devel.x86_64
opus-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/opus
/usr/include/opus/opus.h
/usr/include/opus/opus_custom.h
/usr/include/opus/opus_defines.h
/usr/include/opus/opus_multistream.h
/usr/include/opus/opus_types.h
/usr/lib64/libopus.so
/usr/lib64/pkgconfig/opus.pc
/usr/share/aclocal/opus.m4
References
Summary
In this tutorial we learn how to install opus-devel.x86_64 on Amazon Linux 2 using yum.