How to Install and Uninstall slang.x86_64 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "slang.x86_64" package

Please follow the instructions below to install slang.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install slang.x86_64

2. Uninstall "slang.x86_64" package

This tutorial shows how to uninstall slang.x86_64 on Amazon Linux 2:

$ sudo yum remove slang.x86_64 $ sudo yum autoremove

3. Information about the slang.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : slang
Arch : x86_64
Version : 2.2.4
Release : 11.amzn2.0.2
Size : 516 k
Repo : amzn2-core/2/x86_64
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.