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

Last updated: October 07,2024

1. Install "python3-sqlparse.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-sqlparse.noarch

2. Uninstall "python3-sqlparse.noarch" package

Here is a brief guide to show you how to uninstall python3-sqlparse.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-sqlparse.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:18:22 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sqlparse
Version : 0.4.2
Release : 1.el9
Architecture : noarch
Size : 83 k
Source : python-sqlparse-0.4.2-1.el9.src.rpm
Repository : epel
Summary : Non-validating SQL parser for Python
URL : https://github.com/andialbrecht/sqlparse
License : BSD
Description : sqlparse is a tool for parsing SQL strings. It can generate pretty-printed
: renderings of SQL in various formats.
:
: It is a python module, together with a command-line tool.