.OpenModelica.Scripting.installPackage

Installs a package.

Information

Installs the package with the best matching version (or only the specified version if exactMatch is given). To update the index, call updatePackageIndex().

Interface

function installPackage
  input TypeName pkg;
  input String version = "";
  input Boolean exactMatch = false;
  output Boolean result;
end installPackage;

Generated at 2025-12-05T19:13:58Z by OpenModelicaOpenModelica 1.25.7 using GenerateDoc.mos