How To Install flatpak-module-tools on Fedora 36

In this tutorial we learn how to install flatpak-module-tools in Fedora 36. flatpak-module-tools is Tools for maintaining Flatpak applications and runtimes as Fedora modules

Introduction

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

What is flatpak-module-tools

flatpak-module-tools is a set of command line tools (all accessed via a single ‘flatpak-module’ executable) for operations related to maintaining Flatpak applications and runtimes as Fedora modules.

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

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

sudo dnf -y install flatpak-module-tools

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

sudo yum -y install flatpak-module-tools

How To Uninstall flatpak-module-tools on Fedora 36

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

sudo dnf remove flatpak-module-tools

flatpak-module-tools Package Contents on Fedora 36

/usr/bin/flatpak-module
/usr/share/doc/flatpak-module-tools
/usr/share/doc/flatpak-module-tools/README.md
/usr/share/licenses/flatpak-module-tools
/usr/share/licenses/flatpak-module-tools/LICENSE

References

Summary

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