How to Install and Uninstall python36-sqlalchemy.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

1. Install "python36-sqlalchemy.x86_64" package

Please follow the guidelines below to install python36-sqlalchemy.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python36-sqlalchemy.x86_64

2. Uninstall "python36-sqlalchemy.x86_64" package

Here is a brief guide to show you how to uninstall python36-sqlalchemy.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove python36-sqlalchemy.x86_64 $ sudo yum autoremove

3. Information about the python36-sqlalchemy.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : python36-sqlalchemy
Arch : x86_64
Version : 1.1.3
Release : 3.el7
Size : 11 M
Repo : installed
From repo : epel
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 3.6 version of the module.