How to Install and Uninstall peewee Package on Kali Linux

Last updated: May 16,2024

1. Install "peewee" package

Please follow the step by step instructions below to install peewee on Kali Linux

$ sudo apt update $ sudo apt install peewee

2. Uninstall "peewee" package

This tutorial shows how to uninstall peewee on Kali Linux:

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

3. Information about the peewee package on Kali Linux

Package: peewee
Version: 3.17.0+dfsg-1
Installed-Size: 259
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-peewee
Size: 244416
SHA256: c421045ebe929a3567073a7292d370ef381acb62665b17752fe8e2522f9f62de
SHA1: 1512b38e41fb1fc7bbf832802744b32916030647
MD5sum: 90328b79ff720f71b3299dd323b09c6b
Description: Command line Tools for peewee (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 available (postgres hstore/json/arrays, sqlite
full-text-search, schema migrations, and much more).
Description-md5:
Homepage: https://github.com/coleifer/peewee/
Section: python
Priority: optional
Filename: pool/main/p/peewee/peewee_3.17.0+dfsg-1_all.deb