How to Install and Uninstall python3-alembic.noarch Package on Fedora 39

Last updated: January 12,2025

1. Install "python3-alembic.noarch" package

This tutorial shows how to install python3-alembic.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-alembic.noarch

2. Uninstall "python3-alembic.noarch" package

Please follow the step by step instructions below to uninstall python3-alembic.noarch on Fedora 39:

$ sudo dnf remove python3-alembic.noarch $ sudo dnf autoremove

3. Information about the python3-alembic.noarch package on Fedora 39

Last metadata expiration check: 1:40:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-alembic
Version : 1.13.1
Release : 1.fc39
Architecture : noarch
Size : 485 k
Source : python-alembic-1.13.1-1.fc39.src.rpm
Repository : updates
Summary : Database migration tool for SQLAlchemy
URL : https://pypi.io/project/alembic
License : MIT
Description : Alembic is a 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 https://alembic.sqlalchemy.org/