How to Install and Uninstall python3-django-netfields Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-django-netfields" package

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

$ sudo apt update $ sudo apt install python3-django-netfields

2. Uninstall "python3-django-netfields" package

Please follow the steps below to uninstall python3-django-netfields on Kali Linux:

$ sudo apt remove python3-django-netfields $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-netfields package on Kali Linux

Package: python3-django-netfields
Source: python-django-netfields
Version: 1.3.2-1
Installed-Size: 77
Maintainer: Debian Python Team
Architecture: all
Depends: python3-netaddr, python3-psycopg2, python3-django, python3-six, python3:any
Size: 19060
SHA256: f10a6de72572afba9f86736451c946b5748295e7587d163c6d4f29c7909e0205
SHA1: 075265f580fb237504a7faacd357b295acbdf978
MD5sum: 6379ccd424a5d4f18beca47e74ce3092
Description: Django PostgreSQL netfields implementation (Python3 version)
This project is an attempt at making proper PostgreSQL net related fields for
Django. In Django pre 1.4 the built in IPAddressField does not support IPv6 and
uses an inefficient HOST() cast in all lookups. As of 1.4 you can use
GenericIPAddressField for IPv6, but the casting problem remains.
.
In addition to the basic IPAddressField replacement a CIDR and a MACADDR field
have been added. This library also provides a manager that allows for advanced
IP based lookup directly in the ORM.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/jimfunk/django-postgresql-netfields/
Section: python
Priority: optional
Filename: pool/main/p/python-django-netfields/python3-django-netfields_1.3.2-1_all.deb