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

Last updated: May 08,2024

1. Install "python3-ortools" package

Please follow the instructions below to install python3-ortools on Kali Linux

$ sudo apt update $ sudo apt install python3-ortools

2. Uninstall "python3-ortools" package

This guide covers the steps necessary to uninstall python3-ortools on Kali Linux:

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

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

Package: python3-ortools
Source: ortools (8.2+ds-6)
Version: 8.2+ds-6+b1
Installed-Size: 3542
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libortools8 (= 8.2+ds-6+b1), python3, libabsl20220623 (>= 0~20220623.0-1), libc6 (>= 2.14), libgcc-s1 (>= 3.0), libprotobuf23 (>= 3.12.4), libstdc++6 (>= 11)
Size: 560216
SHA256: 4ba56870e26554e89aa75f526831692765e8b753400706158ae27900312bca73
SHA1: 4470b65b5beb77336c3d3a8f77cfb0c9bdec364e
MD5sum: 3388893b221832ee49f06148a24e4094
Description: Google Optimization Tools (Python library)
This package contains the Python bindings for OR-Tools.
.
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 Python 3 bindings of ortools.
Description-md5: daf169c12921833068fe24e4a149d579
Homepage: https://github.com/google/or-tools
Section: python
Priority: optional
Filename: pool/main/o/ortools/python3-ortools_8.2+ds-6+b1_amd64.deb