How To Install vodovod on Fedora 34

vodovod is A pipe connecting game

Introduction

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

What is vodovod

A free cross-platform pipe connecting game. You get a limited number of pipes on each level and need to combine them to lead the water from the house at the top of the screen to the storage tank at the bottom.

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

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

sudo dnf -y install vodovod

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

sudo yum -y install vodovod

How To Uninstall vodovod on Fedora 34

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

sudo dnf remove vodovod

vodovod Package Contents on Fedora 34

/usr/bin/vodovod
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/68bd38a31f21a4f194d36721dad8f19563fca2
/usr/share/applications/vodovod.desktop
/usr/share/doc/vodovod
/usr/share/doc/vodovod/CHANGES
/usr/share/doc/vodovod/COPYING
/usr/share/doc/vodovod/html
/usr/share/doc/vodovod/html/gfx_by_gimp.gif
/usr/share/doc/vodovod/html/hostedbygna.png
/usr/share/doc/vodovod/html/index.html
/usr/share/doc/vodovod/html/logo.png
/usr/share/doc/vodovod/html/sdl.jpg
/usr/share/icons/hicolor/32x32/apps/vodovod.xpm
/usr/share/locale/cs/LC_MESSAGES/vodovod.mo
/usr/share/locale/en/LC_MESSAGES/vodovod.mo
/usr/share/locale/sk/LC_MESSAGES/vodovod.mo
/usr/share/locale/sr/LC_MESSAGES/vodovod.mo
/usr/share/locale/sv/LC_MESSAGES/vodovod.mo
/usr/share/locale/zh/LC_MESSAGES/vodovod.mo
/usr/share/vodovod
/usr/share/vodovod/data
/usr/share/vodovod/data/abicon.bmp
/usr/share/vodovod/data/block.png
/usr/share/vodovod/data/bubbles.wav
/usr/share/vodovod/data/drop.wav
/usr/share/vodovod/data/flow.xm
/usr/share/vodovod/data/font-white.bmp
/usr/share/vodovod/data/font-yellow.bmp
/usr/share/vodovod/data/font1.ttf
/usr/share/vodovod/data/house.png
/usr/share/vodovod/data/mapend.wav
/usr/share/vodovod/data/metal.wav
/usr/share/vodovod/data/next.png
/usr/share/vodovod/data/queue.png
/usr/share/vodovod/data/replace.wav
/usr/share/vodovod/data/slate.png
/usr/share/vodovod/data/tank.png
/usr/share/vodovod/data/tree1.png
/usr/share/vodovod/data/vodovod.png
/usr/share/vodovod/data/vodovod.xm
/usr/share/vodovod/data/walk.png
/usr/share/vodovod/data/walk.xm
/var/games/vodovod.sco

References

Summary

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