How To Install pipewalker on Fedora 36
Introduction
In this tutorial we learn how to install pipewalker
on Fedora 36.
What is pipewalker
PipeWalker is a puzzle game in which you need to combine the components into a single circuit bring water to the taps, etc.
We can use yum
or dnf
to install pipewalker
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pipewalker.
Install pipewalker 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 pipewalker
using dnf
by running the following command:
sudo dnf -y install pipewalker
Install pipewalker 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 pipewalker
using yum
by running the following command:
sudo yum -y install pipewalker
How To Uninstall pipewalker on Fedora 36
To uninstall only the pipewalker
package we can use the following command:
sudo dnf remove pipewalker
pipewalker Package Contents on Fedora 36
/usr/bin/pipewalker
/usr/lib/.build-id
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/1037c068c331af894c9b2bf51938f89efd3d25
/usr/share/applications/pipewalker.desktop
/usr/share/doc/pipewalker
/usr/share/doc/pipewalker/README
/usr/share/licenses/pipewalker
/usr/share/licenses/pipewalker/COPYING
/usr/share/metainfo/pipewalker.metainfo.xml
/usr/share/pipewalker
/usr/share/pipewalker/Hellsfire.png
/usr/share/pipewalker/Linux.png
/usr/share/pipewalker/Network.png
/usr/share/pipewalker/Plumbing.png
/usr/share/pipewalker/Simple.png
/usr/share/pipewalker/clatz.wav
/usr/share/pipewalker/complete.wav
/usr/share/pixmaps/pipewalker.xpm
References
Summary
In this tutorial we learn how to install pipewalker
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).