How to Install and Uninstall slang.i686 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "slang.i686" package

In this section, we are going to explain the necessary steps to install slang.i686 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install slang.i686

2. Uninstall "slang.i686" package

This guide covers the steps necessary to uninstall slang.i686 on Oracle Linux 8:

$ sudo dnf remove slang.i686 $ sudo dnf autoremove

3. Information about the slang.i686 package on Oracle Linux 8

Last metadata expiration check: 5:34:29 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : slang
Version : 2.3.2
Release : 3.el8
Architecture : i686
Size : 393 k
Source : slang-2.3.2-3.el8.src.rpm
Repository : ol8_baseos_latest
Summary : The shared library for the S-Lang extension language
URL : https://www.jedsoft.org/slang/
License : GPLv2+
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.