.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-05-10T18:20:09Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos