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

Last updated: May 12,2024

1. Install "python3-peewee" package

Please follow the guidelines below to install python3-peewee on Kali Linux

$ sudo apt update $ sudo apt install python3-peewee

2. Uninstall "python3-peewee" package

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

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

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

Package: python3-peewee
Source: peewee
Version: 3.17.0+dfsg-1
Installed-Size: 1295
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libsqlite3-0 (>= 3.7.4)
Recommends: python3-psycopg2, python3-mysqldb | python3-pymysql
Suggests: python-peewee-doc
Size: 333644
SHA256: 36333cf8e557966ca4bbc4b91ce1b6114cb259999dbdf1c357c47f46eaf8604b
SHA1: ba638575334d6610de184c5e64a95f7d27e94821
MD5sum: 466838fd9743f30d733d85354bcb9cd0
Description: Simple ORM for PostgreSQL, MySQL and SQLite (Python 3)
Peewee is a simple and small ORM. It has few (but expressive)
concepts, making it easy to learn and intuitive to use.
.
* A small, expressive ORM
* Written in Python with support for version 3.2+.
* Built-in support for sqlite, MySQL, and PostgreSQL. Numerous
extensions are available (postgres hstore/json/arrays, sqlite
full-text-search, schema migrations, and much more).
.
This is the Python 3 package.
Description-md5:
Homepage: https://github.com/coleifer/peewee/
Section: python
Priority: optional
Filename: pool/main/p/peewee/python3-peewee_3.17.0+dfsg-1_amd64.deb