How To Install compat-grilo02.x86_64 on Amazon Linux 2
In this tutorial we learn how to install compat-grilo02.x86_64 in Amazon Linux 2. compat-grilo02.x86_64 is Compat package with grilo 0.2 libraries
Introduction
In this tutorial we learn how to install compat-grilo02.x86_64 on Amazon Linux 2.
What is compat-grilo02.x86_64
Compatibility package with grilo 0.2 librarires.
We can use yum to install compat-grilo02.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install compat-grilo02.x86_64.
Install compat-grilo02.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 compat-grilo02.x86_64 using yum by running the following command:
sudo yum -y install compat-grilo02.x86_64
How To Uninstall compat-grilo02.x86_64 on Amazon Linux 2
To uninstall only the compat-grilo02.x86_64 package we can use the following command:
sudo yum remove compat-grilo02.x86_64
compat-grilo02.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/libgrilo-0.2.so.1
/usr/lib64/libgrilo-0.2.so.1.8.0
/usr/lib64/libgrlnet-0.2.so.0
/usr/lib64/libgrlnet-0.2.so.0.1.9
/usr/lib64/libgrlpls-0.2.so.0
/usr/lib64/libgrlpls-0.2.so.0.0.4
/usr/share/licenses/compat-grilo02-0.2.12
/usr/share/licenses/compat-grilo02-0.2.12/COPYING
References
Summary
In this tutorial we learn how to install compat-grilo02.x86_64 on Amazon Linux 2 using yum.