How to Install and Uninstall ortools-examples Package on Kali Linux

Last updated: May 22,2024

1. Install "ortools-examples" package

This guide covers the steps necessary to install ortools-examples on Kali Linux

$ sudo apt update $ sudo apt install ortools-examples

2. Uninstall "ortools-examples" package

Please follow the steps below to uninstall ortools-examples on Kali Linux:

$ sudo apt remove ortools-examples $ sudo apt autoclean && sudo apt autoremove

3. Information about the ortools-examples package on Kali Linux

Package: ortools-examples
Source: ortools
Version: 8.2+ds-6
Installed-Size: 210965
Maintainer: Debian Science Maintainers
Architecture: all
Size: 132867500
SHA256: 9cd17544e8ab5c87fbe37c10ff1b92dcecc02d2f58af0a36784d1549b9984d8f
SHA1: 020a1bb66128bf989a6b346d82a1e832987cc883
MD5sum: 956864a673e57387c2ac7d736073a026
Description: Google Optimization Tools (examples)
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 example usage of ortools for multiple usecases as well
as multiple language bindings.
Description-md5: b37507a6085800683217ee39d391cfa2
Homepage: https://github.com/google/or-tools
Section: science
Priority: optional
Filename: pool/main/o/ortools/ortools-examples_8.2+ds-6_all.deb

5. The same packages on other Linux Distributions