How to Install and Uninstall e2fsprogs-static.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "e2fsprogs-static.x86_64" package

Please follow the steps below to install e2fsprogs-static.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install e2fsprogs-static.x86_64

2. Uninstall "e2fsprogs-static.x86_64" package

Please follow the guidelines below to uninstall e2fsprogs-static.x86_64 on Amazon Linux 2:

$ sudo yum remove e2fsprogs-static.x86_64 $ sudo yum autoremove

3. Information about the e2fsprogs-static.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : e2fsprogs-static
Arch : x86_64
Version : 1.42.9
Release : 19.amzn2
Size : 196 k
Repo : amzn2-core/2/x86_64
Summary : Ext2/3/4 filesystem-specific static libraries
URL : http://e2fsprogs.sourceforge.net/
License : GPLv2 and LGPLv2
Description : E2fsprogs-static contains all static libraries built from
: e2fsprogs, including libext2fs, libcom_err, libe2p, and libss.
:
: These libraries are used to directly acccess ext2/3/4 filesystems
: from userspace, and perform other useful functions.