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

Last updated: April 28,2024

1. Install "python3-aioftp" package

Learn how to install python3-aioftp on Kali Linux

$ sudo apt update $ sudo apt install python3-aioftp

2. Uninstall "python3-aioftp" package

This guide let you learn how to uninstall python3-aioftp on Kali Linux:

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

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

Package: python3-aioftp
Source: aioftp
Version: 0.21.4-1
Installed-Size: 171
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-aioftp-doc
Size: 32792
SHA256: 932fe4b8ab74ee8999d75f4e6f50e46c7f539dba2a108e8ef1662ea845e1de7a
SHA1: d74520bc0d66449a35af896e9cd539d6d52475ca
MD5sum: 8d57601cfca6dcbc908be6f49dbc86e5
Description: FTP client and server for asyncio (Python 3)
Library implementing FTP protocol, both client and server for Python asyncio
module.
.
Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD,
MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT,
REST, LIST (as fallback).
.
Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD,
MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR,
TYPE ("I" and "A"), PASV, ABOR, APPE, REST.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/aio-libs/aioftp
Section: python
Priority: optional
Filename: pool/main/a/aioftp/python3-aioftp_0.21.4-1_all.deb