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

Last updated: May 09,2024

1. Install "python3-compyle" package

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

$ sudo apt update $ sudo apt install python3-compyle

2. Uninstall "python3-compyle" package

This tutorial shows how to uninstall python3-compyle on Kali Linux:

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

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

Package: python3-compyle
Source: compyle
Version: 0.8.1-8
Installed-Size: 560
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-mako, python3-numpy, python3-pytools, python3:any, python3-setuptools
Suggests: cython3, python3-pycuda, python3-pyopencl
Size: 90948
SHA256: 36de3f223b65110c83b3c6aab3659ef297a6868207bdde63ebb89baea97c8d9f
SHA1: a6844b7ee02eda6892518ca0f653e571e8bd9dbe
MD5sum: 311eaa9f8a29c5f714475be46d6016e2
Description: Execute a subset of Python on HPC platforms
ComPyle allows users to execute a restricted subset of Python (almost
similar to C) on a variety of HPC platforms. Currently it supports
multi-core execution using Cython, and OpenCL and CUDA for GPU devices.
.
Users start with code implemented in a very restricted Python syntax,
this code is then automatically transpiled, compiled and executed to run
on either one CPU core, or multiple CPU cores (via OpenMP_) or on a GPU.
CPy offers source-to-source transpilation, making it a very convenient
tool for writing HPC libraries.
.
Some simple yet powerful parallel utilities are provided which can allow
you to solve a remarkably large number of interesting HPC problems.
.
ComPyle also features JIT transpilation if you wish making it easy to use.
Description-md5:
Homepage: https://github.com/pypr/compyle
Section: python
Priority: optional
Filename: pool/main/c/compyle/python3-compyle_0.8.1-8_all.deb