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

Last updated: May 18,2024

1. Install "python3-tuspy" package

This guide covers the steps necessary to install python3-tuspy on Kali Linux

$ sudo apt update $ sudo apt install python3-tuspy

2. Uninstall "python3-tuspy" package

This tutorial shows how to uninstall python3-tuspy on Kali Linux:

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

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

Package: python3-tuspy
Source: python-tuspy
Version: 1.0.3-0.1
Installed-Size: 63
Maintainer: Andreas Tille
Architecture: all
Depends: python3-aiohttp, python3-requests, python3-tinydb, python3:any
Size: 11624
SHA256: 1111631406060ca16727a35ff3bd66df207d92edd39850c9062c63a1d0bc4b17
SHA1: 2537aa403ddffa4cfa02e29767f885e4f82aab5d
MD5sum: 4d18c7d7cc6c9101d0ace3db18d4b4a1
Description: Python3 client for the tus resumable upload protocol
tus is a protocol based on HTTP for resumable file uploads. Resumable
means that an upload can be interrupted at any moment and can be resumed
without re-uploading the previous data again. An interruption may happen
willingly, if the user wants to pause, or by accident in case of a
network issue or server outage.
.
tus-py-client is a Python client for uploading files using the tus
protocol to any remote server supporting it.
Description-md5:
Homepage: https://github.com/tus/tus-py-client/
Section: python
Priority: optional
Filename: pool/main/p/python-tuspy/python3-tuspy_1.0.3-0.1_all.deb