How to Install and Uninstall flare-game Package on openSuSE Tumbleweed

Last updated: May 01,2024

1. Install "flare-game" package

In this section, we are going to explain the necessary steps to install flare-game on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install flare-game

2. Uninstall "flare-game" package

Please follow the step by step instructions below to uninstall flare-game on openSuSE Tumbleweed:

$ sudo zypper remove flare-game

3. Information about the flare-game package on openSuSE Tumbleweed

Information for package flare-game:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : flare-game
Version : 1.14-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 127.5 MiB
Installed : No
Status : not installed
Source package : flare-game-1.14-1.3.src
Upstream URL : https://flarerpg.org
Summary : Free Libre Action Roleplaying Engine — Game
Description :
Flare (Free Libre Action Roleplaying Engine) is a simple game engine built
to handle a very specific kind of game: single-player 2D action RPGs.
Flare is not a reimplementation of an existing game or engine. It is a
tribute to and exploration of the action RPG genre.
Rather than building a very abstract, robust game engine, the goal of this
project is to build several real games and harvest an engine from the common,
reusable code. The first game, in progress, is a fantasy dungeon crawl.
Flare uses simple file formats (INI style config files) for most of the
game data, allowing anyone to easily modify game contents. Open formats
are preferred (png, ogg). The game code is C++.