How To Install powdertoy on Fedora 36
Introduction
In this tutorial we learn how to install powdertoy
on Fedora 36.
What is powdertoy
The Powder Toy is a free physics sandbox game, which simulates air pressure and velocity, heat, gravity and a countless number of interactions between different substances! The game provides you with various building materials, liquids, gases and electronic components which can be used to construct complex machines, guns, bombs, realistic terrains and almost anything else. You can then mine them and watch cool explosions, add intricate wirings, play with little stickmen or operate your machine. You can also browse and play thousands of different saves made by the community or upload your own!
We can use yum
or dnf
to install powdertoy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install powdertoy.
Install powdertoy 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 powdertoy
using dnf
by running the following command:
sudo dnf -y install powdertoy
Install powdertoy 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 powdertoy
using yum
by running the following command:
sudo yum -y install powdertoy
How To Uninstall powdertoy on Fedora 36
To uninstall only the powdertoy
package we can use the following command:
sudo dnf remove powdertoy
powdertoy Package Contents on Fedora 36
/usr/bin/powdertoy
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/932cf3d4aa00bb33760dc75b0ee704cfbb634e
/usr/share/applications/powdertoy.desktop
/usr/share/icons/hicolor/128x128/apps/powdertoy.png
/usr/share/icons/hicolor/256x256/apps/powdertoy.png
/usr/share/icons/hicolor/scalable/apps/powdertoy.svg
/usr/share/metainfo/powdertoy.appdata.xml
/usr/share/mime/packages/powdertoy-save.xml
References
Summary
In this tutorial we learn how to install powdertoy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).