How to Install and Uninstall slang.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 28,2024

1. Install "slang.x86_64" package

Learn how to install slang.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install slang.x86_64

2. Uninstall "slang.x86_64" package

Please follow the steps below to uninstall slang.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove slang.x86_64 $ sudo yum autoremove

3. Information about the slang.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : slang
Arch : x86_64
Version : 2.2.4
Release : 11.el7
Size : 1.8 M
Repo : installed
From repo : anaconda
Summary : The shared library for the S-Lang extension language
URL : http://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.