How to Install and Uninstall python3-minieigen Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-minieigen" package

Please follow the instructions below to install python3-minieigen on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-minieigen

2. Uninstall "python3-minieigen" package

Here is a brief guide to show you how to uninstall python3-minieigen on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-minieigen package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-minieigen
Priority: optional
Section: universe/python
Installed-Size: 3612
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: minieigen
Version: 0.50.3+dfsg1-4build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libboost-python1.58.0, libc6 (>= 2.14), libdouble-conversion1v5 (>= 2.0.0), libgcc1 (>= 1:4.0), libstdc++6 (>= 5.2)
Recommends: libeigen3-dev
Filename: pool/universe/m/minieigen/python3-minieigen_0.50.3+dfsg1-4build1_amd64.deb
Size: 486706
MD5sum: 47ee58da05b136a1d525d968f64e00c7
SHA1: 97eb624cb52a7bb4b759319754fe4ef5fb1c455b
SHA256: 0af6457a1e959f1c116b9e183c32380fedff1e357f3a4632ab6c8e85a3dfc4a9
Description-en: Wrapper of parts of the Eigen library (Python 3)
Small wrapper for core parts of Eigen, c++ library for linear algebra.
It is mainly useful for inspecting c++ code which already uses eigen and
boost::python. Supported types are Vectors (2,3,6 and dynamic-sized with
integer and floating-point values), Matrices (3x3, 6x6 and dynamic-sized
with floating-point values) and Quaternions. Numerous methods are wrapped
and the original API of Eigen is followed.
.
This is the Python 3 version of the package.
Description-md5: 875bfc6ff6d51a184a596fea72ae298a
Homepage: http://www.launchpad.net/minieigen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu