How to Install and Uninstall python3-dugong Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-dugong" package

This guide covers the steps necessary to install python3-dugong on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-dugong

2. Uninstall "python3-dugong" package

In this section, we are going to explain the necessary steps to uninstall python3-dugong on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-dugong package on Ubuntu 21.10 (Impish Indri)

Package: python3-dugong
Architecture: all
Version: 3.8.1+dfsg-1
Priority: optional
Section: universe/python
Source: python-dugong
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nikolaus Rath
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 88
Depends: python3:any
Suggests: python-dugong-doc
Filename: pool/universe/p/python-dugong/python3-dugong_3.8.1+dfsg-1_all.deb
Size: 21268
MD5sum: ae8a63d323c94af8c2280150801a46fd
SHA1: 479fea0fec4483d07f15e3762881751d4a63dfa8
SHA256: 59ea9bba838e2270463154a95f41f7a6edaea8e863ef562ea421bb8076f1fc31
SHA512: da368b9a228ed96a46166d772ddc2a413e2b0dfad92b1395dd29a65303e78f3ae2efdd5eb4027644c4f9c1b9cf849f179c8a96a447e252c2c108f7e44511eee9
Homepage: https://github.com/python-dugong/python-dugong
Description-en: HTTP 1.1 client module for Python
The Python Dugong module provides an API for communicating with HTTP 1.1
servers. It is an alternative to the standard library's http.client (formerly
httplib) module. In contrast to http.client, Dugong:
.
* allows you to send multiple requests right after each other without having
to read the responses first.
* supports waiting for 100-continue before sending the request body.
* raises an exception instead of silently delivering partial data if the
connection is closed before all data has been received.
* raises one specific exception (ConnectionClosed) if the connection has been
closed (while http.client connection may raise any of BrokenPipeError,
BadStatusLine, ConnectionAbortedError, ConnectionResetError, IncompleteRead
or simply return '' on read)
* supports non-blocking, asynchronous operation and is compatible with the
asyncio module.
* can in most cases distinguish between an unavailable DNS server and
an unresolvable hostname.
* is not compatible with old HTTP 0.9 or 1.0 servers.
.
All request and response headers are represented as str, but must be encodable
in latin1. Request and response body must be bytes-like objects or binary
streams.
Description-md5: b3572beee7877ee697a814ccabee9d65