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

Last updated: May 05,2024

1. Install "python3-dijitso" package

This tutorial shows how to install python3-dijitso on Kali Linux

$ sudo apt update $ sudo apt install python3-dijitso

2. Uninstall "python3-dijitso" package

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

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

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

Package: python3-dijitso
Source: dijitso
Version: 2019.2.0~git20190418.c92dcb0-2
Installed-Size: 118
Maintainer: Debian Science Team
Architecture: all
Replaces: python-dijitso
Depends: python3-numpy, python3-mpi4py, python3-pkg-resources, python3:any
Suggests: python-dijitso-doc
Conflicts: python-dijitso (<< 2018.1~)
Size: 25036
SHA256: 12ab17e3926e655f36dbed93e0cc3ff6012916ac6bcc202836ea5b6a7f7eb3a2
SHA1: 02110c388edbe5f130fdeb32369d6706ba97b12a
MD5sum: a27bee51540b6836730424a016ddccb3
Description: distributed just-in-time building of shared libraries (Python 3)
Dijitso was written to improve a core component of the FEniCS
framework, namely the just in time compilation of C++ code that is
generated from Python modules, but is only called from within a C++
library, and thus do not need wrapping in a nice Python interface.
.
The main approach of dijitso is to use ctypes to import the dynamic
shared library directly with no attempt at wrapping it in a Python
interface.
.
As long as the compiled code can provide a simple factory function to
a class implementing a predefined C++ interface, there is no limit to
the complexity of that interface as long as it is only called from
C++ code, If you want a Python interface to your generated code,
dijitso is probably not the answer.
.
Although dijitso serves a very specific role within the FEniCS
project, it does not depend on other FEniCS components.
.
The parallel support depends on the mpi4py interface, although mpi4py
is not actually imported within the dijitso module so it would be
possible to mock the communicator object with a similar interface.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://fenicsproject.org
Section: python
Priority: optional
Filename: pool/main/d/dijitso/python3-dijitso_2019.2.0~git20190418.c92dcb0-2_all.deb