How to Install and Uninstall libortools-doc Package on Kali Linux

Last updated: May 19,2024

1. Install "libortools-doc" package

This guide let you learn how to install libortools-doc on Kali Linux

$ sudo apt update $ sudo apt install libortools-doc

2. Uninstall "libortools-doc" package

Please follow the guidelines below to uninstall libortools-doc on Kali Linux:

$ sudo apt remove libortools-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libortools-doc package on Kali Linux

Package: libortools-doc
Source: ortools
Version: 8.2+ds-6
Installed-Size: 179633
Maintainer: Debian Science Maintainers
Architecture: all
Size: 13745028
SHA256: 247c40376f70a1909c3c63e2013a272d57a812f87e36f3071793e563ee94a1d0
SHA1: c3a0f8394d547d5d5c5a4defafe053dcc6607ad2
MD5sum: c433b0a325f60ba8e7d90d98e90e893c
Description: Google Optimization Tools (library documentation)
Google Optimization Tools (a.k.a., OR-Tools) is an open-source, fast and
portable software suite for solving combinatorial optimization problems.
.
The suite contains:
.
* A constraint programming solver;
* A linear programming solver;
* Wrappers around commercial and other open source solvers, including mixed
integer solvers;
* Bin packing and knapsack algorithms;
* Algorithms for the Traveling Salesman Problem and Vehicle Routing Problem;
* Graph algorithms (shortest paths, min cost flow, max flow, linear sum
assignment).
.
OR-Tools is written in C++, but also provide wrappers in Python, C# and Java.
.
This package contains Doxygen documentation for OR-Tools.
Description-md5: 06ccafb35672e79a8a2079b1e9e77607
Homepage: https://github.com/google/or-tools
Section: doc
Priority: optional
Filename: pool/main/o/ortools/libortools-doc_8.2+ds-6_all.deb

5. The same packages on other Linux Distributions