How to Install libss2 in Ubuntu 18.04



Install libss2 by entering the following commands in the terminal:

sudo apt update
sudo apt install libss2

Description:

command-line interface parsing library

libss provides a simple command-line interface parser which will accept input from the user, parse the command into an argv argument vector, and then dispatch it to a handler function. . It was originally inspired by the Multics SubSystem library.

Homepage: http://e2fsprogs.sourceforge.net

Version: 1.44.1-1

Section: libs