How To Install player-gazebo on Fedora 36

In this tutorial we learn how to install player-gazebo in Fedora 36. player-gazebo is Gazebo plugin driver for the Player robot server.

Introduction

In this tutorial we learn how to install player-gazebo on Fedora 36.

What is player-gazebo

Plugin driver for the Player robot server. Translates gazebo interfaces to be accessible through the Player server interfaces.

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

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

sudo dnf -y install player-gazebo

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

sudo yum -y install player-gazebo

How To Uninstall player-gazebo on Fedora 36

To uninstall only the player-gazebo package we can use the following command:

sudo dnf remove player-gazebo

player-gazebo Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/59405a347414b7c09e676b9587e86649de2ba8
/usr/lib64/player-3.1/libgazebo_player.so
/usr/share/gazebo-10/examples/player
/usr/share/gazebo-10/examples/player/camera
/usr/share/gazebo-10/examples/player/camera/camera.cfg
/usr/share/gazebo-10/examples/player/camera/readme.txt
/usr/share/gazebo-10/examples/player/laser
/usr/share/gazebo-10/examples/player/laser/laser.cfg
/usr/share/gazebo-10/examples/player/laser/readme.txt
/usr/share/gazebo-10/examples/player/position2d
/usr/share/gazebo-10/examples/player/position2d/position2d.cfg
/usr/share/gazebo-10/examples/player/position2d/readme.txt
/usr/share/gazebo-10/examples/player/readme.txt

References

Summary

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