How to Install and Uninstall python3-requests-file Package on Kali Linux

Last updated: October 04,2024

1. Install "python3-requests-file" package

Please follow the instructions below to install python3-requests-file on Kali Linux

$ sudo apt update $ sudo apt install python3-requests-file

2. Uninstall "python3-requests-file" package

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

$ sudo apt remove python3-requests-file $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-requests-file package on Kali Linux

Package: python3-requests-file
Source: requests-file
Version: 1.5.1-2
Installed-Size: 24
Maintainer: Antoine Beaupré
Architecture: all
Depends: python3-requests, python3:any
Size: 5732
SHA256: 7f5bd912e9f929cae1393b847171c7e14f9de0c465bc48926126a322a5021416
SHA1: feee292903b835a45bf5bf983443327639d29965
MD5sum: 0f2c7a2e24432a4b5197c2e86c4f591c
Description: File transport adapter for Requests - Python 3.X
Requests-File is a transport adapter for use with the Requests Python
library to allow local filesystem access via file:// URLs.
.
Features:
.
* Will open and read local files
* Might set a Content-Length header
* That's about it
.
No encoding information is set in the response object, so be careful using
Response.text: the chardet library will be used to convert the file to a
unicode type and it may not detect what you actually want.
.
EACCES is converted to a 403 status code, and ENOENT is converted to a
404. All other IOError types are converted to a 400.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/dashea/requests-file
Section: python
Priority: optional
Filename: pool/main/r/requests-file/python3-requests-file_1.5.1-2_all.deb