How to Install and Uninstall python3-sendfile-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-sendfile-dbg" package

This is a short guide on how to install python3-sendfile-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sendfile-dbg

2. Uninstall "python3-sendfile-dbg" package

Please follow the guidelines below to uninstall python3-sendfile-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-sendfile-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-sendfile-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-sendfile-dbg
Priority: extra
Section: universe/debug
Installed-Size: 23
Maintainer: Ubuntu Developers
Original-Maintainer: Ghe Rivero
Architecture: amd64
Source: pysendfile
Version: 2.0.1-1build1
Provides: python3.5-sendfile-dbg
Depends: python-sendfile (= 2.0.1-1build1), libc6 (>= 2.4), python3-dbg (<< 3.6), python3-dbg (>= 3.5~)
Filename: pool/universe/p/pysendfile/python3-sendfile-dbg_2.0.1-1build1_amd64.deb
Size: 4740
MD5sum: c9a44aae771520098ab01f756fa853e4
SHA1: dc1a73d4ff754fbd48860bdfea3ae4e5fbfc1b8f
SHA256: 6e3a073a0d7c083796ad58b55fdefd041e27b8f2a6f72438f498e08944d8b55c
Description-en: Python interface to sendfile(2) (debug)
Python library which provides a "zero-copy" way of copying data from one
file descriptor to another (a socket). The phrase "zero-copy" refers to
the fact that all of the copying of data between the two descriptors is
done entirely by the kernel, with no copying of data into userspace buffers.
This is particularly useful when sending a file over a socket (e.g. FTP).
.
This package contains the extension built for the Python 3 debug interpreter.
Description-md5: 7220353ecd33d7ff61718dc0be675205
Homepage: https://github.com/giampaolo/pysendfile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu