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

Last updated: May 20,2024

1. Install "python-sendfile-dbg" package

Learn how to install python-sendfile-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-sendfile-dbg" package

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

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

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

Package: python-sendfile-dbg
Priority: extra
Section: universe/python
Installed-Size: 23
Maintainer: Ubuntu Developers
Original-Maintainer: Ghe Rivero
Architecture: amd64
Source: pysendfile
Version: 2.0.1-1build1
Provides: python2.7-sendfile-dbg
Depends: python-sendfile (= 2.0.1-1build1), libc6 (>= 2.4), python-dbg (<< 2.8), python-dbg (>= 2.7~)
Filename: pool/universe/p/pysendfile/python-sendfile-dbg_2.0.1-1build1_amd64.deb
Size: 4450
MD5sum: fc27b8c2be3b2a6ce922fdb4b9ffe7bb
SHA1: 9bb16d2ad8c55587a930ffd1ab41f3d76ced03bb
SHA256: 5f2ca59d0f63f84c7df77d4e2fa285b79edc4429d09b52583cd28eb79358583d
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 2 debug interpreter.
Description-md5: bf946113c7c69c100076b2cc8d46eab6
Homepage: https://github.com/giampaolo/pysendfile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu