How to Install and Uninstall python3-sqlparse.noarch Package on Fedora 36

Last updated: November 27,2024

1. Install "python3-sqlparse.noarch" package

Please follow the guidance below to install python3-sqlparse.noarch on Fedora 36

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

2. Uninstall "python3-sqlparse.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-sqlparse.noarch on Fedora 36:

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

3. Information about the python3-sqlparse.noarch package on Fedora 36

Last metadata expiration check: 0:30:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-sqlparse
Version : 0.4.2
Release : 2.fc36
Architecture : noarch
Size : 87 k
Source : python-sqlparse-0.4.2-2.fc36.src.rpm
Repository : fedora
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.