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.
[[["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 getting started with OR-Tools in .Net on various Linux distributions, including Alpine, Centos, Debian, Fedora, OpenSuse, and Ubuntu.\u003c/p\u003e\n"],["\u003cp\u003eBefore starting, you need to have .Net Core SDK version 3.1 or higher installed, and instructions are provided for different Linux distributions.\u003c/p\u003e\n"],["\u003cp\u003eTo run the OR-Tools example, you need to download or clone the \u003ccode\u003edotnet_or-tools\u003c/code\u003e repository, build the project using \u003ccode\u003edotnet build -c Release\u003c/code\u003e, and then run the binary using \u003ccode\u003edotnet run -c Release\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis guide focuses on providing a simple working example and directs you to further resources for a deeper dive into OR-Tools.\u003c/p\u003e\n"]]],["This guide outlines installing OR-Tools in .Net on various Linux distributions. Users must first install .Net Core SDK 3.1 or higher using distribution-specific commands (e.g., `apk add dotnet6-sdk` for Alpine, `sudo apt install -y dotnet-sdk-6.0` for Ubuntu). Next, download the `dotnet_or-tools` repository as a zip file or clone it with git. Subsequently, navigate to the `dotnet_or-tools` directory, build the project with `dotnet build -c Release`, and run it with `dotnet run -c Release`.\n"],null,[]]