How To Install springlobby on Fedora 36

In this tutorial we learn how to install springlobby in Fedora 36. springlobby is Free cross-platform lobby client for the Spring RTS project

Introduction

In this tutorial we learn how to install springlobby on Fedora 36.

What is springlobby

SpringLobby is a free cross-platform lobby client for the Spring RTS project.

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

Install springlobby on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install springlobby using dnf by running the following command:

sudo dnf -y install springlobby

Install springlobby on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install springlobby using yum by running the following command:

sudo yum -y install springlobby

How To Uninstall springlobby on Fedora 36

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

sudo dnf remove springlobby

springlobby Package Contents on Fedora 36

/usr/bin/springlobby
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/bdead162a726c405c1779eb250b50842675f35
/usr/share/applications/springlobby.desktop
/usr/share/doc/springlobby
/usr/share/doc/springlobby/AUTHORS
/usr/share/doc/springlobby/ChangeLog
/usr/share/doc/springlobby/NEWS
/usr/share/doc/springlobby/README
/usr/share/doc/springlobby/THANKS
/usr/share/icons/hicolor/scalable/apps/springlobby.svg
/usr/share/licenses/springlobby
/usr/share/licenses/springlobby/COPYING
/usr/share/locale/ar/LC_MESSAGES/springlobby.mo
/usr/share/locale/cs/LC_MESSAGES/springlobby.mo
/usr/share/locale/da/LC_MESSAGES/springlobby.mo
/usr/share/locale/de/LC_MESSAGES/springlobby.mo
/usr/share/locale/el/LC_MESSAGES/springlobby.mo
/usr/share/locale/es/LC_MESSAGES/springlobby.mo
/usr/share/locale/fi/LC_MESSAGES/springlobby.mo
/usr/share/locale/fr/LC_MESSAGES/springlobby.mo
/usr/share/locale/it/LC_MESSAGES/springlobby.mo
/usr/share/locale/pl/LC_MESSAGES/springlobby.mo
/usr/share/locale/pt/LC_MESSAGES/springlobby.mo
/usr/share/locale/ro/LC_MESSAGES/springlobby.mo
/usr/share/locale/ru/LC_MESSAGES/springlobby.mo
/usr/share/locale/sv/LC_MESSAGES/springlobby.mo
/usr/share/locale/uk/LC_MESSAGES/springlobby.mo
/usr/share/locale/zh_CN/LC_MESSAGES/springlobby.mo
/usr/share/metainfo/springlobby.appdata.xml

References

Summary

In this tutorial we learn how to install springlobby on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).