How To Install angelscript on Fedora 36

In this tutorial we learn how to install angelscript in Fedora 36. angelscript is Flexible cross-platform scripting library

Introduction

In this tutorial we learn how to install angelscript on Fedora 36.

What is angelscript

The AngelScript library is a software library for easy integration of external scripting to applications, with built-in compiler and virtual machine. The scripting language is easily extendable to incorporate application specific data types and functions. It is designed with C++ in mind, as such it shares many features with C++, for example syntax and data types.

We can use yum or dnf to install angelscript on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install angelscript.

Install angelscript 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 angelscript using dnf by running the following command:

sudo dnf -y install angelscript

Install angelscript 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 angelscript using yum by running the following command:

sudo yum -y install angelscript

How To Uninstall angelscript on Fedora 36

To uninstall only the angelscript package we can use the following command:

sudo dnf remove angelscript

angelscript Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/28f6ee0f540d641a6122a29bf1cb3a8a977774
/usr/lib/libangelscript.so.23200
/usr/share/doc/angelscript
/usr/share/doc/angelscript/changes0.html
/usr/share/doc/angelscript/changes1.html
/usr/share/doc/angelscript/changes2.html

References

Summary

In this tutorial we learn how to install angelscript on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install angelscript on Fedora 36” linkTitle: “angelscript” type: “docs” description: “In this tutorial we learn how to install angelscript in Fedora 36. angelscript is Flexible cross-platform scripting library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/angelscript-featured.png

Introduction

In this tutorial we learn how to install angelscript on Fedora 36.

What is angelscript

The AngelScript library is a software library for easy integration of external scripting to applications, with built-in compiler and virtual machine. The scripting language is easily extendable to incorporate application specific data types and functions. It is designed with C++ in mind, as such it shares many features with C++, for example syntax and data types.

We can use yum or dnf to install angelscript on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install angelscript.

Install angelscript 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 angelscript using dnf by running the following command:

sudo dnf -y install angelscript

Install angelscript 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 angelscript using yum by running the following command:

sudo yum -y install angelscript

How To Uninstall angelscript on Fedora 36

To uninstall only the angelscript package we can use the following command:

sudo dnf remove angelscript

angelscript Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/d165858356bc214955086a917c5e052f39ef16
/usr/lib64/libangelscript.so.23200
/usr/share/doc/angelscript
/usr/share/doc/angelscript/changes0.html
/usr/share/doc/angelscript/changes1.html
/usr/share/doc/angelscript/changes2.html

References

Summary

In this tutorial we learn how to install angelscript on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).