How to Install and Uninstall libss.i686 Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "libss.i686" package

Please follow the steps below to install libss.i686 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libss.i686

2. Uninstall "libss.i686" package

This guide let you learn how to uninstall libss.i686 on AlmaLinux 9:

$ sudo dnf remove libss.i686 $ sudo dnf autoremove

3. Information about the libss.i686 package on AlmaLinux 9

Last metadata expiration check: 2:47:03 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libss
Version : 1.46.5
Release : 3.el9
Architecture : i686
Size : 32 k
Source : e2fsprogs-1.46.5-3.el9.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.