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