How to Install and Uninstall python3-sendfile Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-sendfile" package

Here is a brief guide to show you how to install python3-sendfile on Kali Linux

$ sudo apt update $ sudo apt install python3-sendfile

2. Uninstall "python3-sendfile" package

This is a short guide on how to uninstall python3-sendfile on Kali Linux:

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

3. Information about the python3-sendfile package on Kali Linux

Package: python3-sendfile
Source: pysendfile (2.0.1-4)
Version: 2.0.1-4+b5
Installed-Size: 57
Maintainer: Ghe Rivero
Architecture: amd64
Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~)
Size: 10172
SHA256: 23ca90d5a0e591d7755c760fc3c8462472e6a672270ba0c891c9f47d09bbb17f
SHA1: 4c091c95c7cb13f0b6c0fbbcacc120aa8f897bb3
MD5sum: 0604483698d68ab9210ba03de090256d
Description: 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:
Multi-Arch: same
Homepage: https://github.com/giampaolo/pysendfile
Section: python
Priority: optional
Filename: pool/main/p/pysendfile/python3-sendfile_2.0.1-4+b5_amd64.deb