How to Install and Uninstall libss-devel.i686 Package on Fedora 35

Last updated: October 05,2024

1. Install "libss-devel.i686" package

Please follow the instructions below to install libss-devel.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libss-devel.i686

2. Uninstall "libss-devel.i686" package

Please follow the instructions below to uninstall libss-devel.i686 on Fedora 35:

$ sudo dnf remove libss-devel.i686 $ sudo dnf autoremove

3. Information about the libss-devel.i686 package on Fedora 35

Last metadata expiration check: 4:41:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libss-devel
Version : 1.46.3
Release : 1.fc35
Architecture : i686
Size : 14 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 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.