How to Install and Uninstall boolstuff-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "boolstuff-dev" package

This tutorial shows how to install boolstuff-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install boolstuff-dev

2. Uninstall "boolstuff-dev" package

Please follow the guidance below to uninstall boolstuff-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove boolstuff-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the boolstuff-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: boolstuff-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 221
Maintainer: Ubuntu Developers
Original-Maintainer: Miriam Ruiz
Architecture: amd64
Source: boolstuff
Version: 0.1.15-1ubuntu1
Depends: libboolstuff-0.1-0v5 (= 0.1.15-1ubuntu1)
Filename: pool/universe/b/boolstuff/boolstuff-dev_0.1.15-1ubuntu1_amd64.deb
Size: 55806
MD5sum: 6431d721c589627f5fa7933534c0d8d5
SHA1: 163b4d51c5c9c27a762880bf27fc648e5df9c593
SHA256: 4ea11b54fb7c3112813356456fd3d098fd1126be145a29ac6d28ac467fd49dc2
Description-en: library for operating on boolean expression binary trees - devel
BoolStuff is a C++ library that supports a few operations on boolean
expression binary trees. The main features are:
* a simple boolean expression parser (supports operators AND, OR and
NOT, as well as parentheses)
* an algorithm to convert a boolean expression binary tree into its
Disjunctive Normal Form (this algorithm supports the NOT operator)
* a function that determines if an expression tree is in DNF.
.
This package includes the development files for using the library from
inside your programs.
Description-md5: d0515ff9575940450a409e1142416eaa
Homepage: http://sarrazip.com/dev/boolstuff.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu