How to Install and Uninstall python3-sqlalchemy-utc Package on Kali Linux

Last updated: January 24,2025

1. Install "python3-sqlalchemy-utc" package

Please follow the guidance below to install python3-sqlalchemy-utc on Kali Linux

$ sudo apt update $ sudo apt install python3-sqlalchemy-utc

2. Uninstall "python3-sqlalchemy-utc" package

Here is a brief guide to show you how to uninstall python3-sqlalchemy-utc on Kali Linux:

$ sudo apt remove python3-sqlalchemy-utc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-sqlalchemy-utc package on Kali Linux

Package: python3-sqlalchemy-utc
Source: sqlalchemy-utc
Version: 0.14.0-2
Installed-Size: 33
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-sqlalchemy (>= 0.9.0), python3:any
Size: 6668
SHA256: 704435853dcc853b2921864945493b20974c1eb04f3202eac5cc88fccb31d870
SHA1: 360005c4ea0a6c3dc986b20e7c2534ab3c616f98
MD5sum: 3c959602bd5663259e3d93d2e1feddec
Description: SQLAlchemy type to store timezone aware datetime values
UtcDateTime type is equivalent to the built-in 'DateTime' with
'timezone=True' option enabled on vendors that support 'timestamptz'
e.g. PostgreSQL, but on SQLite or MySQL, it shifts all 'datetime.datetime'
values to UTC offset before store them, and returns timezone aware
'datetime.datetime' values through result sets.
Description-md5:
Homepage: https://github.com/spoqa/sqlalchemy-utc
Section: python
Priority: optional
Filename: pool/main/s/sqlalchemy-utc/python3-sqlalchemy-utc_0.14.0-2_all.deb