How to Install and Uninstall slang.x86_64 Package on Fedora 39

Last updated: October 04,2024

1. Install "slang.x86_64" package

In this section, we are going to explain the necessary steps to install slang.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install slang.x86_64

2. Uninstall "slang.x86_64" package

In this section, we are going to explain the necessary steps to uninstall slang.x86_64 on Fedora 39:

$ sudo dnf remove slang.x86_64 $ sudo dnf autoremove

3. Information about the slang.x86_64 package on Fedora 39

Last metadata expiration check: 2:27:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : slang
Version : 2.3.3
Release : 4.fc39
Architecture : x86_64
Size : 433 k
Source : slang-2.3.3-4.fc39.src.rpm
Repository : updates
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.