How To Install toppler on Fedora 36
Introduction
In this tutorial we learn how to install toppler
on Fedora 36.
What is toppler
Help a cute little green animal switch off some kind of “evil” mechanism. The “power off switch” is hidden somewhere in high towers. On your way to the target you need to avoid a lot of strange robots that guard the tower.
We can use yum
or dnf
to install toppler
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install toppler.
Install toppler 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 toppler
using dnf
by running the following command:
sudo dnf -y install toppler
Install toppler 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 toppler
using yum
by running the following command:
sudo yum -y install toppler
How To Uninstall toppler on Fedora 36
To uninstall only the toppler
package we can use the following command:
sudo dnf remove toppler
toppler Package Contents on Fedora 36
/usr/bin/toppler
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/7730546e03df04429b6724b83e300a03473521
/usr/share/applications/toppler.desktop
/usr/share/doc/toppler
/usr/share/doc/toppler/AUTHORS
/usr/share/doc/toppler/COPYING
/usr/share/doc/toppler/ChangeLog
/usr/share/doc/toppler/README
/usr/share/locale/cs/LC_MESSAGES/toppler.mo
/usr/share/locale/de/LC_MESSAGES/toppler.mo
/usr/share/locale/eu/LC_MESSAGES/toppler.mo
/usr/share/locale/fi/LC_MESSAGES/toppler.mo
/usr/share/locale/fr/LC_MESSAGES/toppler.mo
/usr/share/locale/pt/LC_MESSAGES/toppler.mo
/usr/share/locale/ro/LC_MESSAGES/toppler.mo
/usr/share/locale/sv/LC_MESSAGES/toppler.mo
/usr/share/man/man6/toppler.6.gz
/usr/share/pixmaps/toppler.xpm
/usr/share/toppler
/usr/share/toppler/abc.ttm
/usr/share/toppler/ball1.ttm
/usr/share/toppler/ball2.ttm
/usr/share/toppler/ball3.ttm
/usr/share/toppler/david1.ttm
/usr/share/toppler/m1.ttm
/usr/share/toppler/m2.ttm
/usr/share/toppler/pasi2.ttm
/usr/share/toppler/toppler.dat
/usr/share/toppler/toppler.ogg
/var/games/toppler.hsc
References
Summary
In this tutorial we learn how to install toppler
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).