How To Install jumpnbump on Fedora 34
Introduction
In this tutorial we learn how to install jumpnbump
on Fedora 34.
What is jumpnbump
Jump ’n Bump is a cute multiplayer platform game in which you, as a bunny, have to jump on your opponents to make them explode. It is a true multiplayer game with network support and shouldn’t be played alone, although computer bunnies with limited AI are available. The game is a UNIX port of the old DOS game by Brainchild Design.
We can use yum
or dnf
to install jumpnbump
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install jumpnbump.
Install jumpnbump 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 jumpnbump
using dnf
by running the following command:
sudo dnf -y install jumpnbump
Install jumpnbump 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 jumpnbump
using yum
by running the following command:
sudo yum -y install jumpnbump
How To Uninstall jumpnbump on Fedora 34
To uninstall only the jumpnbump
package we can use the following command:
sudo dnf remove jumpnbump
jumpnbump Package Contents on Fedora 34
/usr/bin/gobpack
/usr/bin/jnbpack
/usr/bin/jnbunpack
/usr/bin/jumpnbump
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/b4380cbad3ba0c7375a19ddd30fbe86dc59c5b
/usr/lib/.build-id/53
/usr/lib/.build-id/53/723d213abb1a40979d3f2903e6a512667994cc
/usr/lib/.build-id/de
/usr/lib/.build-id/de/af18faafc9dd5807ee101f556ce92d5e2751df
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/74c2fd6f324395cbbc7b5e79bfae51622e7160
/usr/share/applications/jumpnbump.desktop
/usr/share/doc/jumpnbump
/usr/share/doc/jumpnbump/AUTHORS
/usr/share/doc/jumpnbump/ChangeLog
/usr/share/doc/jumpnbump/LINKS
/usr/share/doc/jumpnbump/README.md
/usr/share/doc/jumpnbump/gob.txt
/usr/share/doc/jumpnbump/jumpnbump.html
/usr/share/doc/jumpnbump/levelmaking
/usr/share/doc/jumpnbump/levelmaking/jumpnbump_levelmaking.htm
/usr/share/doc/jumpnbump/levelmaking/level.pcx
/usr/share/doc/jumpnbump/levelmaking/making1.gif
/usr/share/doc/jumpnbump/levelmaking/making2.gif
/usr/share/doc/jumpnbump/levelmaking/making3.gif
/usr/share/doc/jumpnbump/levelmaking/pack.gif
/usr/share/doc/jumpnbump/original_readme.txt
/usr/share/doc/jumpnbump/source_release.txt
/usr/share/icons/jumpnbump.png
/usr/share/jumpnbump
/usr/share/jumpnbump/jumpbump.dat
/usr/share/licenses/jumpnbump
/usr/share/licenses/jumpnbump/COPYING
/usr/share/man/man6/jumpnbump.6.gz
/usr/share/metainfo/jumpnbump.appdata.xml
References
Summary
In this tutorial we learn how to install jumpnbump
on Fedora 34 using yum and dnf.