How To Install sqlitebrowser on Fedora 36

In this tutorial we learn how to install sqlitebrowser in Fedora 36. sqlitebrowser is Create, design, and edit SQLite database files

Introduction

In this tutorial we learn how to install sqlitebrowser on Fedora 36.

What is sqlitebrowser

SQLite Database Browser is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

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

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

sudo dnf -y install sqlitebrowser

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

sudo yum -y install sqlitebrowser

How To Uninstall sqlitebrowser on Fedora 36

To uninstall only the sqlitebrowser package we can use the following command:

sudo dnf remove sqlitebrowser

sqlitebrowser Package Contents on Fedora 36

/usr/bin/sqlitebrowser
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/bf7298dd2a3e86d78ee380268cc33448310f23
/usr/share/applications/sqlitebrowser.desktop
/usr/share/doc/sqlitebrowser
/usr/share/doc/sqlitebrowser/README.md
/usr/share/icons/hicolor/256x256/apps/sqlitebrowser.png
/usr/share/icons/hicolor/scalable/apps/sqlitebrowser.svg
/usr/share/licenses/sqlitebrowser
/usr/share/licenses/sqlitebrowser/LICENSE
/usr/share/metainfo/sqlitebrowser.desktop.appdata.xml

References

Summary

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