How to Install and Uninstall python3-pony Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-pony" package

This is a short guide on how to install python3-pony on Kali Linux

$ sudo apt update $ sudo apt install python3-pony

2. Uninstall "python3-pony" package

This guide covers the steps necessary to uninstall python3-pony on Kali Linux:

$ sudo apt remove python3-pony $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pony package on Kali Linux

Package: python3-pony
Source: ponyorm
Version: 0.7.16+ds-1
Installed-Size: 1385
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-decorator
Suggests: python3-psycopg2, python3-mysqldb | python3-pymysql
Size: 200696
SHA256: 676da28862ee0a01b77e6c29947048931771a9d6a5b410f273365a9df2ba911f
SHA1: 7fb51e751864e0b02f1cb1cfbb1bbe5c22c82732
MD5sum: 92619ac96c50d65e8e84ab6bc06d3a16
Description: Pony Object-Relational Mapper
Pony is an advanced object-relational mapper for Python that allows writing
queries to the database using Python generator expressions.
.
Pony analyzes the abstract syntax tree of the generator expression and
translates it into a SQL query.
Description-md5: 5f5b6e93781723ab49c168da1c867d2b
Homepage: https://www.ponyorm.org/
Section: vcs
Priority: optional
Filename: pool/main/p/ponyorm/python3-pony_0.7.16+ds-1_all.deb