How To Install libmobi-tools on Fedora 36

In this tutorial we learn how to install libmobi-tools in Fedora 36. libmobi-tools is libmobi CLI tools

Introduction

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

What is libmobi-tools

This is the CLI tools for libmobi package.

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

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

sudo dnf -y install libmobi-tools

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

sudo yum -y install libmobi-tools

How To Uninstall libmobi-tools on Fedora 36

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

sudo dnf remove libmobi-tools

libmobi-tools Package Contents on Fedora 36

/usr/bin/mobimeta
/usr/bin/mobitool
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/6d4d2820cb24ae4af518ad9649a7d28e16fbc8
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/1cd0e7b9815fd033547c25612b976d0beee240
/usr/share/man/man1/mobimeta.1.gz
/usr/share/man/man1/mobitool.1.gz

References

Summary

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