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

Last updated: May 23,2024

1. Install "python-polybori" package

This is a short guide on how to install python-polybori on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-polybori

2. Uninstall "python-polybori" package

Please follow the steps below to uninstall python-polybori on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-polybori
Priority: optional
Section: universe/python
Installed-Size: 2014
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: polybori
Version: 0.8.3-5build1
Depends: libboost-python1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libm4ri-0.0.20140914, libpolybori-0.8-3 (= 0.8.3-5build1), libpolybori-groebner-0.8-3 (= 0.8.3-5build1), libstdc++6 (>= 5.2), python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/polybori/python-polybori_0.8.3-5build1_amd64.deb
Size: 333152
MD5sum: 46905b19ea9abf11fca50256cb96f8ed
SHA1: ff6fbb2f636d58ef2853d3cc10dae655d6a790aa
SHA256: 84a8be84d61d4f342d110d37e9c2e1a40563935d6f03923590931bcb3452ab6d
Description-en: polynomials over Boolean Rings, Python module
The core of PolyBoRi is a C++ library, which provides high-level data
types for Boolean polynomials and monomials, exponent vectors, as
well as for the underlying polynomial rings and subsets of the
powerset of the Boolean variables. As a unique approach, binary
decision diagrams are used as internal storage type for polynomial
structures. On top of this C++-library a Python interface
is provided. This allows parsing of complex polynomial systems, as well
as sophisticated and extendable strategies for Groebner base
computation. PolyBoRi features a powerful reference implementation
for Groebner basis computation.
.
This package contains the PolyBoRi Python module.
Description-md5: c4124c662f5e520679d4ccc24b4aa5c0
Homepage: http://polybori.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu