Table of Contents

Method IsPackageInstalled

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsPackageInstalled(string)

Gets whether specific package is installed using dpkg utility.

public static bool? IsPackageInstalled(string packageName)

Parameters

packageName string

Package name.

Returns

bool?