How To Install fuse-libs.i686 on Amazon Linux 2
In this tutorial we learn how to install fuse-libs.i686 in Amazon Linux 2. fuse-libs.i686 is File System in Userspace (FUSE) libraries
Introduction
In this tutorial we learn how to install fuse-libs.i686 on Amazon Linux 2.
What is fuse-libs.i686
Devel With FUSE it is possible to implement a fully functional filesystem in a userspace program. This package contains the FUSE libraries.
We can use yum to install fuse-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install fuse-libs.i686.
Install fuse-libs.i686 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 fuse-libs.i686 using yum by running the following command:
sudo yum -y install fuse-libs.i686
How To Uninstall fuse-libs.i686 on Amazon Linux 2
To uninstall only the fuse-libs.i686 package we can use the following command:
sudo yum remove fuse-libs.i686
fuse-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libfuse.so.2
/usr/lib/libfuse.so.2.9.2
/usr/lib/libulockmgr.so.1
/usr/lib/libulockmgr.so.1.0.1
/usr/share/doc/fuse-libs-2.9.2
/usr/share/doc/fuse-libs-2.9.2/COPYING.LIB
References
Summary
In this tutorial we learn how to install fuse-libs.i686 on Amazon Linux 2 using yum.