How To Install sequeler on Fedora 36

In this tutorial we learn how to install sequeler in Fedora 36. sequeler is Friendly SQL Client

Introduction

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

What is sequeler

Easily connect to your local or remote database. Store your Database Connections in the library, connect over SSH tunnel, type and execute SQL commands directly in the app, and do everything you need to do without the necessity of opening the terminal. Supported Databases • SQLite • MySQL • MariaDB • PostgreSQL Features Include • Test Connections before saving them • View Table structure, content, and relations • Write multiple custom SQL Queries • Switch between light and dark mode • Handy keyboard shortcuts to quit (ctrl+q), create new connection (ctrl+shift+n), open a new window (ctrl+n)

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

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

sudo dnf -y install sequeler

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

sudo yum -y install sequeler

How To Uninstall sequeler on Fedora 36

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

sudo dnf remove sequeler

sequeler Package Contents on Fedora 36

/usr/bin/com.github.alecaddd.sequeler
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/8d138e27bfa0640c117e1f81f147680ed90ad2
/usr/share/applications/com.github.alecaddd.sequeler.desktop
/usr/share/doc/sequeler
/usr/share/doc/sequeler/AUTHORS
/usr/share/doc/sequeler/README.md
/usr/share/glib-2.0/schemas/com.github.alecaddd.sequeler.gschema.xml
/usr/share/icons/hicolor/128x128/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/128x128@2/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/16x16/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/16x16/status/table-empty.svg
/usr/share/icons/hicolor/16x16/status/table.svg
/usr/share/icons/hicolor/16x16@2/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/24x24/actions/application-logout.svg
/usr/share/icons/hicolor/24x24/actions/office-database-edit.svg
/usr/share/icons/hicolor/24x24/actions/office-database-new.svg
/usr/share/icons/hicolor/24x24/actions/office-database-remove.svg
/usr/share/icons/hicolor/24x24/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/24x24@2/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/32x32/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/32x32@2/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/48x48/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/48x48@2/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/64x64/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/64x64@2/apps/com.github.alecaddd.sequeler.svg
/usr/share/icons/hicolor/scalable/apps/com.github.alecaddd.sequeler.svg
/usr/share/licenses/sequeler
/usr/share/licenses/sequeler/LICENSE
/usr/share/locale/ca/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/de/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/es/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/fr/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/id/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/it/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/lg/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/lt/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/pt_BR/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/ru/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/locale/tr/LC_MESSAGES/com.github.alecaddd.sequeler.mo
/usr/share/metainfo/com.github.alecaddd.sequeler.appdata.xml

References

Summary

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