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