How to Install and Uninstall libss.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "libss.x86_64" package

This tutorial shows how to install libss.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libss.x86_64

2. Uninstall "libss.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libss.x86_64 on CentOS Stream 8:

$ sudo dnf remove libss.x86_64 $ sudo dnf autoremove

3. Information about the libss.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:51:46 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libss
Version : 1.45.6
Release : 5.el8
Architecture : x86_64
Size : 54 k
Source : e2fsprogs-1.45.6-5.el8.src.rpm
Repository : baseos
Summary : Command line interface parsing library
URL : http://e2fsprogs.sourceforge.net/
License : MIT
Description : This is libss, a command line interface parsing library, part of e2fsprogs.
:
: This package includes a tool that parses a command table to generate
: a simple command-line interface parser, the include files needed to
: compile and use it.
:
: It was originally inspired by the Multics SubSystem library.