How To Install rcssserver on Fedora 34

rcssserver is Robocup 2D Soccer Simulation Server Robocup 2D Soccer Simulation Server

Introduction

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

What is rcssserver

The RoboCup Soccer Simulator Server (rcssserver) is a research and educational tool for mutli-agent systems and artificial intelligence. It allows 11 simulated autonomous robotic players to play soccer (football). This package includes the simulation server. If you want to view the games you should install and run a monitor (rcssmonitor or rcssmonitor_classic). rcssserver 16.0.0 5.fc34 x86_64 612 k rcssserver-16.0.0-5.fc34.src.rpm fedora Robocup 2D Soccer Simulation Server http GPLv2+ and LGPLv2+ The RoboCup Soccer Simulator Server (rcssserver) is a research and educational tool for mutli-agent systems and artificial intelligence. It allows 11 simulated autonomous robotic players to play soccer (football). This package includes the simulation server. If you want to view the games you should install and run a monitor (rcssmonitor or rcssmonitor_classic).

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

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

sudo dnf -y install rcssserver

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

sudo yum -y install rcssserver

How To Uninstall rcssserver on Fedora 34

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

sudo dnf remove rcssserver

rcssserver Package Contents on Fedora 34

/usr/bin/rcssclient
/usr/bin/rcssserver
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/139e8b1491c2e146c3834bad4af1ba68961ded
/usr/lib/.build-id/27
/usr/lib/.build-id/27/e6880cbe342f1f5ea3c9bcea73840062d020de
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/88b75490ed6d66dc7c0479d6be131ab72bf3b2
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/32a7c4415aad0e8ff45d13e49a02c3ef558852
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/e7916136b086745f03efa665b052ee3c10610b
/usr/lib/.build-id/df
/usr/lib/.build-id/df/91b78cd88f25eec912204ea2b4c1f73633bfc4
/usr/lib64/librcssclangparser.so.2
/usr/lib64/librcssclangparser.so.2.1.0
/usr/lib64/librcssconfparser.so.3
/usr/lib64/librcssconfparser.so.3.0.0
/usr/lib64/librcssgz.so.1
/usr/lib64/librcssgz.so.1.0.0
/usr/lib64/librcssnet.so.1
/usr/lib64/librcssnet.so.1.0.1
/usr/share/doc/rcssserver
/usr/share/doc/rcssserver/AUTHORS
/usr/share/doc/rcssserver/COPYING.LESSER
/usr/share/doc/rcssserver/ChangeLog
/usr/share/doc/rcssserver/NEWS
/usr/share/doc/rcssserver/README.md
/usr/bin/rcssclient
/usr/bin/rcssserver
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/7ccfd11f7e4f5cc8094a0068436c52c3827b28
/usr/lib/.build-id/35
/usr/lib/.build-id/35/cdbc72df38aca8b13737691820ad6f71ec2838
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/8a47ce2a2660e5a1b632f28447704271ebb5aa
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/c8f7cb4ee45fa636a7c9bde298c48d9bfe9982
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/6d43b3c2042a9263aed43f8786881ec6bef270
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/178565bdf995d4c9efd26881a50b042688b526
/usr/lib/librcssclangparser.so.2
/usr/lib/librcssclangparser.so.2.1.0
/usr/lib/librcssconfparser.so.3
/usr/lib/librcssconfparser.so.3.0.0
/usr/lib/librcssgz.so.1
/usr/lib/librcssgz.so.1.0.0
/usr/lib/librcssnet.so.1
/usr/lib/librcssnet.so.1.0.1
/usr/share/doc/rcssserver
/usr/share/doc/rcssserver/AUTHORS
/usr/share/doc/rcssserver/COPYING.LESSER
/usr/share/doc/rcssserver/ChangeLog
/usr/share/doc/rcssserver/NEWS
/usr/share/doc/rcssserver/README.md

References

Summary

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