How To Install sqlitebrowser on Fedora 34

sqlitebrowser is Create, design, and edit SQLite database files

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install sqlitebrowser.

Install sqlitebrowser on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install sqlitebrowser using dnf by running the following command:

sudo dnf -y install sqlitebrowser

Install sqlitebrowser on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove sqlitebrowser

sqlitebrowser Package Contents on Fedora 34

/usr/bin/sqlitebrowser
/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/eb5d7fdbaa58aed0e7080650b04df0dfd0f6f9
/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/licenses/sqlitebrowser
/usr/share/licenses/sqlitebrowser/LICENSE
/usr/share/metainfo/sqlitebrowser.desktop.appdata.xml
/usr/bin/sqlitebrowser
/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/4f12c487494d438207f72bd2b700960a5c7efa
/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/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 34 using yum and dnf.