How to Install and Uninstall python-sqlalchemy.src Package on Oracle Linux 9

Last updated: October 09,2024

1. Install "python-sqlalchemy.src" package

In this section, we are going to explain the necessary steps to install python-sqlalchemy.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-sqlalchemy.src

2. Uninstall "python-sqlalchemy.src" package

Here is a brief guide to show you how to uninstall python-sqlalchemy.src on Oracle Linux 9:

$ sudo dnf remove python-sqlalchemy.src $ sudo dnf autoremove

3. Information about the python-sqlalchemy.src package on Oracle Linux 9

Last metadata expiration check: 3:25:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-sqlalchemy
Version : 1.4.45
Release : 3.el9
Architecture : src
Size : 8.2 M
Source : None
Repository : ol9_appstream
Summary : Modular and flexible ORM library for Python
URL : https://www.sqlalchemy.org/
License : MIT
Description : SQLAlchemy is an Object Relational Mapper (ORM) that provides a flexible,
: high-level interface to SQL databases. Database and domain concepts are
: decoupled, allowing both sides maximum flexibility and power. SQLAlchemy
: provides a powerful mapping layer that can work as automatically or as manually
: as you choose, determining relationships based on foreign keys or letting you
: define the join conditions explicitly, to bridge the gap between database and
: domain.