How to Install and Uninstall libortools8 Package on Kali Linux

Last updated: May 13,2024

1. Install "libortools8" package

Please follow the guidelines below to install libortools8 on Kali Linux

$ sudo apt update $ sudo apt install libortools8

2. Uninstall "libortools8" package

This guide let you learn how to uninstall libortools8 on Kali Linux:

$ sudo apt remove libortools8 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libortools8 package on Kali Linux

Package: libortools8
Source: ortools (8.2+ds-6)
Version: 8.2+ds-6+b1
Installed-Size: 13992
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: coinor-libcbc3 (>= 2.10.8+ds1), coinor-libclp1, coinor-libcoinutils3v5, libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libprotobuf23 (>= 3.12.4), libstdc++6 (>= 12), zlib1g (>= 1:1.2.0)
Size: 3754908
SHA256: 6d953bb6cd92535abcc8c3448db0e6a7e0a6d54a1ea1b4d3b8a6d83862ee5a47
SHA1: e840a043f7b193d2ce1632c37429a94f403fc43c
MD5sum: 02090c16c202f78b43d1d36b12185aae
Description: Google Optimization Tools (library)
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 the ortools library.
Description-md5: e54c9d8d6b04302ae3552606353b469b
Homepage: https://github.com/google/or-tools
Section: libs
Priority: optional
Filename: pool/main/o/ortools/libortools8_8.2+ds-6+b1_amd64.deb

5. The same packages on other Linux Distributions