How To Install valyriatear on Fedora 34
Introduction
In this tutorial we learn how to install valyriatear
on Fedora 34.
What is valyriatear
Valyria Tear is a free (as meant in the GNU Public License) 2D J-RPG game based on the Hero of Allacrost engine. You can play it very much like a typical console role-playing game. You can explore maps and talk to non-playable characters (NPCs), fight active-time battles against multiple enemies, and manage your characters and equipment through a series of menus. Valyria Tear runs in a series of “game modes” which represent different states of operation in the game. This package contains the binary.
We can use yum
or dnf
to install valyriatear
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install valyriatear.
Install valyriatear on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install valyriatear
using dnf
by running the following command:
sudo dnf -y install valyriatear
Install valyriatear on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install valyriatear
using yum
by running the following command:
sudo yum -y install valyriatear
How To Uninstall valyriatear on Fedora 34
To uninstall only the valyriatear
package we can use the following command:
sudo dnf remove valyriatear
valyriatear Package Contents on Fedora 34
/usr/bin/valyriatear
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/b4752d504dbec1e9b6c9f8f6845f025d6dd9c9
/usr/share/appdata/valyriatear.appdata.xml
/usr/share/applications/valyriatear.desktop
/usr/share/doc/valyriatear
/usr/share/doc/valyriatear/AUTHORS
/usr/share/doc/valyriatear/COPYING.CC-BY-3
/usr/share/doc/valyriatear/COPYING.CC-BY-SA-3
/usr/share/doc/valyriatear/COPYING.CC0
/usr/share/doc/valyriatear/COPYING.GPL-2
/usr/share/doc/valyriatear/COPYING.GPL-3
/usr/share/doc/valyriatear/LICENSES
/usr/share/doc/valyriatear/MANUAL
/usr/share/doc/valyriatear/README.md
/usr/share/icons/hicolor/48x48/apps/valyriatear.png
/usr/share/locale/de/LC_MESSAGES/valyriatear.mo
/usr/share/locale/en@quot/LC_MESSAGES/valyriatear.mo
/usr/share/locale/es/LC_MESSAGES/valyriatear.mo
/usr/share/locale/fr/LC_MESSAGES/valyriatear.mo
/usr/share/locale/gl/LC_MESSAGES/valyriatear.mo
/usr/share/locale/it/LC_MESSAGES/valyriatear.mo
/usr/share/locale/nl_NL/LC_MESSAGES/valyriatear.mo
/usr/share/locale/pt_PT/LC_MESSAGES/valyriatear.mo
/usr/share/locale/ru/LC_MESSAGES/valyriatear.mo
/usr/share/man/man6/valyriatear.6.gz
References
Summary
In this tutorial we learn how to install valyriatear
on Fedora 34 using yum and dnf.