How To Install fuseiso.x86_64 on Amazon Linux 2

In this tutorial we learn how to install fuseiso.x86_64 in Amazon Linux 2. fuseiso.x86_64 is FUSE support for ISO filesystem images

Introduction

In this tutorial we learn how to install fuseiso.x86_64 on Amazon Linux 2.

What is fuseiso.x86_64

Mount ISO filesystem images as a non-root user. Currently supports plain ISO9660 Level 1 and 2, Rock Ridge, Joliet, zisofs. Supported image types

We can use yum to install fuseiso.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install fuseiso.x86_64.

Install fuseiso.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 fuseiso.x86_64 using yum by running the following command:

sudo yum -y install fuseiso.x86_64

How To Uninstall fuseiso.x86_64 on Amazon Linux 2

To uninstall only the fuseiso.x86_64 package we can use the following command:

sudo yum remove fuseiso.x86_64

fuseiso.x86_64 Package Contents on Amazon Linux 2

/usr/bin/fuseiso
/usr/share/doc/fuseiso-20070708
/usr/share/doc/fuseiso-20070708/AUTHORS
/usr/share/doc/fuseiso-20070708/COPYING
/usr/share/doc/fuseiso-20070708/ChangeLog
/usr/share/doc/fuseiso-20070708/NEWS
/usr/share/doc/fuseiso-20070708/README

References

Summary

In this tutorial we learn how to install fuseiso.x86_64 on Amazon Linux 2 using yum.