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

Last updated: May 09,2024

1. Install "libortools-dev" package

Please follow the instructions below to install libortools-dev on Kali Linux

$ sudo apt update $ sudo apt install libortools-dev

2. Uninstall "libortools-dev" package

In this section, we are going to explain the necessary steps to uninstall libortools-dev on Kali Linux:

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

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

Package: libortools-dev
Source: ortools (8.2+ds-6)
Version: 8.2+ds-6+b1
Installed-Size: 5596
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: coinor-libcoinutils-dev, libabsl-dev, libprotobuf-dev, zlib1g-dev
Size: 744264
SHA256: 206d8abaa4e55707df098dac9dd05ca3714e3e6b74c169e420f245115a4be2de
SHA1: b14489feb52b34783acf40d1afd816361d97136b
MD5sum: 1dedee86df6bfd90ab6c0be3ecb98295
Description: Google Optimization Tools (development files)
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 development files for the ortools library.
Description-md5: 8582c0b8e2bbdb46da986a1c497a8f44
Homepage: https://github.com/google/or-tools
Section: libdevel
Priority: optional
Filename: pool/main/o/ortools/libortools-dev_8.2+ds-6+b1_amd64.deb

5. The same packages on other Linux Distributions