How to Install and Uninstall python3-sqlalchemy.x86_64 Package on Fedora 36

Last updated: May 17,2024

1. Install "python3-sqlalchemy.x86_64" package

In this section, we are going to explain the necessary steps to install python3-sqlalchemy.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-sqlalchemy.x86_64

2. Uninstall "python3-sqlalchemy.x86_64" package

Please follow the step by step instructions below to uninstall python3-sqlalchemy.x86_64 on Fedora 36:

$ sudo dnf remove python3-sqlalchemy.x86_64 $ sudo dnf autoremove

3. Information about the python3-sqlalchemy.x86_64 package on Fedora 36

Last metadata expiration check: 2:32:31 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-sqlalchemy
Version : 1.4.40
Release : 1.fc36
Architecture : x86_64
Size : 2.2 M
Source : python-sqlalchemy-1.4.40-1.fc36.src.rpm
Repository : updates
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.