How To Install e2fsprogs-static on Fedora 36
Introduction
In this tutorial we learn how to install e2fsprogs-static
on Fedora 36.
What is e2fsprogs-static
E2fsprogs-static contains all static libraries built from e2fsprogs, including libext2fs, libcom_err, libe2p, and libss. These libraries are used to directly access ext2/3/4 file systems from user space, and perform other useful functions.
We can use yum
or dnf
to install e2fsprogs-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install e2fsprogs-static.
Install e2fsprogs-static on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install e2fsprogs-static
using dnf
by running the following command:
sudo dnf -y install e2fsprogs-static
Install e2fsprogs-static on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install e2fsprogs-static
using yum
by running the following command:
sudo yum -y install e2fsprogs-static
How To Uninstall e2fsprogs-static on Fedora 36
To uninstall only the e2fsprogs-static
package we can use the following command:
sudo dnf remove e2fsprogs-static
e2fsprogs-static Package Contents on Fedora 36
/usr/lib/libcom_err.a
/usr/lib/libe2p.a
/usr/lib/libext2fs.a
/usr/lib/libss.a
/usr/share/licenses/e2fsprogs-static
/usr/share/licenses/e2fsprogs-static/NOTICE
References
Summary
In this tutorial we learn how to install e2fsprogs-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install e2fsprogs-static on Fedora 36” linkTitle: “e2fsprogs-static” type: “docs” description: “In this tutorial we learn how to install e2fsprogs-static in Fedora 36. e2fsprogs-static is Ext2/3/4 file system specific static libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/e2fsprogs-static-featured.png
Introduction
In this tutorial we learn how to install e2fsprogs-static
on Fedora 36.
What is e2fsprogs-static
E2fsprogs-static contains all static libraries built from e2fsprogs, including libext2fs, libcom_err, libe2p, and libss. These libraries are used to directly access ext2/3/4 file systems from user space, and perform other useful functions.
We can use yum
or dnf
to install e2fsprogs-static
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install e2fsprogs-static.
Install e2fsprogs-static on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install e2fsprogs-static
using dnf
by running the following command:
sudo dnf -y install e2fsprogs-static
Install e2fsprogs-static on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install e2fsprogs-static
using yum
by running the following command:
sudo yum -y install e2fsprogs-static
How To Uninstall e2fsprogs-static on Fedora 36
To uninstall only the e2fsprogs-static
package we can use the following command:
sudo dnf remove e2fsprogs-static
e2fsprogs-static Package Contents on Fedora 36
/usr/lib64/libcom_err.a
/usr/lib64/libe2p.a
/usr/lib64/libext2fs.a
/usr/lib64/libss.a
/usr/share/licenses/e2fsprogs-static
/usr/share/licenses/e2fsprogs-static/NOTICE
References
Summary
In this tutorial we learn how to install e2fsprogs-static
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).