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

Last updated: May 15,2024

1. Install "python3-network" package

Learn how to install python3-network on Kali Linux

$ sudo apt update $ sudo apt install python3-network

2. Uninstall "python3-network" package

Please follow the instructions below to uninstall python3-network on Kali Linux:

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

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

Package: python3-network
Source: python-network
Version: 0.4-1
Installed-Size: 119
Maintainer: Bas Wijnen
Architecture: all
Depends: python3-fhs, python3:any, openssl, python3
Size: 22676
SHA256: 281c2e17b7d88453a9e7ced48485f44c9912bff05e36686289b4e1394a83f457
SHA1: c059a0715d689ed2e8e8cc1700d610c42b8b6613
MD5sum: a68ff3a9d6cecd4946a323811ac3af9d
Description: python module for easy networking
Implementing networking in C is a pain. Unfortunately, much of that pain is
copied to Python. This module instead tries to follow the "batteries included"
approach, like the rest of Python. With this module, networking is a piece of
cake. It can use tcp sockets and unix domain sockets and supports ssl
connections without hassle.
.
This module provides a Socket class and a Server class. The Server creates
Sockets when accepting connections; Sockets can be created by the user to
initiate a connection. All of this is symmetrical: once the connection is
established, the client and server use the same interface.
.
For providing RPC functionality in a language independent way, see
python3-websocketd.
Description-md5:
Multi-Arch: foreign
Section: python
Priority: optional
Filename: pool/main/p/python-network/python3-network_0.4-1_all.deb