Before you install .NET, run the following commands to add the Microsoft
package signing key to your list of trusted keys and add the package
repository.
Before you install .NET, run the following commands to add the Microsoft
package signing key to your list of trusted keys and add the package
repository.
To test your .Net installations, open a terminal window and navigate to
the directory where you unpacked the binary distribution. Then enter the
following command:
make test
This runs a selection of examples for OR-Tools. If all the examples run
successfully, you are ready to
get started with OR-Tools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-05 UTC."],[[["\u003cp\u003eThis guide provides instructions for installing Google's OR-Tools for .Net on various Linux distributions, specifically focusing on the x86_64 architecture.\u003c/p\u003e\n"],["\u003cp\u003eBefore installing OR-Tools, ensure you have .Net Core SDK 3.1 or higher installed, with specific instructions provided for different Linux distributions.\u003c/p\u003e\n"],["\u003cp\u003eDownload the appropriate OR-Tools binary distribution for your Linux system from the provided links and extract it.\u003c/p\u003e\n"],["\u003cp\u003eValidate your installation by running the \u003ccode\u003emake test\u003c/code\u003e command in the extracted directory to execute sample OR-Tools examples.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful completion of the tests, you are ready to begin using OR-Tools for your .Net projects.\u003c/p\u003e\n"]]],["This guide details installing OR-Tools for .Net on various 64-bit Linux distributions. First, the .Net Core SDK (version 3.1 or higher) needs to be installed using specific commands for each OS like: `apk add dotnet6-sdk` (Alpine), `sudo yum install -y dotnet-sdk-6.0` (Centos), `sudo apt install -y dotnet-sdk-6.0` (Ubuntu), or similar instructions. Next, download and extract the corresponding OR-Tools binary distribution for the specific Linux version. Finally, validate the installation by running `make test` in the extracted directory.\n"],null,[]]