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

Last updated: May 20,2024

1. Install "python3-bytecode" package

This guide covers the steps necessary to install python3-bytecode on Kali Linux

$ sudo apt update $ sudo apt install python3-bytecode

2. Uninstall "python3-bytecode" package

In this section, we are going to explain the necessary steps to uninstall python3-bytecode on Kali Linux:

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

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

Package: python3-bytecode
Source: python-bytecode
Version: 0.15.1-3
Installed-Size: 190
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions | python3-supported-min (>= 3.10), python3:any
Suggests: python-bytecode-doc
Size: 41452
SHA256: 6c60221cf1cc3ab642c193b6552c26a005e5a2beb3a3d722cd9619d56f2d54f0
SHA1: 14a8f35f43c65b8acd31d83c6dbc812f095d5af1
MD5sum: bba09fa182b94a704e9054c16726f61c
Description: Python module to generate, modify and optimize Python bytecode
The bytecode module can be used to write Python bytecode directly and
then convert it into an executable Python code object. It also provides a
pure Python implementation of the Peephole Optimizer introduced in
CPython 3.6.
.
This module is patched to be compatible with python3-pydevd, but this
should be transparent to other users.
Description-md5:
Homepage: https://github.com/MatthieuDartiailh/bytecode
Section: python
Priority: optional
Filename: pool/main/p/python-bytecode/python3-bytecode_0.15.1-3_all.deb