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

Last updated: May 17,2024

1. Install "python3-sendfile" package

Here is a brief guide to show you how to install python3-sendfile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sendfile

2. Uninstall "python3-sendfile" package

This guide covers the steps necessary to uninstall python3-sendfile on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-sendfile
Priority: optional
Section: universe/python
Installed-Size: 35
Maintainer: Ubuntu Developers
Original-Maintainer: Ghe Rivero
Architecture: amd64
Source: pysendfile
Version: 2.0.1-1build1
Depends: libc6 (>= 2.4), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/p/pysendfile/python3-sendfile_2.0.1-1build1_amd64.deb
Size: 8554
MD5sum: 6588189b30daa28d5a650247e62b4f7d
SHA1: e1ecec98cef3db7c3dfb589f17d93ce399cc0fbe
SHA256: 6dbbff3cb46e3543c43002c6d900bebcf33f993918457ad1fd3a29a11ef98f56
Description-en: Python interface to sendfile(2)
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).
Description-md5: 0f012b71dde3fdbf6ae5e06400bd325d
Homepage: https://github.com/giampaolo/pysendfile
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu