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

Last updated: May 20,2024

1. Install "python3-funcy" package

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

$ sudo apt update $ sudo apt install python3-funcy

2. Uninstall "python3-funcy" package

Please follow the guidance below to uninstall python3-funcy on Kali Linux:

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

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

Package: python3-funcy
Source: python-funcy
Version: 2.0-2
Installed-Size: 115
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-funcy-doc
Size: 31480
SHA256: b791881cc7dfd0e157933c57af7c2bc4d4ece64ae14d96616b022145c502fb0f
SHA1: e03b829f60b89a78da564df2659a1fc0a49db1f1
MD5sum: 69e8c7999e49a7a55143d4d256163a1f
Description: Collection of fancy functional tools focused on practicality (Python3 version)
Funcy is designed to be a layer of functional tools over Python.
It provides some possible often wanted functionality like:
* Merge collections of same type (works for dicts, sets, lists, tuples,
iterators and even strings).
* Walk through collection, creating its transform (like map but preserves
type).
* Select a part of collection.
* Manipulate sequences.
* And functions.
* CreAbstract control flowate decorators easily.
* Abstract control flow.
* Ease debugging.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/Suor/funcy
Section: python
Priority: optional
Filename: pool/main/p/python-funcy/python3-funcy_2.0-2_all.deb