How to Install and Uninstall angelscript.i686 Package on Fedora 35

Last updated: September 26,2024

1. Install "angelscript.i686" package

In this section, we are going to explain the necessary steps to install angelscript.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install angelscript.i686

2. Uninstall "angelscript.i686" package

Learn how to uninstall angelscript.i686 on Fedora 35:

$ sudo dnf remove angelscript.i686 $ sudo dnf autoremove

3. Information about the angelscript.i686 package on Fedora 35

Last metadata expiration check: 4:58:02 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : angelscript
Version : 2.32.0
Release : 12.fc35
Architecture : i686
Size : 500 k
Source : angelscript-2.32.0-12.fc35.src.rpm
Repository : fedora
Summary : Flexible cross-platform scripting library
URL : http://www.angelcode.com/angelscript/
License : zlib
Description : 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.