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

Last updated: November 27,2024

1. Install "python-sqlalchemy.src" package

Please follow the instructions below to install python-sqlalchemy.src on Oracle Linux 8

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

2. Uninstall "python-sqlalchemy.src" package

This guide covers the steps necessary to uninstall python-sqlalchemy.src on Oracle Linux 8:

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

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

Last metadata expiration check: 3:34:45 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-sqlalchemy
Version : 1.3.2
Release : 2.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 5.6 M
Source : None
Repository : ol8_appstream
Summary : Modular and flexible ORM library for python
URL : http://www.sqlalchemy.org/
License : MIT
Description : SQLAlchemy is an Object Relational Mappper (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.
:
: This package includes the python 2 version of the module.