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

Last updated: May 18,2024

1. Install "python3-ffcx" package

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

$ sudo apt update $ sudo apt install python3-ffcx

2. Uninstall "python3-ffcx" package

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

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

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

Package: python3-ffcx
Source: fenics-ffcx
Version: 1:0.7.0-3
Installed-Size: 462
Maintainer: Debian Science Team
Architecture: all
Depends: python3-cffi, python3-dev, python3-ufl (>= 2023.2.0~), python3-basix (>= 0.7.0~), python3-numpy, python3-setuptools, python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-pkg-resources, python3:any
Size: 94952
SHA256: 5c744244de328baf7bbc8fe5a64411c6035793c3fe2f5faa5c236aa8b0a9df1b
SHA1: 3b8716a606cd8f2a77487153d58fa99389353ba5
MD5sum: d887d7c2bd8fa874cd7a44bc2945c895
Description: next-gen compiler for finite element variational forms (Python 3)
The FEniCS Form Compiler FFC provides state-of-the-art automatic and
efficient evaluation of general multilinear forms (variational
formulations) for FEniCS. FFC functions as the form evaluation
system for DOLFIN but can also be used to compile forms for other
systems.
.
FFC works as a compiler for multilinear forms by generating code (C
or C++) for the evaluation of a multilinear form given in
mathematical notation. This new approach to form evaluation makes it
possible to combine generality with efficiency; the form can be given
in mathematical notation and the generated code is as efficient as
hand-optimized code.
.
This package installs the next-generation FFC-X library for Python 3.
Description-md5:
Homepage: http://fenicsproject.org
Section: python
Priority: optional
Filename: pool/main/f/fenics-ffcx/python3-ffcx_0.7.0-3_all.deb