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

Last updated: May 08,2024

1. Install "python3-fire" package

This tutorial shows how to install python3-fire on Kali Linux

$ sudo apt update $ sudo apt install python3-fire

2. Uninstall "python3-fire" package

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

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

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

Package: python3-fire
Source: python-fire
Version: 0.5.0-3
Installed-Size: 434
Maintainer: Debian Python Team
Architecture: all
Depends: python3-six, python3-termcolor, python3:any
Size: 77384
SHA256: 38671099e8557ba12a941bc52818849ab54bf5db77bb4b1d46e1fe9be2aeab8b
SHA1: 25685313ad156a0cf0e5394b59181a0f2faf794c
MD5sum: b3deeda81b43ab54b4b4d045640d1129
Description: automatically generate CLIs from absolutely any Python object
Python Fire is a library for automatically generating command line interfaces
(CLIs) from absolutely any Python object.
.
* Python Fire is a simple way to create a CLI in Python.
* Python Fire is a helpful tool for developing and debugging Python code.
* Python Fire helps with exploring existing code or turning other people's
code into a CLI.
* Python Fire makes transitioning between Bash and Python easier.
* Python Fire makes using a Python REPL easier by setting up the REPL with
the modules and variables you'll need already imported and created.
Description-md5:
Homepage: https://github.com/google/python-fire
Section: python
Priority: optional
Filename: pool/main/p/python-fire/python3-fire_0.5.0-3_all.deb