Main Content

linux.utils.getApplicationPackageDescription

Get application package description

Since R2024a

Description

pkgDesc=linux.utils.getApplicationPackageDescription(appPackageName) returns the pkgDesc variable containing the description of application package such as name, version, type, whether the application contains executable or source code, and type of architecture for which the application package deployment is supported. The architecture field displays x86_64 for Linux targets and arm64 for ARM targets.

example

Examples

collapse all

Get the application package details for myApplication.

pkgDesc = linux.utils.getApplicationPackageDescription("myApplication.mldatx");

Input Arguments

collapse all

Specify the application package name or full path for the application package.

Example: myApplication

Output Arguments

collapse all

Structure variable containing the name, version, and type of the application package.

Version History

Introduced in R2024a