How to Install and Uninstall pyformex Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 23,2024

1. Install "pyformex" package

Here is a brief guide to show you how to install pyformex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyformex

2. Uninstall "pyformex" package

In this section, we are going to explain the necessary steps to uninstall pyformex on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pyformex $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyformex package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pyformex
Priority: optional
Section: universe/science
Installed-Size: 7616
Maintainer: Ubuntu Developers
Original-Maintainer: Benedict Verhegghe
Architecture: all
Version: 0.8.6-4ubuntu3
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-numpy (>= 1.0), python-qt4-gl, python-opengl, libglu1-mesa, libjs-jquery, libjs-underscore
Recommends: pyformex-lib, admesh, imagemagick, libgl2ps0, libgts-bin
Suggests: units
Filename: pool/universe/p/pyformex/pyformex_0.8.6-4ubuntu3_all.deb
Size: 1508864
MD5sum: 9501e7f4cd1b87ec4f5fd3f11d9556d6
SHA1: 69f2637e45a617078ebb2936b70878483e8415f0
SHA256: 35a7f99c85a648b783b08e3cf6fe91357032c94569bcf2abe4ebce2e6ed6bcaf
Description-en: program to create 3D geometry from Python scripts.
pyFormex can be used to generate, transform and manipulate large
geometrical models of 3D structures by sequences of mathematical operations.
Unlike traditional CAD systems, pyFormex provides a powerful (Python based)
scripting language as the basic user input, making it very well suited
for automated and repeated (parametric) design procedures.
It provides a wide range of operations on meshes, like STL type triangulated
surfaces and FEA or CFD grids. Nurbs curves and surfaces are under development.
pyFormex is often used to create models from medical scan images, or as a
pre- and post-processor for Finite Element analysis programs. But it could
just as well be used to just create some nice 3D renderings.
.
This package contains the architecture independent parts: the Python source
(including GUI and examples), some data files and the full documentation.
It does not contain:
- the compiled acceleration libraries (install pyformex-lib),
- the (non-essential) extra programs and modules (see the pyformex/extra
directory for instructions.)
Installing pyformex-lib is highly recommended for use with large models.
Description-md5: 28837d109f9137fc8b7e707ad51a831b
Homepage: http://pyformex.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu