How To Install libsysfs on Fedora 36
Introduction
In this tutorial we learn how to install libsysfs
on Fedora 36.
What is libsysfs
Library used in handling linux kernel sysfs mounts and their various files.
We can use yum
or dnf
to install libsysfs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsysfs.
Install libsysfs 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 libsysfs
using dnf
by running the following command:
sudo dnf -y install libsysfs
Install libsysfs 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 libsysfs
using yum
by running the following command:
sudo yum -y install libsysfs
How To Uninstall libsysfs on Fedora 36
To uninstall only the libsysfs
package we can use the following command:
sudo dnf remove libsysfs
libsysfs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/2f23625c1e4eef4c976c7ab38f4ddbaf3f7295
/usr/lib/libsysfs.so.2
/usr/lib/libsysfs.so.2.0.1
/usr/share/licenses/libsysfs
/usr/share/licenses/libsysfs/COPYING
/usr/share/licenses/libsysfs/LGPL
References
Summary
In this tutorial we learn how to install libsysfs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libsysfs on Fedora 36” linkTitle: “libsysfs” type: “docs” description: “In this tutorial we learn how to install libsysfs in Fedora 36. libsysfs is Shared library for interfacing with sysfs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsysfs-featured.png
Introduction
In this tutorial we learn how to install libsysfs
on Fedora 36.
What is libsysfs
Library used in handling linux kernel sysfs mounts and their various files.
We can use yum
or dnf
to install libsysfs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsysfs.
Install libsysfs 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 libsysfs
using dnf
by running the following command:
sudo dnf -y install libsysfs
Install libsysfs 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 libsysfs
using yum
by running the following command:
sudo yum -y install libsysfs
How To Uninstall libsysfs on Fedora 36
To uninstall only the libsysfs
package we can use the following command:
sudo dnf remove libsysfs
libsysfs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/d69da561dcd5b95fa50f784e8033c99496b679
/usr/lib64/libsysfs.so.2
/usr/lib64/libsysfs.so.2.0.1
/usr/share/licenses/libsysfs
/usr/share/licenses/libsysfs/COPYING
/usr/share/licenses/libsysfs/LGPL
References
Summary
In this tutorial we learn how to install libsysfs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).