How to Install and Uninstall python-alembic.src Package on Oracle Linux 9

Last updated: September 21,2024

1. Install "python-alembic.src" package

Please follow the guidelines below to install python-alembic.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-alembic.src

2. Uninstall "python-alembic.src" package

This guide let you learn how to uninstall python-alembic.src on Oracle Linux 9:

$ sudo dnf remove python-alembic.src $ sudo dnf autoremove

3. Information about the python-alembic.src package on Oracle Linux 9

Last metadata expiration check: 0:30:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-alembic
Version : 1.7.5
Release : 3.el9
Architecture : src
Size : 1.2 M
Source : None
Repository : ol9_appstream
Summary : Database migration tool for SQLAlchemy
URL : https://pypi.io/project/alembic
License : MIT
Description : Alembic is a new database migrations tool, written by the author of
: SQLAlchemy. A migrations tool offers the following functionality:
:
: * Can emit ALTER statements to a database in order to change the structure
: of tables and other constructs.
: * Provides a system whereby "migration scripts" may be constructed; each script
: indicates a particular series of steps that can "upgrade" a target database
: to a new version, and optionally a series of steps that can "downgrade"
: similarly, doing the same steps in reverse.
: * Allows the scripts to execute in some sequential manner.
:
: Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/