How to Install and Uninstall python-syfi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python-syfi" package

Please follow the guidance below to install python-syfi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-syfi

2. Uninstall "python-syfi" package

This is a short guide on how to uninstall python-syfi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-syfi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-syfi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-syfi
Priority: extra
Section: universe/python
Installed-Size: 1147
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: syfi
Version: 1.0.0.dfsg-1.2ubuntu1
Replaces: python-syfi0
Provides: python-syfi0, python2.7-syfi
Depends: python-numpy, python-swiginac, libsyfi1.0v5 (= 1.0.0.dfsg-1.2ubuntu1), python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libcln6, libgcc1 (>= 1:4.1.1), libginac5v5, libpython2.7 (>= 2.7), libstdc++6 (>= 5.2)
Suggests: syfi-doc
Conflicts: python-syfi0
Filename: pool/universe/s/syfi/python-syfi_1.0.0.dfsg-1.2ubuntu1_amd64.deb
Size: 234144
MD5sum: 52406465eced9f2014cbc490c8e514c6
SHA1: 32831a592743b6495e4ccf51eb0da5be2941a24e
SHA256: 06979f526258ba8b23a7a1bd73b5f7777a4baa31f83871a98427bfd5d99c5902
Description-en: Finite element method (FEM) C++ library - Python bindings
The finite element method (FEM) package SyFi is a C++ library built on top of
the symbolic math library GiNaC. The name SyFi stands for Symbolic Finite
Elements. The package provides polygonal domains, polynomial spaces, and
degrees of freedom as symbolic expressions that are easily manipulated. This
makes it easy to define finite elements and variational forms. These elements
and forms are then used to generate efficient C++ code.
.
SyFi is similar to FFC in the sense that it has a compiler that generates UFC
code based on variational forms and finite elements. It is also similar to
FIAT in the sense that it implements many different finite elements.
.
This package contains the Python interface for SyFi.
Description-md5: 0739e0211c6e1c3f7e35b1a53eaee4eb
Homepage: http://www.fenicsproject.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu