How to Install and Uninstall python3-SQLAlchemy Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-SQLAlchemy" package

Please follow the instructions below to install python3-SQLAlchemy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-SQLAlchemy

2. Uninstall "python3-SQLAlchemy" package

This guide let you learn how to uninstall python3-SQLAlchemy on openSUSE Leap:

$ sudo zypper remove python3-SQLAlchemy

3. Information about the python3-SQLAlchemy package on openSUSE Leap

Information for package python3-SQLAlchemy:
-------------------------------------------
Repository : Main Repository
Name : python3-SQLAlchemy
Version : 1.3.22-2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 12.4 MiB
Installed : No
Status : not installed
Source package : python-SQLAlchemy-1.3.22-2.1.src
Upstream URL : https://www.sqlalchemy.org
Summary : Database Abstraction Library
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.