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

Last updated: May 14,2024

1. Install "python3-pydantic" package

In this section, we are going to explain the necessary steps to install python3-pydantic on Kali Linux

$ sudo apt update $ sudo apt install python3-pydantic

2. Uninstall "python3-pydantic" package

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

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

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

Package: python3-pydantic
Source: pydantic
Version: 1.10.14-1
Installed-Size: 13523
Maintainer: Michael Banck
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-typing-extensions, python3:any, libc6 (>= 2.14)
Size: 3213336
SHA256: 1ce1f04b745ca2571579ff12d0df00878c5f425463b2baba26b35a47e78db29b
SHA1: c24fa02d0c8cb7b712e048dee31a61b36f4ce7ba
MD5sum: 39efb4645df642fb9a517368a0c0ad09
Description: Data validation and settings management using Python type hinting
pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to
validate that untrusted data takes the desired form. There is also support for
an extension to dataclasses where the input data is validated.
Description-md5:
Homepage: https://github.com/samuelcolvin/pydantic
Section: python
Priority: optional
Filename: pool/main/p/pydantic/python3-pydantic_1.10.14-1_amd64.deb