How to Install and Uninstall python3-sqlglot.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

1. Install "python3-sqlglot.x86_64" package

This guide covers the steps necessary to install python3-sqlglot.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-sqlglot.x86_64

2. Uninstall "python3-sqlglot.x86_64" package

Please follow the steps below to uninstall python3-sqlglot.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-sqlglot.x86_64 $ sudo dnf autoremove

3. Information about the python3-sqlglot.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:32:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sqlglot
Version : 5.2.0
Release : 1.el9
Architecture : x86_64
Size : 201 k
Source : python-sqlglot-5.2.0-1.el9.src.rpm
Repository : epel
Summary : SQL Parser and Transpiler
URL : https://github.com/tobymao/sqlglot
License : MIT
Description : SQLGlot is a no dependency Python SQL parser, transpiler, and optimizer.
: It can be used to format SQL or translate between different dialects like
: DuckDB, Presto, Spark, and BigQuery. It aims to read a wide variety of SQL
: inputs and output syntactically correct SQL in the targeted dialects.
:
: It is a very comprehensive generic SQL parser with a robust test suite. It
: is also quite performant while being written purely in Python.
:
: You can easily customize the parser, analyze queries, traverse expression
: trees, and programmatically build SQL.
:
: Syntax errors are highlighted and dialect incompatibilities can warn or
: raise depending on configurations.