How to Install and Uninstall libss.x86_64 Package on Fedora 35

Last updated: November 25,2024

1. Install "libss.x86_64" package

This is a short guide on how to install libss.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install libss.x86_64

2. Uninstall "libss.x86_64" package

Please follow the guidance below to uninstall libss.x86_64 on Fedora 35:

$ sudo dnf remove libss.x86_64 $ sudo dnf autoremove

3. Information about the libss.x86_64 package on Fedora 35

Last metadata expiration check: 2:01:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libss
Version : 1.46.3
Release : 1.fc35
Architecture : x86_64
Size : 31 k
Source : e2fsprogs-1.46.3-1.fc35.src.rpm
Repository : fedora
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.