How to Install and Uninstall pythonpy Package on Kali Linux

Last updated: May 17,2024

1. Install "pythonpy" package

In this section, we are going to explain the necessary steps to install pythonpy on Kali Linux

$ sudo apt update $ sudo apt install pythonpy

2. Uninstall "pythonpy" package

Please follow the step by step instructions below to uninstall pythonpy on Kali Linux:

$ sudo apt remove pythonpy $ sudo apt autoclean && sudo apt autoremove

3. Information about the pythonpy package on Kali Linux

Package: pythonpy
Version: 0.4.11b-3.1
Installed-Size: 49
Maintainer: Tiago Ilieve
Architecture: all
Depends: python3:any
Suggests: bash-completion
Size: 10472
SHA256: b46e973eef1f40e2d3377e2de4688d67e19d281b213dd71be70ac0a945e0d741
SHA1: 73a2cbfdf0d34b8bab1b5d54ea01e5dae73dcb24
MD5sum: 2878415a17c8f720bf8268f860d7d72e
Description: 'python -c', with tab completion and shorthand
pythonpy is an utility that facilitates the usage of Python one-liners. The
command 'py' evaluates a string consisting of any Python expression. It can do
anything from simple arithmetic to complex operations, importing modules
automatically. It also comes with tab completion.
.
Its usage is not restricted to single expressions only. There's also the
possibility to pipe data from stdin and to stdout, even generating strings to
be evaluated by other programs.
Description-md5:
Homepage: https://github.com/Russell91/pythonpy
Section: utils
Priority: optional
Filename: pool/main/p/pythonpy/pythonpy_0.4.11b-3.1_all.deb