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

Last updated: May 19,2024

1. Install "python3-fabric" package

Please follow the guidance below to install python3-fabric on Kali Linux

$ sudo apt update $ sudo apt install python3-fabric

2. Uninstall "python3-fabric" package

Please follow the steps below to uninstall python3-fabric on Kali Linux:

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

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

Package: python3-fabric
Source: fabric
Version: 2.6.0-1
Installed-Size: 167
Maintainer: Debian Python Team
Architecture: all
Depends: python3-invoke (>= 1.3.0~), python3-paramiko, python3:any, python3-decorator
Size: 44336
SHA256: 309380d4ed38a65abf6eb3880015e784be5100b9085f57cc5922fa5fb43d33ae
SHA1: 9e861e64320496007d7fbda45831e16209969b14
MD5sum: 46285e36b1f8c1af919d7057c69d5a57
Description: Simple Pythonic remote deployment tool - standalone module
Fabric is designed to upload files and run shell commands on a number of
servers in parallel or serially. These commands are grouped in tasks (which
are regular Python functions) and specified in a 'fabfile.'
.
It is similar to Capistrano, except it's implemented in Python and doesn't
expect you to be deploying Rails applications.
.
This package contains the Python 3 modules.
Description-md5:
Homepage: https://fabfile.org/
Section: net
Priority: optional
Filename: pool/main/f/fabric/python3-fabric_2.6.0-1_all.deb