How To Install libudisks2.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libudisks2.x86_64 in Amazon Linux 2. libudisks2.x86_64 is Dynamic library to access the udisksd daemon
Introduction
In this tutorial we learn how to install libudisks2.x86_64 on Amazon Linux 2.
What is libudisks2.x86_64
This package contains the dynamic library, which provides access to the udisksd daemon.
We can use yum to install libudisks2.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libudisks2.x86_64.
Install libudisks2.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 libudisks2.x86_64 using yum by running the following command:
sudo yum -y install libudisks2.x86_64
How To Uninstall libudisks2.x86_64 on Amazon Linux 2
To uninstall only the libudisks2.x86_64 package we can use the following command:
sudo yum remove libudisks2.x86_64
libudisks2.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/girepository-1.0/UDisks-2.0.typelib
/usr/lib64/libudisks2.so.0
/usr/lib64/libudisks2.so.0.0.0
References
Summary
In this tutorial we learn how to install libudisks2.x86_64 on Amazon Linux 2 using yum.