How to Install libsysfs-dev in Ubuntu 18.04



Install libsysfs-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libsysfs-dev

Description:

interface library to sysfs - development files

Sysfs is a virtual file system in Linux kernel 2.5+ that provides a tree of system devices. libsysfs provides a stable programming interface to sysfs and eases querying system devices and their attributes. . This package provides everything that is needed for developing own programs using libsysfs: C headers, a static library, documentation and example programs.

Version: 2.1.0+repack-4build1

Section: libdevel