How to Install and Uninstall slang.i686 Package on Fedora 38

Last updated: October 30,2024

1. Install "slang.i686" package

Please follow the steps below to install slang.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install slang.i686

2. Uninstall "slang.i686" package

This guide let you learn how to uninstall slang.i686 on Fedora 38:

$ sudo dnf remove slang.i686 $ sudo dnf autoremove

3. Information about the slang.i686 package on Fedora 38

Last metadata expiration check: 2:42:41 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : slang
Version : 2.3.3
Release : 3.fc38
Architecture : i686
Size : 478 k
Source : slang-2.3.3-3.fc38.src.rpm
Repository : fedora
Summary : Shared library for the S-Lang extension language
URL : https://www.jedsoft.org/slang/
License : GPL-2.0-or-later
Description : S-Lang is an interpreted language and a programming library. The
: S-Lang language was designed so that it can be easily embedded into
: a program to provide the program with a powerful extension language.
: The S-Lang library, provided in this package, provides the S-Lang
: extension language. S-Lang's syntax resembles C, which makes it easy
: to recode S-Lang procedures in C if you need to.