How To Install libss-devel on Fedora 36

In this tutorial we learn how to install libss-devel in Fedora 36. libss-devel is Command line interface parsing library

Introduction

In this tutorial we learn how to install libss-devel on Fedora 36.

What is libss-devel

This is the command line interface parsing (libss) development library and headers, part of e2fsprogs. It contains the mk_cmds command, which parses a command table to generate a simple command-line interface parser. It was originally inspired by the Multics SubSystem library.

We can use yum or dnf to install libss-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libss-devel.

Install libss-devel 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 libss-devel using dnf by running the following command:

sudo dnf -y install libss-devel

Install libss-devel 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 libss-devel using yum by running the following command:

sudo yum -y install libss-devel

How To Uninstall libss-devel on Fedora 36

To uninstall only the libss-devel package we can use the following command:

sudo dnf remove libss-devel

libss-devel Package Contents on Fedora 36

/usr/bin/mk_cmds
/usr/include/ss
/usr/include/ss/ss.h
/usr/include/ss/ss_err.h
/usr/lib/libss.so
/usr/lib/pkgconfig/ss.pc
/usr/share/man/man1/mk_cmds.1.gz
/usr/share/ss
/usr/share/ss/ct_c.awk
/usr/share/ss/ct_c.sed

References

Summary

In this tutorial we learn how to install libss-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libss-devel on Fedora 36” linkTitle: “libss-devel” type: “docs” description: “In this tutorial we learn how to install libss-devel in Fedora 36. libss-devel is Command line interface parsing library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libss-devel-featured.png

Introduction

In this tutorial we learn how to install libss-devel on Fedora 36.

What is libss-devel

This is the command line interface parsing (libss) development library and headers, part of e2fsprogs. It contains the mk_cmds command, which parses a command table to generate a simple command-line interface parser. It was originally inspired by the Multics SubSystem library.

We can use yum or dnf to install libss-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libss-devel.

Install libss-devel 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 libss-devel using dnf by running the following command:

sudo dnf -y install libss-devel

Install libss-devel 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 libss-devel using yum by running the following command:

sudo yum -y install libss-devel

How To Uninstall libss-devel on Fedora 36

To uninstall only the libss-devel package we can use the following command:

sudo dnf remove libss-devel

libss-devel Package Contents on Fedora 36

/usr/bin/mk_cmds
/usr/include/ss
/usr/include/ss/ss.h
/usr/include/ss/ss_err.h
/usr/lib64/libss.so
/usr/lib64/pkgconfig/ss.pc
/usr/share/man/man1/mk_cmds.1.gz
/usr/share/ss
/usr/share/ss/ct_c.awk
/usr/share/ss/ct_c.sed

References

Summary

In this tutorial we learn how to install libss-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).