How to Install and Uninstall surgescript.x86_64 Package on Fedora 35
Last updated: January 11,2025
1. Install "surgescript.x86_64" package
This guide covers the steps necessary to install surgescript.x86_64 on Fedora 35
$
sudo dnf update
Copied
$
sudo dnf install
surgescript.x86_64
Copied
2. Uninstall "surgescript.x86_64" package
This guide covers the steps necessary to uninstall surgescript.x86_64 on Fedora 35:
$
sudo dnf remove
surgescript.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the surgescript.x86_64 package on Fedora 35
Last metadata expiration check: 0:30:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : surgescript
Version : 0.5.5
Release : 2.fc35
Architecture : x86_64
Size : 367 k
Source : surgescript-0.5.5-2.fc35.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.
Available Packages
Name : surgescript
Version : 0.5.5
Release : 2.fc35
Architecture : x86_64
Size : 367 k
Source : surgescript-0.5.5-2.fc35.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.