How to Install and Uninstall python39-SQLAlchemy1 Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python39-SQLAlchemy1" package

Please follow the guidance below to install python39-SQLAlchemy1 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-SQLAlchemy1

2. Uninstall "python39-SQLAlchemy1" package

This is a short guide on how to uninstall python39-SQLAlchemy1 on openSuSE Tumbleweed:

$ sudo zypper remove python39-SQLAlchemy1

3. Information about the python39-SQLAlchemy1 package on openSuSE Tumbleweed

Information for package python39-SQLAlchemy1:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-SQLAlchemy1
Version : 1.4.49-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 14.2 MiB
Installed : No
Status : not installed
Source package : python-SQLAlchemy1-1.4.49-1.2.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.