How to Install and Uninstall surgescript.i686 Package on Fedora 38
Last updated: February 06,2025
1. Install "surgescript.i686" package
This tutorial shows how to install surgescript.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
surgescript.i686
Copied
2. Uninstall "surgescript.i686" package
Please follow the guidance below to uninstall surgescript.i686 on Fedora 38:
$
sudo dnf remove
surgescript.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the surgescript.i686 package on Fedora 38
Last metadata expiration check: 3:38:00 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : surgescript
Version : 0.5.6
Release : 2.fc38
Architecture : i686
Size : 395 k
Source : surgescript-0.5.6-2.fc38.src.rpm
Repository : fedora
Summary : 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.6
Release : 2.fc38
Architecture : i686
Size : 395 k
Source : surgescript-0.5.6-2.fc38.src.rpm
Repository : fedora
Summary : 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.