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

Last updated: May 19,2024

1. Install "python3-first" package

Please follow the steps below to install python3-first on Kali Linux

$ sudo apt update $ sudo apt install python3-first

2. Uninstall "python3-first" package

Here is a brief guide to show you how to uninstall python3-first on Kali Linux:

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

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

Package: python3-first
Source: python-first
Version: 2.0.0-3
Installed-Size: 31
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any
Size: 6528
SHA256: 4ae7365f710863e4c4cb234f0782ee969f46c6c48ea73c14cb1f3b2fd90ec62d
SHA1: 573f8aa081c4c5fae12850dbec2e6e65c9b54cc6
MD5sum: 998988782cae424b64452ca92a1e36e4
Description: simple function that returns the first true value from an iterable
A MIT licensed Python package with a simple function that returns the
first true value from an iterable, or None if there is none. If you need
more power, you can also supply a key function that is used to judge the
truth value of the element or a default value if None doesn’t fit your
use case.
Description-md5:
Homepage: https://github.com/hynek/first/
Section: python
Priority: optional
Filename: pool/main/p/python-first/python3-first_2.0.0-3_all.deb