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

Last updated: May 17,2024

1. Install "python3-plumbum" package

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

$ sudo apt update $ sudo apt install python3-plumbum

2. Uninstall "python3-plumbum" package

Please follow the instructions below to uninstall python3-plumbum on Kali Linux:

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

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

Package: python3-plumbum
Source: python-plumbum
Version: 1.8.2-1
Installed-Size: 489
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 115268
SHA256: 0182df748af06cd24d90d1e933ebb0f209d8e41b906ec6721f4ed3fa9f701e39
SHA1: 79ca33f4a26711c858ad760afdfe33376bb3b33b
MD5sum: b92f19b0eb8a4c702f58d5380bef7d53
Description: library for writing shell script-like programs in Python 3
python-plumbum provides shell-like syntax and handy shortcuts for writing shell
script one-liners in Python using shell combinators. It supports local and
remote command execution (over SSH), local and remote file-system paths,
easy working-directory and environment manipulation and a programmatic
Command-Line Interface (CLI) application toolkit.
.
This is the Python 3 version.
Description-md5:
Homepage: https://plumbum.readthedocs.org
Section: python
Priority: optional
Filename: pool/main/p/python-plumbum/python3-plumbum_1.8.2-1_all.deb