How To Install scummvm-tools on Fedora 36

In this tutorial we learn how to install scummvm-tools in Fedora 36. scummvm-tools is Tools for scummVM / S.C.U.M.M scripting language

Introduction

In this tutorial we learn how to install scummvm-tools on Fedora 36.

What is scummvm-tools

This is a collection of various tools that may be useful to use in conjunction with ScummVM. Please note that although a tool may support a feature, certain ScummVM versions may not. ScummVM 0.6.x does not support FLAC audio, for example. Many games package together all their game data in a few big archive files. The following tools can be used to extract these archives, and in some cases are needed to make certain game versions usable with ScummVM. The following tools can also be used to analyze the game scripts (controlling the behavior of certain scenes and actors in a game). These tools are most useful to developers.

We can use yum or dnf to install scummvm-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scummvm-tools.

Install scummvm-tools 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 scummvm-tools using dnf by running the following command:

sudo dnf -y install scummvm-tools

Install scummvm-tools 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 scummvm-tools using yum by running the following command:

sudo yum -y install scummvm-tools

How To Uninstall scummvm-tools on Fedora 36

To uninstall only the scummvm-tools package we can use the following command:

sudo dnf remove scummvm-tools

scummvm-tools Package Contents on Fedora 36

/usr/bin/scummvm-construct_mohawk
/usr/bin/scummvm-create_sjisfnt
/usr/bin/scummvm-decine
/usr/bin/scummvm-decompile
/usr/bin/scummvm-degob
/usr/bin/scummvm-dekyra
/usr/bin/scummvm-deprince
/usr/bin/scummvm-descumm
/usr/bin/scummvm-desword2
/usr/bin/scummvm-extract_gob_cdi
/usr/bin/scummvm-extract_hadesch
/usr/bin/scummvm-extract_lokalizator
/usr/bin/scummvm-extract_mohawk
/usr/bin/scummvm-extract_ngi
/usr/bin/scummvm-gob_loadcalc
/usr/bin/scummvm-msn_convert_mod
/usr/bin/scummvm-tools
/usr/bin/scummvm-tools-cli
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/050bdbddf707a23628fc3e22163a69ce77038a
/usr/lib/.build-id/13
/usr/lib/.build-id/13/5216bd4ac513af74fda3ae040e66b9a58f051f
/usr/lib/.build-id/23
/usr/lib/.build-id/23/7671929fc7e9e1d6680489f2c366293cb8276c
/usr/lib/.build-id/38
/usr/lib/.build-id/38/3cec5cf1db853bf4805121ad571250e6b9a3b1
/usr/lib/.build-id/39
/usr/lib/.build-id/39/9513032a604cf2010badb75c8f2a400daf4e72
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/bf943e7c1145e507af663be73044bb0f2224e3
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/9553b094c25f38210fdb61ec9980aa821262bf
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/e78578ab1be0eedc942664a4238d17e3624449
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/d19c9d3b7ef20a3a38a20c9d189ecd80883c91
/usr/lib/.build-id/90
/usr/lib/.build-id/90/5fcff98e8e96b744167e51d39f4f453314d0eb
/usr/lib/.build-id/95
/usr/lib/.build-id/95/927951325d034b4e132cd0e76102cc52a9d347
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/400db53cec669d4980432e70dd7347145915d5
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/c8c388d466eceae0438725916ef5a5239b2ff1
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/b50e1c46e5b06fc4dbca0cd7130306002e9b84
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/825b1990f5a349ca19f023fdc1fc64143992a3
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/36595724ed06c17966dec84969a22e4cf294b5
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/50c3d1d5fb6acfe57c0aaa03647cdc28256a65
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/79f3f1f62922d6e7d50ba45dc473f43358812f
/usr/share/applications/scummvm-tools.desktop
/usr/share/doc/scummvm-tools
/usr/share/doc/scummvm-tools/README
/usr/share/doc/scummvm-tools/TODO
/usr/share/licenses/scummvm-tools
/usr/share/licenses/scummvm-tools/COPYING
/usr/share/licenses/scummvm-tools/COPYING.LGPL
/usr/share/licenses/scummvm-tools/COPYING.LUA
/usr/share/scummvm-tools
/usr/share/scummvm-tools/detaillogo.jpg
/usr/share/scummvm-tools/logo.jpg
/usr/share/scummvm-tools/scummvm-tools.info
/usr/share/scummvm-tools/scummvm-tools_drawer.info
/usr/share/scummvm-tools/scummvmtools.icns
/usr/share/scummvm-tools/scummvmtools.ico
/usr/share/scummvm-tools/scummvmtools_128.png
/usr/share/scummvm-tools/tile.gif

References

Summary

In this tutorial we learn how to install scummvm-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).