How to Install and Uninstall python-sqlalchemy.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "python-sqlalchemy.x86_64" package

Please follow the guidelines below to install python-sqlalchemy.x86_64 on Amazon Linux 2

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

2. Uninstall "python-sqlalchemy.x86_64" package

Please follow the step by step instructions below to uninstall python-sqlalchemy.x86_64 on Amazon Linux 2:

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

3. Information about the python-sqlalchemy.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-sqlalchemy
Arch : x86_64
Version : 0.9.8
Release : 2.amzn2.0.2
Size : 2.9 M
Repo : amzn2-core/2/x86_64
Summary : Modular and flexible ORM library for python
URL : http://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.
:
: This package includes the python 2 version of the module.