How To Install sqlite-tools on Fedora 36

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

Introduction

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

What is sqlite-tools

sqlite related tools. Currently contains only sqldiff. - sqldiff that displays the differences between SQLite databases.

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

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

sudo dnf -y install sqlite-tools

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

sudo yum -y install sqlite-tools

How To Uninstall sqlite-tools on Fedora 36

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

sudo dnf remove sqlite-tools

sqlite-tools Package Contents on Fedora 36

/usr/bin/sqldiff
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/e585cd09d9a7779d33c91fd0f02e69f17a465e

References

Summary

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