How To Install unique3-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install unique3-devel.x86_64 in Amazon Linux 2. unique3-devel.x86_64 is Libraries and headers for unique3
Introduction
In this tutorial we learn how to install unique3-devel.x86_64 on Amazon Linux 2.
What is unique3-devel.x86_64
Headers and libraries for unique3.
We can use yum to install unique3-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 unique3-devel.x86_64.
Install unique3-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 unique3-devel.x86_64 using yum by running the following command:
sudo yum -y install unique3-devel.x86_64
How To Uninstall unique3-devel.x86_64 on Amazon Linux 2
To uninstall only the unique3-devel.x86_64 package we can use the following command:
sudo yum remove unique3-devel.x86_64
unique3-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/unique-3.0
/usr/include/unique-3.0/unique
/usr/include/unique-3.0/unique/unique.h
/usr/include/unique-3.0/unique/uniqueapp.h
/usr/include/unique-3.0/unique/uniquebackend.h
/usr/include/unique-3.0/unique/uniqueenumtypes.h
/usr/include/unique-3.0/unique/uniquemessage.h
/usr/include/unique-3.0/unique/uniqueversion.h
/usr/lib64/libunique-3.0.so
/usr/lib64/pkgconfig/unique-3.0.pc
References
Summary
In this tutorial we learn how to install unique3-devel.x86_64 on Amazon Linux 2 using yum.