Method IsPackageInstalled
IsPackageInstalled(string)
Gets whether specific package is installed using dpkg utility.
public static bool? IsPackageInstalled(string packageName)Parameters
- packageNamestring
- Package name. 
Returns
- bool?
Gets whether specific package is installed using dpkg utility.
public static bool? IsPackageInstalled(string packageName)packageName stringPackage name.