How To Install trader on Fedora 34

trader is Star Traders, a simple game of interstellar trading

Introduction

In this tutorial we learn how to install trader on Fedora 34.

What is trader

Star Traders is a simple game of interstellar trading, where the objective is to create companies, buy and sell shares, borrow and repay money, in order to become the wealthiest player (the winner).

We can use yum or dnf to install trader on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install trader.

Install trader 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 trader using dnf by running the following command:

sudo dnf -y install trader

Install trader 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 trader using yum by running the following command:

sudo yum -y install trader

How To Uninstall trader on Fedora 34

To uninstall only the trader package we can use the following command:

sudo dnf remove trader

trader Package Contents on Fedora 34

/usr/bin/trader
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/64ee1f37a9dfd7daae02b87ec2a57b44473a20
/usr/share/applications/trader.desktop
/usr/share/doc/trader
/usr/share/doc/trader/NEWS
/usr/share/doc/trader/README
/usr/share/icons/hicolor/128x128/apps/trader.png
/usr/share/icons/hicolor/16x16/apps/trader.png
/usr/share/icons/hicolor/22x22/apps/trader.png
/usr/share/icons/hicolor/24x24/apps/trader.png
/usr/share/icons/hicolor/256x256/apps/trader.png
/usr/share/icons/hicolor/32x32/apps/trader.png
/usr/share/icons/hicolor/48x48/apps/trader.png
/usr/share/icons/hicolor/512x512/apps/trader.png
/usr/share/icons/hicolor/64x64/apps/trader.png
/usr/share/icons/hicolor/96x96/apps/trader.png
/usr/share/icons/hicolor/scalable/apps/trader.svg
/usr/share/licenses/trader
/usr/share/licenses/trader/COPYING
/usr/share/locale/da/LC_MESSAGES/trader.mo
/usr/share/locale/de/LC_MESSAGES/trader.mo
/usr/share/locale/en@quot/LC_MESSAGES/trader.mo
/usr/share/locale/en_AU/LC_MESSAGES/trader.mo
/usr/share/locale/en_CA/LC_MESSAGES/trader.mo
/usr/share/locale/en_GB/LC_MESSAGES/trader.mo
/usr/share/locale/en_US/LC_MESSAGES/trader.mo
/usr/share/locale/eo/LC_MESSAGES/trader.mo
/usr/share/locale/fi/LC_MESSAGES/trader.mo
/usr/share/locale/fr/LC_MESSAGES/trader.mo
/usr/share/locale/hr/LC_MESSAGES/trader.mo
/usr/share/locale/hu/LC_MESSAGES/trader.mo
/usr/share/locale/nb/LC_MESSAGES/trader.mo
/usr/share/locale/pt_BR/LC_MESSAGES/trader.mo
/usr/share/locale/ru/LC_MESSAGES/trader.mo
/usr/share/locale/sr/LC_MESSAGES/trader.mo
/usr/share/locale/sv/LC_MESSAGES/trader.mo
/usr/share/man/man6/trader.6.gz
/usr/share/metainfo/trader.appdata.xml

References

Summary

In this tutorial we learn how to install trader on Fedora 34 using yum and dnf.