How To Install vodovod on Fedora 36
Introduction
In this tutorial we learn how to install vodovod
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install vodovod.
Install vodovod 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 vodovod
using dnf
by running the following command:
sudo dnf -y install vodovod
Install vodovod 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 vodovod
using yum
by running the following command:
sudo yum -y install vodovod
How To Uninstall vodovod on Fedora 36
To uninstall only the vodovod
package we can use the following command:
sudo dnf remove vodovod
vodovod Package Contents on Fedora 36
/usr/bin/vodovod
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/df78599a58b1ff924866bf284a4219be707072
/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 36 using yum and [dnf]((/fedora/36/dnf/).