How To Install slang on Fedora 36
Introduction
In this tutorial we learn how to install slang
on Fedora 36.
What is slang
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.
We can use yum
or dnf
to install slang
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install slang.
Install slang on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install slang
using dnf
by running the following command:
sudo dnf -y install slang
Install slang on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install slang
using yum
by running the following command:
sudo yum -y install slang
How To Uninstall slang on Fedora 36
To uninstall only the slang
package we can use the following command:
sudo dnf remove slang
slang Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/fbc07dc9ebde65545525b8b86b221c80bb8f79
/usr/lib/libslang.so.2
/usr/lib/libslang.so.2.3.2
/usr/share/doc/slang
/usr/share/doc/slang/NEWS
/usr/share/licenses/slang
/usr/share/licenses/slang/COPYING
References
Summary
In this tutorial we learn how to install slang
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install slang on Fedora 36” linkTitle: “slang” type: “docs” description: “In this tutorial we learn how to install slang in Fedora 36. slang is Shared library for the S-Lang extension language” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/slang-featured.png
Introduction
In this tutorial we learn how to install slang
on Fedora 36.
What is slang
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.
We can use yum
or dnf
to install slang
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install slang.
Install slang on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install slang
using dnf
by running the following command:
sudo dnf -y install slang
Install slang on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install slang
using yum
by running the following command:
sudo yum -y install slang
How To Uninstall slang on Fedora 36
To uninstall only the slang
package we can use the following command:
sudo dnf remove slang
slang Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/ffe04f489272840ac97f8a6841cae9111362fe
/usr/lib64/libslang.so.2
/usr/lib64/libslang.so.2.3.2
/usr/share/doc/slang
/usr/share/doc/slang/NEWS
/usr/share/licenses/slang
/usr/share/licenses/slang/COPYING
References
Summary
In this tutorial we learn how to install slang
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).