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

Last updated: May 20,2024

1. Install "python3-fsspec" package

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

$ sudo apt update $ sudo apt install python3-fsspec

2. Uninstall "python3-fsspec" package

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

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

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

Package: python3-fsspec
Source: fsspec
Version: 2023.10.0-1
Installed-Size: 561
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: git, python3-dask, python3-distributed, python3-dropbox, python3-fusepy, python3-libarchive-c, python3-paramiko, python3-pygit2, python3-requests
Suggests: python-fsspec-doc
Size: 111072
SHA256: 264dc6d20c55e3bceaba110563ff0468f67b066131cbc2cb06686d3fdff21a09
SHA1: f47014a0022e480a48b25c40fd4d18b6bd24f0f5
MD5sum: a081870cea9881489f943d2f489da4c9
Description: specification that Python filesystems should adhere to (Python 3)
The package produce a template or specification for a file-system interface,
that specific implementations should follow, so that applications making use
of them can rely on a common behaviour and not have to worry about the
specific internal implementation decisions with any given backend.
Description-md5:
Homepage: https://github.com/fsspec/filesystem_spec
Section: python
Priority: optional
Filename: pool/main/f/fsspec/python3-fsspec_2023.10.0-1_all.deb