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

Last updated: May 20,2024

1. Install "python3-network-doc" package

This guide let you learn how to install python3-network-doc on Kali Linux

$ sudo apt update $ sudo apt install python3-network-doc

2. Uninstall "python3-network-doc" package

This guide let you learn how to uninstall python3-network-doc on Kali Linux:

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

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

Package: python3-network-doc
Source: python-network
Version: 0.4-1
Installed-Size: 1399
Maintainer: Bas Wijnen
Architecture: all
Recommends: python3-network (= 0.4-1), python3-fhs-doc
Size: 444700
SHA256: a4e1dcb71a638cd129d28273fabd34336a20b9dd51163181a3627bfb5c4f6676
SHA1: ba5900666800c4152e1df101dc634278662b9ba2
MD5sum: f1e99e82877ff282469ff631a6da8222
Description: API documentation for python3-network
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.
.
This package contains the API documentation for the module.
Description-md5:
Multi-Arch: foreign
Section: doc
Priority: optional
Filename: pool/main/p/python-network/python3-network-doc_0.4-1_all.deb