How To Install sqlite-analyzer on Fedora 36

In this tutorial we learn how to install sqlite-analyzer in Fedora 36. sqlite-analyzer is An analysis program for sqlite3 database files

Introduction

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

What is sqlite-analyzer

This package contains the analysis program for sqlite.

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

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

sudo dnf -y install sqlite-analyzer

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

sudo yum -y install sqlite-analyzer

How To Uninstall sqlite-analyzer on Fedora 36

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

sudo dnf remove sqlite-analyzer

sqlite-analyzer Package Contents on Fedora 36

/usr/bin/sqlite3_analyzer
/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/04a5ce912a5a83f219ffe7f4e2d2989976d785

References

Summary

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