How to Install and Uninstall surgescript.x86_64 Package on Fedora 34

Last updated: September 18,2024

1. Install "surgescript.x86_64" package

Please follow the instructions below to install surgescript.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install surgescript.x86_64

2. Uninstall "surgescript.x86_64" package

This guide let you learn how to uninstall surgescript.x86_64 on Fedora 34:

$ sudo dnf remove surgescript.x86_64 $ sudo dnf autoremove

3. Information about the surgescript.x86_64 package on Fedora 34

Last metadata expiration check: 2:27:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : surgescript
Version : 0.5.5
Release : 1.fc34
Architecture : x86_64
Size : 372 k
Source : surgescript-0.5.5-1.fc34.src.rpm
Repository : fedora
Summary : A scripting language for games
URL : https://opensurge2d.org
License : ASL 2.0
Description : SurgeScript is a scripting language for games. It has been designed
: with the specific needs of games in mind. Its features include:
: - The state-machine pattern: objects are state machines,
: making it easy to create in-game entities
: - The composition approach: you may design complex objects
: and behaviors by means of composition
: - The hierarchy system: objects have a parent and may have children,
: in a tree-like structure
: - The game loop: it's defined implicitly
: - Automatic garbage collection, object tagging and more!
:
: SurgeScript is meant to be used in games and in interactive applications.
: It's easy to integrate it into existing code, it's easy to extend,
: it features a C-like syntax, and it's free and open-source software.
:
: SurgeScript has been designed based on the experience of its developer
: dealing with game engines, applications related to computer graphics and so on.
: Some of the best practices have been incorporated into the language itself,
: making things really easy for developers and modders.