How to Install and Uninstall python3-sqlalchemy.x86_64 Package on CentOS 8 / RHEL 8
Last updated: November 05,2024
1. Install "python3-sqlalchemy.x86_64" package
This guide covers the steps necessary to install python3-sqlalchemy.x86_64 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-sqlalchemy.x86_64
Copied
2. Uninstall "python3-sqlalchemy.x86_64" package
This guide covers the steps necessary to uninstall python3-sqlalchemy.x86_64 on CentOS 8 / RHEL 8:
$
sudo dnf remove
python3-sqlalchemy.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-sqlalchemy.x86_64 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 8:06:41 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-sqlalchemy
Version : 1.3.2
Release : 2.module_el8.3.0+562+e162826a
Architecture : x86_64
Size : 1.9 M
Source : python-sqlalchemy-1.3.2-2.module_el8.3.0+562+e162826a.src.rpm
Repository : 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 3 version of the module.
Available Packages
Name : python3-sqlalchemy
Version : 1.3.2
Release : 2.module_el8.3.0+562+e162826a
Architecture : x86_64
Size : 1.9 M
Source : python-sqlalchemy-1.3.2-2.module_el8.3.0+562+e162826a.src.rpm
Repository : 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 3 version of the module.