How to Install and Uninstall flare-game Package on openSUSE Leap

Last updated: May 01,2024

1. Install "flare-game" package

This guide let you learn how to install flare-game on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install flare-game

2. Uninstall "flare-game" package

In this section, we are going to explain the necessary steps to uninstall flare-game on openSUSE Leap:

$ sudo zypper remove flare-game

3. Information about the flare-game package on openSUSE Leap

Information for package flare-game:
-----------------------------------
Repository : Main Repository
Name : flare-game
Version : 1.14-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 127.5 MiB
Installed : No
Status : not installed
Source package : flare-game-1.14-bp155.1.5.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++.